| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
RunReportResponse |
RunReportResponse.clone() |
RunReportResponse |
RunReportResponse.set(String fieldName,
Object value) |
RunReportResponse |
RunReportResponse.setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
Describes dimension columns.
|
RunReportResponse |
RunReportResponse.setKind(String kind)
Identifies what kind of resource this message is.
|
RunReportResponse |
RunReportResponse.setMaximums(List<Row> maximums)
If requested, the maximum values of metrics.
|
RunReportResponse |
RunReportResponse.setMetadata(ResponseMetaData metadata)
Metadata for the report.
|
RunReportResponse |
RunReportResponse.setMetricHeaders(List<MetricHeader> metricHeaders)
Describes metric columns.
|
RunReportResponse |
RunReportResponse.setMinimums(List<Row> minimums)
If requested, the minimum values of metrics.
|
RunReportResponse |
RunReportResponse.setPropertyQuota(PropertyQuota propertyQuota)
This Analytics Property's quota state including this request.
|
RunReportResponse |
RunReportResponse.setRowCount(Integer rowCount)
The total number of rows in the query result.
|
RunReportResponse |
RunReportResponse.setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
RunReportResponse |
RunReportResponse.setTotals(List<Row> totals)
If requested, the totaled values of metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<RunReportResponse> |
BatchRunReportsResponse.getReports()
Individual responses.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRunReportsResponse |
BatchRunReportsResponse.setReports(List<RunReportResponse> reports)
Individual responses.
|
Copyright © 2011–2023 Google. All rights reserved.