StringValue

interface StringValue(source)

Wrapper message for string.

The JSON representation for StringValue 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: String

The string value.

Functions

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

Copies the original message, including unknown fields.