Interface StructuredMessage.ParameterOrBuilder (0.9.0)

public static interface StructuredMessage.ParameterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Key or name for this parameter.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key or name for this parameter.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getValue()

public abstract Value getValue()

Value for this parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
Value

The value.

getValueOrBuilder()

public abstract ValueOrBuilder getValueOrBuilder()

Value for this parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
ValueOrBuilder

hasValue()

public abstract boolean hasValue()

Value for this parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
boolean

Whether the value field is set.