Int64Value

interface Int64Value(source)

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

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: Long

The int64 value.

Functions

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

Copies the original message, including unknown fields.