Interface QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder (0.31.0)

public static interface QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract QueryRuntimeError.MetadataKey getKey()

Metadata key.

.google.cloud.chronicle.v1.QueryRuntimeError.MetadataKey key = 1;

Returns
Type Description
QueryRuntimeError.MetadataKey

The key.

getKeyValue()

public abstract int getKeyValue()

Metadata key.

.google.cloud.chronicle.v1.QueryRuntimeError.MetadataKey key = 1;

Returns
Type Description
int

The enum numeric value on the wire for key.

getValue()

public abstract String getValue()

Metadata value.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Metadata value.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.