Interface AccessDimensionValueOrBuilder (0.51.0)

public interface AccessDimensionValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract String getValue()

The dimension value. For example, this value may be 'France' for the 'country' dimension.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The dimension value. For example, this value may be 'France' for the 'country' dimension.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.