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
Graph
Supertypes
trait Updatable[BoolValue]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[BytesValue]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[DoubleValue]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[FloatValue]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[Int32Value]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[Int64Value]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[StringValue]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[UInt32Value]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
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
Graph
Supertypes
trait Updatable[UInt64Value]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type