Skip to content

Commit c131cad

Browse files
1 parent 1173e1a commit c131cad

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

clients/google-api-services-analyticsdata/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsdata</artifactId>
25-
<version>v1beta-rev20240512-2.0.0</version>
25+
<version>v1beta-rev20240731-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240512-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240731-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsdata/v1beta/2.0.0/com/google/api/services/analyticsdata/v1beta/model/RunReportRequest.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
126126

127127
/**
128128
* 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.
130131
* The value may be {@code null}.
131132
*/
132133
@com.google.api.client.util.Key
@@ -166,7 +167,8 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
166167
private java.lang.Long offset;
167168

168169
/**
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.
170172
* The value may be {@code null}.
171173
*/
172174
@com.google.api.client.util.Key
@@ -375,7 +377,8 @@ public RunReportRequest setLimit(java.lang.Long limit) {
375377

376378
/**
377379
* 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.
379382
* @return value or {@code null} for none
380383
*/
381384
public java.util.List<java.lang.String> getMetricAggregations() {
@@ -384,7 +387,8 @@ public java.util.List<java.lang.String> getMetricAggregations() {
384387

385388
/**
386389
* Aggregation of metrics. Aggregated metric values will be shown in rows where the
387-
* dimension_values are set to "RESERVED_(MetricAggregation)".
390+
* dimension_values are set to "RESERVED_(MetricAggregation)". Aggregates including both
391+
* comparisons and multiple date ranges will be aggregated based on the date ranges.
388392
* @param metricAggregations metricAggregations or {@code null} for none
389393
*/
390394
public RunReportRequest setMetricAggregations(java.util.List<java.lang.String> metricAggregations) {
@@ -456,15 +460,17 @@ public RunReportRequest setOffset(java.lang.Long offset) {
456460
}
457461

458462
/**
459-
* Specifies how rows are ordered in the response.
463+
* Specifies how rows are ordered in the response. Requests including both comparisons and
464+
* multiple date ranges will have order bys applied on the comparisons.
460465
* @return value or {@code null} for none
461466
*/
462467
public java.util.List<OrderBy> getOrderBys() {
463468
return orderBys;
464469
}
465470

466471
/**
467-
* Specifies how rows are ordered in the response.
472+
* Specifies how rows are ordered in the response. Requests including both comparisons and
473+
* multiple date ranges will have order bys applied on the comparisons.
468474
* @param orderBys orderBys or {@code null} for none
469475
*/
470476
public RunReportRequest setOrderBys(java.util.List<OrderBy> orderBys) {

clients/google-api-services-analyticsdata/v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-analyticsdata</artifactId>
11-
<version>v1beta-rev20240512-2.0.0</version>
12-
<name>Google Analytics Data API v1beta-rev20240512-2.0.0</name>
11+
<version>v1beta-rev20240731-2.0.0</version>
12+
<name>Google Analytics Data API v1beta-rev20240731-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticsdata/v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsdata</artifactId>
25-
<version>v1beta-rev20240512-2.0.0</version>
25+
<version>v1beta-rev20240731-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240512-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240731-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)