com.google.protobuf.wrappers

Type members

Classlikes

@SerialVersionUID(0L)
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.

Value Params
value

The bool value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The bytes value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The double value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The float value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The int32 value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The int64 value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The string value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The uint32 value.

Companion
object
@SerialVersionUID(0L)
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.

Value Params
value

The uint64 value.

Companion
object