You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsdata/v1beta/2.0.0/com/google/api/services/analyticsdata/v1beta/model/RunReportRequest.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,8 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
126
126
127
127
/**
128
128
* Aggregation of metrics. Aggregated metric values will be shown in rows where the
129
-
* dimension_values are set to "RESERVED_(MetricAggregation)".
129
+
* dimension_values are set to "RESERVED_(MetricAggregation)". Aggregates including both
130
+
* comparisons and multiple date ranges will be aggregated based on the date ranges.
130
131
* The value may be {@code null}.
131
132
*/
132
133
@com.google.api.client.util.Key
@@ -166,7 +167,8 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
166
167
privatejava.lang.Longoffset;
167
168
168
169
/**
169
-
* Specifies how rows are ordered in the response.
170
+
* Specifies how rows are ordered in the response. Requests including both comparisons and
171
+
* multiple date ranges will have order bys applied on the comparisons.
170
172
* The value may be {@code null}.
171
173
*/
172
174
@com.google.api.client.util.Key
@@ -375,7 +377,8 @@ public RunReportRequest setLimit(java.lang.Long limit) {
375
377
376
378
/**
377
379
* Aggregation of metrics. Aggregated metric values will be shown in rows where the
378
-
* dimension_values are set to "RESERVED_(MetricAggregation)".
380
+
* dimension_values are set to "RESERVED_(MetricAggregation)". Aggregates including both
381
+
* comparisons and multiple date ranges will be aggregated based on the date ranges.
0 commit comments