| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
RunRealtimeReportResponse |
RunRealtimeReportResponse.clone() |
RunRealtimeReportResponse |
RunRealtimeReportResponse.set(String fieldName,
Object value) |
RunRealtimeReportResponse |
RunRealtimeReportResponse.setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
Describes dimension columns.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setKind(String kind)
Identifies what kind of resource this message is.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setMaximums(List<Row> maximums)
If requested, the maximum values of metrics.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setMetricHeaders(List<MetricHeader> metricHeaders)
Describes metric columns.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setMinimums(List<Row> minimums)
If requested, the minimum values of metrics.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setPropertyQuota(PropertyQuota propertyQuota)
This Analytics Property's Realtime quota state including this request.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.setRowCount(Integer rowCount)
The total number of rows in the query result.
|
RunRealtimeReportResponse |
RunRealtimeReportResponse.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.
|
Copyright © 2011–2023 Google. All rights reserved.