Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
DateRangeValues |
DateRangeValues.clone() |
DateRangeValues |
DateRangeValues.set(String fieldName,
Object value) |
DateRangeValues |
DateRangeValues.setPivotValueRegions(List<PivotValueRegion> pivotValueRegions)
The values of each pivot region.
|
DateRangeValues |
DateRangeValues.setValues(List<String> values)
Each value corresponds to each Metric in the request.
|
Modifier and Type | Method and Description |
---|---|
List<DateRangeValues> |
ReportData.getMaximums()
Minimum and maximum values seen over all matching rows.
|
List<DateRangeValues> |
ReportRow.getMetrics()
List of metrics for each requested DateRange.
|
List<DateRangeValues> |
ReportData.getMinimums()
Minimum and maximum values seen over all matching rows.
|
List<DateRangeValues> |
ReportData.getTotals()
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 |
---|---|
ReportData |
ReportData.setMaximums(List<DateRangeValues> maximums)
Minimum and maximum values seen over all matching rows.
|
ReportRow |
ReportRow.setMetrics(List<DateRangeValues> metrics)
List of metrics for each requested DateRange.
|
ReportData |
ReportData.setMinimums(List<DateRangeValues> minimums)
Minimum and maximum values seen over all matching rows.
|
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.
|
Copyright © 2011–2022 Google. All rights reserved.