public static interface OrderBy.PivotOrderByOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricName()
In the response to order by, order rows by this column.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
In the response to order by, order rows by this column.
|
OrderBy.PivotOrderBy.PivotSelection |
getPivotSelections(int index)
Used to select a dimension name and value pivot.
|
int |
getPivotSelectionsCount()
Used to select a dimension name and value pivot.
|
List<OrderBy.PivotOrderBy.PivotSelection> |
getPivotSelectionsList()
Used to select a dimension name and value pivot.
|
OrderBy.PivotOrderBy.PivotSelectionOrBuilder |
getPivotSelectionsOrBuilder(int index)
Used to select a dimension name and value pivot.
|
List<? extends OrderBy.PivotOrderBy.PivotSelectionOrBuilder> |
getPivotSelectionsOrBuilderList()
Used to select a dimension name and value pivot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMetricName()
In the response to order by, order rows by this column. Must be a metric name from the request.
string metric_name = 1;com.google.protobuf.ByteString getMetricNameBytes()
In the response to order by, order rows by this column. Must be a metric name from the request.
string metric_name = 1;List<OrderBy.PivotOrderBy.PivotSelection> getPivotSelectionsList()
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
OrderBy.PivotOrderBy.PivotSelection getPivotSelections(int index)
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
int getPivotSelectionsCount()
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
List<? extends OrderBy.PivotOrderBy.PivotSelectionOrBuilder> getPivotSelectionsOrBuilderList()
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
OrderBy.PivotOrderBy.PivotSelectionOrBuilder getPivotSelectionsOrBuilder(int index)
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
Copyright © 2022 Google LLC. All rights reserved.