public static interface OrderBy.DimensionOrderByOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDimensionName()
A dimension name in the request to order by.
|
com.google.protobuf.ByteString |
getDimensionNameBytes()
A dimension name in the request to order by.
|
OrderBy.DimensionOrderBy.OrderType |
getOrderType()
Controls the rule for dimension value ordering.
|
int |
getOrderTypeValue()
Controls the rule for dimension value ordering.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDimensionName()
A dimension name in the request to order by.
string dimension_name = 1;com.google.protobuf.ByteString getDimensionNameBytes()
A dimension name in the request to order by.
string dimension_name = 1;int getOrderTypeValue()
Controls the rule for dimension value ordering.
.google.analytics.data.v1beta.OrderBy.DimensionOrderBy.OrderType order_type = 2;OrderBy.DimensionOrderBy.OrderType getOrderType()
Controls the rule for dimension value ordering.
.google.analytics.data.v1beta.OrderBy.DimensionOrderBy.OrderType order_type = 2;Copyright © 2022 Google LLC. All rights reserved.