com.google.protobuf.wrappers

Members list

Concise view

Type members

Classlikes

final case class BoolValue(value: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[BoolValue]

Wrapper message for bool.

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

Attributes

value

The bool value.

Companion:
object
Source:
BoolValue.scala
Graph
Supertypes
trait Updatable[BoolValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object BoolValue extends GeneratedMessageCompanion[BoolValue]

Attributes

Companion:
class
Source:
BoolValue.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BoolValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BytesValue(value: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[BytesValue]

Wrapper message for bytes.

Wrapper message for bytes.

The JSON representation for BytesValue is JSON string.

Attributes

value

The bytes value.

Companion:
object
Source:
BytesValue.scala
Graph
Supertypes
trait Updatable[BytesValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object BytesValue extends GeneratedMessageCompanion[BytesValue]

Attributes

Companion:
class
Source:
BytesValue.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BytesValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DoubleValue(value: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DoubleValue]

Wrapper message for double.

Wrapper message for double.

The JSON representation for DoubleValue is JSON number.

Attributes

value

The double value.

Companion:
object
Source:
DoubleValue.scala
Graph
Supertypes
trait Updatable[DoubleValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DoubleValue extends GeneratedMessageCompanion[DoubleValue]

Attributes

Companion:
class
Source:
DoubleValue.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DoubleValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FloatValue(value: Float, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FloatValue]

Wrapper message for float.

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Attributes

value

The float value.

Companion:
object
Source:
FloatValue.scala
Graph
Supertypes
trait Updatable[FloatValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object FloatValue extends GeneratedMessageCompanion[FloatValue]

Attributes

Companion:
class
Source:
FloatValue.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FloatValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class Int32Value(value: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Int32Value]

Wrapper message for int32.

Wrapper message for int32.

The JSON representation for Int32Value is JSON number.

Attributes

value

The int32 value.

Companion:
object
Source:
Int32Value.scala
Graph
Supertypes
trait Updatable[Int32Value]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Int32Value extends GeneratedMessageCompanion[Int32Value]

Attributes

Companion:
class
Source:
Int32Value.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Int32Value]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class Int64Value(value: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Int64Value]

Wrapper message for int64.

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

Attributes

value

The int64 value.

Companion:
object
Source:
Int64Value.scala
Graph
Supertypes
trait Updatable[Int64Value]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Int64Value extends GeneratedMessageCompanion[Int64Value]

Attributes

Companion:
class
Source:
Int64Value.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Int64Value]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class StringValue(value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StringValue]

Wrapper message for string.

Wrapper message for string.

The JSON representation for StringValue is JSON string.

Attributes

value

The string value.

Companion:
object
Source:
StringValue.scala
Graph
Supertypes
trait Updatable[StringValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StringValue extends GeneratedMessageCompanion[StringValue]

Attributes

Companion:
class
Source:
StringValue.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StringValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class UInt32Value(value: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UInt32Value]

Wrapper message for uint32.

Wrapper message for uint32.

The JSON representation for UInt32Value is JSON number.

Attributes

value

The uint32 value.

Companion:
object
Source:
UInt32Value.scala
Graph
Supertypes
trait Updatable[UInt32Value]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object UInt32Value extends GeneratedMessageCompanion[UInt32Value]

Attributes

Companion:
class
Source:
UInt32Value.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UInt32Value]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class UInt64Value(value: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UInt64Value]

Wrapper message for uint64.

Wrapper message for uint64.

The JSON representation for UInt64Value is JSON string.

Attributes

value

The uint64 value.

Companion:
object
Source:
UInt64Value.scala
Graph
Supertypes
trait Updatable[UInt64Value]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object UInt64Value extends GeneratedMessageCompanion[UInt64Value]

Attributes

Companion:
class
Source:
UInt64Value.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UInt64Value]
trait Serializable
class Object
trait Matchable
class Any
Self type
object WrappersProto extends GeneratedFileObject

Attributes

Source:
WrappersProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type