BytesValue

interface BytesValue(source)

Wrapper message for bytes.

The JSON representation for BytesValue 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: ByteString

The bytes value.

Functions

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

Copies the original message, including unknown fields.