public static interface OrderBy.PivotOrderBy.PivotSelectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDimensionName()
public abstract String getDimensionName()Must be a dimension name from the request.
string dimension_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The dimensionName. |
getDimensionNameBytes()
public abstract ByteString getDimensionNameBytes()Must be a dimension name from the request.
string dimension_name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The dimensionValue. |
getDimensionValueBytes()
public abstract ByteString getDimensionValueBytes()Order by only when the named dimension is this value.
string dimension_value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dimensionValue. |