public static interface OrderBy.PivotOrderBy.PivotSelectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDimensionName()
Must be a dimension name from the request.
|
com.google.protobuf.ByteString |
getDimensionNameBytes()
Must be a dimension name from the request.
|
String |
getDimensionValue()
Order by only when the named dimension is this value.
|
com.google.protobuf.ByteString |
getDimensionValueBytes()
Order by only when the named dimension is this value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDimensionName()
Must be a dimension name from the request.
string dimension_name = 1;com.google.protobuf.ByteString getDimensionNameBytes()
Must be a dimension name from the request.
string dimension_name = 1;String getDimensionValue()
Order by only when the named dimension is this value.
string dimension_value = 2;com.google.protobuf.ByteString getDimensionValueBytes()
Order by only when the named dimension is this value.
string dimension_value = 2;Copyright © 2022 Google LLC. All rights reserved.