BoolValue

interface BoolValue(source)

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

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

The bool value.

Functions

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

Copies the original message, including unknown fields.