| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Row.set(String fieldName,
Object value) |
Row |
Row.setDimensionValues(List<DimensionValue> dimensionValues)
List of requested dimension values.
|
Row |
Row.setMetricValues(List<MetricValue> metricValues)
List of requested visible metric values.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
RunPivotReportResponse.getAggregates()
Aggregation of metric values.
|
List<Row> |
RunRealtimeReportResponse.getMaximums()
If requested, the maximum values of metrics.
|
List<Row> |
RunReportResponse.getMaximums()
If requested, the maximum values of metrics.
|
List<Row> |
RunRealtimeReportResponse.getMinimums()
If requested, the minimum values of metrics.
|
List<Row> |
RunReportResponse.getMinimums()
If requested, the minimum values of metrics.
|
List<Row> |
RunRealtimeReportResponse.getRows()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
RunPivotReportResponse.getRows()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
RunReportResponse.getRows()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
RunRealtimeReportResponse.getTotals()
If requested, the totaled values of metrics.
|
List<Row> |
RunReportResponse.getTotals()
If requested, the totaled values of metrics.
|
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportResponse |
RunPivotReportResponse.setAggregates(List<Row> aggregates)
Aggregation of metric values.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setMaximums(List<Row> maximums)
If requested, the maximum values of metrics.
|
RunReportResponse |
RunReportResponse.setMaximums(List<Row> maximums)
If requested, the maximum values of metrics.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setMinimums(List<Row> minimums)
If requested, the minimum values of metrics.
|
RunReportResponse |
RunReportResponse.setMinimums(List<Row> minimums)
If requested, the minimum values of metrics.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
RunPivotReportResponse |
RunPivotReportResponse.setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
RunReportResponse |
RunReportResponse.setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setTotals(List<Row> totals)
If requested, the totaled values of metrics.
|
RunReportResponse |
RunReportResponse.setTotals(List<Row> totals)
If requested, the totaled values of metrics.
|
Copyright © 2011–2023 Google. All rights reserved.