| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Pivot |
Pivot.clone() |
Pivot |
Pivot.set(String fieldName,
Object value) |
Pivot |
Pivot.setFieldNames(List<String> fieldNames)
Dimension names for visible columns in the report response.
|
Pivot |
Pivot.setLimit(Long limit)
The number of unique combinations of dimension values to return in this pivot.
|
Pivot |
Pivot.setMetricAggregations(List<String> metricAggregations)
Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
|
Pivot |
Pivot.setOffset(Long offset)
The row count of the start row.
|
Pivot |
Pivot.setOrderBys(List<OrderBy> orderBys)
Specifies how dimensions are ordered in the pivot.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pivot> |
RunPivotReportRequest.getPivots()
Describes the visual format of the report's dimensions in columns or rows.
|
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportRequest |
RunPivotReportRequest.setPivots(List<Pivot> pivots)
Describes the visual format of the report's dimensions in columns or rows.
|
Copyright © 2011–2023 Google. All rights reserved.