public interface PivotHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PivotDimensionHeader |
getPivotDimensionHeaders(int index)
The size is the same as the cardinality of the corresponding dimension
combinations.
|
int |
getPivotDimensionHeadersCount()
The size is the same as the cardinality of the corresponding dimension
combinations.
|
List<PivotDimensionHeader> |
getPivotDimensionHeadersList()
The size is the same as the cardinality of the corresponding dimension
combinations.
|
PivotDimensionHeaderOrBuilder |
getPivotDimensionHeadersOrBuilder(int index)
The size is the same as the cardinality of the corresponding dimension
combinations.
|
List<? extends PivotDimensionHeaderOrBuilder> |
getPivotDimensionHeadersOrBuilderList()
The size is the same as the cardinality of the corresponding dimension
combinations.
|
int |
getRowCount()
The cardinality of the pivot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PivotDimensionHeader> getPivotDimensionHeadersList()
The size is the same as the cardinality of the corresponding dimension combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
PivotDimensionHeader getPivotDimensionHeaders(int index)
The size is the same as the cardinality of the corresponding dimension combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
int getPivotDimensionHeadersCount()
The size is the same as the cardinality of the corresponding dimension combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
List<? extends PivotDimensionHeaderOrBuilder> getPivotDimensionHeadersOrBuilderList()
The size is the same as the cardinality of the corresponding dimension combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
PivotDimensionHeaderOrBuilder getPivotDimensionHeadersOrBuilder(int index)
The size is the same as the cardinality of the corresponding dimension combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
int getRowCount()
The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters `offset` and `limit` are specified in the request.
int32 row_count = 2;Copyright © 2022 Google LLC. All rights reserved.