package wrappers
- Alphabetic
- Public
- All
Type Members
-
final
case class
BoolValue(value: Boolean = false, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[BoolValue] with Product with Serializable
Wrapper message for
bool.Wrapper message for
bool.The JSON representation for
BoolValueis JSONtrueandfalse.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The bool value.
- Annotations
- @SerialVersionUID()
-
final
case class
BytesValue(value: ByteString = ..., unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[BytesValue] with Product with Serializable
Wrapper message for
bytes.Wrapper message for
bytes.The JSON representation for
BytesValueis JSON string.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The bytes value.
- Annotations
- @SerialVersionUID()
-
final
case class
DoubleValue(value: Double = 0.0, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[DoubleValue] with Product with Serializable
Wrapper message for
double.Wrapper message for
double.The JSON representation for
DoubleValueis JSON number.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The double value.
- Annotations
- @SerialVersionUID()
-
final
case class
FloatValue(value: Float = 0.0f, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[FloatValue] with Product with Serializable
Wrapper message for
float.Wrapper message for
float.The JSON representation for
FloatValueis JSON number.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The float value.
- Annotations
- @SerialVersionUID()
-
final
case class
Int32Value(value: Int = 0, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[Int32Value] with Product with Serializable
Wrapper message for
int32.Wrapper message for
int32.The JSON representation for
Int32Valueis JSON number.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The int32 value.
- Annotations
- @SerialVersionUID()
-
final
case class
Int64Value(value: Long = 0L, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[Int64Value] with Product with Serializable
Wrapper message for
int64.Wrapper message for
int64.The JSON representation for
Int64Valueis JSON string.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The int64 value.
- Annotations
- @SerialVersionUID()
-
final
case class
StringValue(value: String = "", unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[StringValue] with Product with Serializable
Wrapper message for
string.Wrapper message for
string.The JSON representation for
StringValueis JSON string.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The string value.
- Annotations
- @SerialVersionUID()
-
final
case class
UInt32Value(value: Int = 0, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[UInt32Value] with Product with Serializable
Wrapper message for
uint32.Wrapper message for
uint32.The JSON representation for
UInt32Valueis JSON number.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The uint32 value.
- Annotations
- @SerialVersionUID()
-
final
case class
UInt64Value(value: Long = 0L, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[UInt64Value] with Product with Serializable
Wrapper message for
uint64.Wrapper message for
uint64.The JSON representation for
UInt64Valueis JSON string.Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
- value
The uint64 value.
- Annotations
- @SerialVersionUID()
Value Members
- object BoolValue extends GeneratedMessageCompanion[BoolValue] with JavaProtoSupport[BoolValue, protobuf.BoolValue]
- object BytesValue extends GeneratedMessageCompanion[BytesValue] with JavaProtoSupport[BytesValue, protobuf.BytesValue]
- object DoubleValue extends GeneratedMessageCompanion[DoubleValue] with JavaProtoSupport[DoubleValue, protobuf.DoubleValue]
- object FloatValue extends GeneratedMessageCompanion[FloatValue] with JavaProtoSupport[FloatValue, protobuf.FloatValue]
- object Int32Value extends GeneratedMessageCompanion[Int32Value] with JavaProtoSupport[Int32Value, protobuf.Int32Value]
- object Int64Value extends GeneratedMessageCompanion[Int64Value] with JavaProtoSupport[Int64Value, protobuf.Int64Value]
- object StringValue extends GeneratedMessageCompanion[StringValue] with JavaProtoSupport[StringValue, protobuf.StringValue]
- object UInt32Value extends GeneratedMessageCompanion[UInt32Value] with JavaProtoSupport[UInt32Value, protobuf.UInt32Value]
- object UInt64Value extends GeneratedMessageCompanion[UInt64Value] with JavaProtoSupport[UInt64Value, protobuf.UInt64Value]
- object WrappersProto extends GeneratedFileObject