Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
Pivot |
Pivot.clone() |
Pivot |
Pivot.set(String fieldName,
Object value) |
Pivot |
Pivot.setDimensionFilterClauses(List<DimensionFilterClause> dimensionFilterClauses)
DimensionFilterClauses are logically combined with an `AND` operator: only data that is
included by all these DimensionFilterClauses contributes to the values in this pivot region.
|
Pivot |
Pivot.setDimensions(List<Dimension> dimensions)
A list of dimensions to show as pivot columns.
|
Pivot |
Pivot.setMaxGroupCount(Integer maxGroupCount)
Specifies the maximum number of groups to return.
|
Pivot |
Pivot.setMetrics(List<Metric> metrics)
The pivot metrics.
|
Pivot |
Pivot.setStartGroup(Integer startGroup)
If k metrics were requested, then the response will contain some data-dependent multiple of k
columns in the report.
|
Modifier and Type | Method and Description |
---|---|
List<Pivot> |
ReportRequest.getPivots()
The pivot definitions.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setPivots(List<Pivot> pivots)
The pivot definitions.
|
Copyright © 2011–2022 Google. All rights reserved.