DoubleValue

interface DoubleValue(source)

Wrapper message for double.

The JSON representation for DoubleValue 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: Double

The double value.

Functions

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

Copies the original message, including unknown fields.