Interface DimensionValueOrBuilder (0.52.0)

public interface DimensionValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOneValueCase()

public abstract DimensionValue.OneValueCase getOneValueCase()
Returns
TypeDescription
DimensionValue.OneValueCase

getValue()

public abstract String getValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.

hasValue()

public abstract boolean hasValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
boolean

Whether the value field is set.