ListValue

interface ListValue(source)

ListValue is a wrapper around a repeated field of values.

The JSON representation for ListValue is JSON array.

Properties

Link copied to clipboard
abstract val values: List<Value>

Repeated field of dynamically typed values.

Functions

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

Copies the original message, including unknown fields.