Interface AccessDimensionOrBuilder (0.31.0)

public interface AccessDimensionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDimensionName()

public abstract String getDimensionName()

The API name of the dimension. See Data Access Schema for the list of dimensions supported in this API.

Dimensions are referenced by name in dimensionFilter and orderBys.

string dimension_name = 1;

Returns
TypeDescription
String

The dimensionName.

getDimensionNameBytes()

public abstract ByteString getDimensionNameBytes()

The API name of the dimension. See Data Access Schema for the list of dimensions supported in this API.

Dimensions are referenced by name in dimensionFilter and orderBys.

string dimension_name = 1;

Returns
TypeDescription
ByteString

The bytes for dimensionName.