Interface OrderBy.PivotOrderBy.PivotSelectionOrBuilder (0.53.0)

public static interface OrderBy.PivotOrderBy.PivotSelectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDimensionName()

public abstract String getDimensionName()

Must be a dimension name from the request.

string dimension_name = 1;

Returns
TypeDescription
String

The dimensionName.

getDimensionNameBytes()

public abstract ByteString getDimensionNameBytes()

Must be a dimension name from the request.

string dimension_name = 1;

Returns
TypeDescription
ByteString

The bytes for dimensionName.

getDimensionValue()

public abstract String getDimensionValue()

Order by only when the named dimension is this value.

string dimension_value = 2;

Returns
TypeDescription
String

The dimensionValue.

getDimensionValueBytes()

public abstract ByteString getDimensionValueBytes()

Order by only when the named dimension is this value.

string dimension_value = 2;

Returns
TypeDescription
ByteString

The bytes for dimensionValue.