| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
ReportRow.clone() |
ReportRow |
ReportRow.set(String fieldName,
Object value) |
ReportRow |
ReportRow.setDimensions(List<String> dimensions)
List of requested dimensions.
|
ReportRow |
ReportRow.setMetrics(List<DateRangeValues> metrics)
List of metrics for each requested DateRange.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportRow> |
ReportData.getRows()
There's one ReportRow for every unique combination of dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
ReportData |
ReportData.setRows(List<ReportRow> rows)
There's one ReportRow for every unique combination of dimensions.
|
Copyright © 2011–2021 Google. All rights reserved.