| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportResponse |
RunPivotReportResponse.clone() |
RunPivotReportResponse |
RunPivotReportResponse.set(String fieldName,
Object value) |
RunPivotReportResponse |
RunPivotReportResponse.setAggregates(List<Row> aggregates)
Aggregation of metric values.
|
RunPivotReportResponse |
RunPivotReportResponse.setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
Describes dimension columns.
|
RunPivotReportResponse |
RunPivotReportResponse.setKind(String kind)
Identifies what kind of resource this message is.
|
RunPivotReportResponse |
RunPivotReportResponse.setMetadata(ResponseMetaData metadata)
Metadata for the report.
|
RunPivotReportResponse |
RunPivotReportResponse.setMetricHeaders(List<MetricHeader> metricHeaders)
Describes metric columns.
|
RunPivotReportResponse |
RunPivotReportResponse.setPivotHeaders(List<PivotHeader> pivotHeaders)
Summarizes the columns and rows created by a pivot.
|
RunPivotReportResponse |
RunPivotReportResponse.setPropertyQuota(PropertyQuota propertyQuota)
This Analytics Property's quota state including this request.
|
RunPivotReportResponse |
RunPivotReportResponse.setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
| Modifier and Type | Method and Description |
|---|---|
List<RunPivotReportResponse> |
BatchRunPivotReportsResponse.getPivotReports()
Individual responses.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRunPivotReportsResponse |
BatchRunPivotReportsResponse.setPivotReports(List<RunPivotReportResponse> pivotReports)
Individual responses.
|
Copyright © 2011–2023 Google. All rights reserved.