| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ReportData |
ReportData.clone() |
ReportData |
Report.getData()
Response data.
|
ReportData |
ReportData.set(String fieldName,
Object value) |
ReportData |
ReportData.setDataLastRefreshed(String dataLastRefreshed)
The last time the data in the report was refreshed.
|
ReportData |
ReportData.setIsDataGolden(Boolean isDataGolden)
Indicates if response to this request is golden or not.
|
ReportData |
ReportData.setMaximums(List<DateRangeValues> maximums)
Minimum and maximum values seen over all matching rows.
|
ReportData |
ReportData.setMinimums(List<DateRangeValues> minimums)
Minimum and maximum values seen over all matching rows.
|
ReportData |
ReportData.setRowCount(Integer rowCount)
Total number of matching rows for this query.
|
ReportData |
ReportData.setRows(List<ReportRow> rows)
There's one ReportRow for every unique combination of dimensions.
|
ReportData |
ReportData.setSamplesReadCounts(List<Long> samplesReadCounts)
If the results are [sampled](https://support.google.com/analytics/answer/2637192), this returns
the total number of samples read, one entry per date range.
|
ReportData |
ReportData.setSamplingSpaceSizes(List<Long> samplingSpaceSizes)
If the results are [sampled](https://support.google.com/analytics/answer/2637192), this returns
the total number of samples present, one entry per date range.
|
ReportData |
ReportData.setTotals(List<DateRangeValues> totals)
For each requested date range, for the set of all rows that match the query, every requested
value format gets a total.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.setData(ReportData data)
Response data.
|
Copyright © 2011–2021 Google. All rights reserved.