@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
trait Updatable[Int64Value]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
- Inherited from
- GeneratedMessage
Serializes the messgae and returns a ByteString containing its raw bytes
Serializes the messgae and returns a ByteString containing its raw bytes
- Inherited from
- GeneratedMessage
Serializes the message into the given output stream
Serializes the message into the given output stream
- Inherited from
- GeneratedMessage