| Modifier and Type | Method and Description |
|---|---|
Pivot.Builder |
Pivot.Builder.addAllFieldNames(Iterable<String> values)
Dimension names for visible columns in the report response.
|
Pivot.Builder |
Pivot.Builder.addAllMetricAggregations(Iterable<? extends MetricAggregation> values)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.addAllMetricAggregationsValue(Iterable<Integer> values)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.addAllOrderBys(Iterable<? extends OrderBy> values)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.addFieldNames(String value)
Dimension names for visible columns in the report response.
|
Pivot.Builder |
Pivot.Builder.addFieldNamesBytes(com.google.protobuf.ByteString value)
Dimension names for visible columns in the report response.
|
Pivot.Builder |
Pivot.Builder.addMetricAggregations(MetricAggregation value)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.addMetricAggregationsValue(int value)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.addOrderBys(int index,
OrderBy.Builder builderForValue)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.addOrderBys(int index,
OrderBy value)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.addOrderBys(OrderBy.Builder builderForValue)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.addOrderBys(OrderBy value)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
RunPivotReportRequest.Builder.addPivotsBuilder()
Describes the visual format of the report's dimensions in columns or rows.
|
Pivot.Builder |
RunPivotReportRequest.Builder.addPivotsBuilder(int index)
Describes the visual format of the report's dimensions in columns or rows.
|
Pivot.Builder |
Pivot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Pivot.Builder |
Pivot.Builder.clear() |
Pivot.Builder |
Pivot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Pivot.Builder |
Pivot.Builder.clearFieldNames()
Dimension names for visible columns in the report response.
|
Pivot.Builder |
Pivot.Builder.clearLimit()
The number of unique combinations of dimension values to return in this
pivot.
|
Pivot.Builder |
Pivot.Builder.clearMetricAggregations()
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.clearOffset()
The row count of the start row.
|
Pivot.Builder |
Pivot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Pivot.Builder |
Pivot.Builder.clearOrderBys()
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.clone() |
Pivot.Builder |
RunPivotReportRequest.Builder.getPivotsBuilder(int index)
Describes the visual format of the report's dimensions in columns or rows.
|
Pivot.Builder |
Pivot.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Pivot.Builder |
Pivot.Builder.mergeFrom(com.google.protobuf.Message other) |
Pivot.Builder |
Pivot.Builder.mergeFrom(Pivot other) |
Pivot.Builder |
Pivot.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Pivot.Builder |
Pivot.newBuilder() |
static Pivot.Builder |
Pivot.newBuilder(Pivot prototype) |
Pivot.Builder |
Pivot.newBuilderForType() |
protected Pivot.Builder |
Pivot.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Pivot.Builder |
Pivot.Builder.removeOrderBys(int index)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Pivot.Builder |
Pivot.Builder.setFieldNames(int index,
String value)
Dimension names for visible columns in the report response.
|
Pivot.Builder |
Pivot.Builder.setLimit(long value)
The number of unique combinations of dimension values to return in this
pivot.
|
Pivot.Builder |
Pivot.Builder.setMetricAggregations(int index,
MetricAggregation value)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.setMetricAggregationsValue(int index,
int value)
Aggregate the metrics by dimensions in this pivot using the specified
metric_aggregations.
|
Pivot.Builder |
Pivot.Builder.setOffset(long value)
The row count of the start row.
|
Pivot.Builder |
Pivot.Builder.setOrderBys(int index,
OrderBy.Builder builderForValue)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.setOrderBys(int index,
OrderBy value)
Specifies how dimensions are ordered in the pivot.
|
Pivot.Builder |
Pivot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Pivot.Builder |
Pivot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Pivot.Builder |
Pivot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Pivot.Builder> |
RunPivotReportRequest.Builder.getPivotsBuilderList()
Describes the visual format of the report's dimensions in columns or rows.
|
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportRequest.Builder |
RunPivotReportRequest.Builder.addPivots(int index,
Pivot.Builder builderForValue)
Describes the visual format of the report's dimensions in columns or rows.
|
RunPivotReportRequest.Builder |
RunPivotReportRequest.Builder.addPivots(Pivot.Builder builderForValue)
Describes the visual format of the report's dimensions in columns or rows.
|
RunPivotReportRequest.Builder |
RunPivotReportRequest.Builder.setPivots(int index,
Pivot.Builder builderForValue)
Describes the visual format of the report's dimensions in columns or rows.
|
Copyright © 2022 Google LLC. All rights reserved.