@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
trait Updatable[FloatValue]
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