FloatValue

interface FloatValue(source)

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

Properties

Link copied to clipboard
abstract val value: Float

The float value.

Functions

Link copied to clipboard
fun FloatValue.copy(body: ERROR CLASS: Symbol not found for FloatValue.Builder.() -> Unit = {}): FloatValue

Copies the original message, including unknown fields.