Skip to content

Commit 44b71a5

Browse files
1 parent 2a2a0e9 commit 44b71a5

File tree

10 files changed

+143
-141
lines changed

10 files changed

+143
-141
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-rev20240731-2.0.0</version>
25+
<version>v1beta-rev20240825-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-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240825-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 80 additions & 78 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public final class RunPivotReportRequest extends com.google.api.client.json.Gene
101101
/**
102102
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
103103
* these rows will be returned if they are not separately removed by a filter. Regardless of this
104-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
105-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
106-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
107-
* and eventCount: 0.
104+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
105+
* in a report. For example if a property never logs a `purchase` event, then a query for the
106+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
107+
* eventCount: 0.
108108
* The value may be {@code null}.
109109
*/
110110
@com.google.api.client.util.Key
@@ -149,8 +149,8 @@ public final class RunPivotReportRequest extends com.google.api.client.json.Gene
149149
}
150150

151151
/**
152-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
153-
* and not the body. To learn more, see [where to find your Property
152+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
153+
* not the body. To learn more, see [where to find your Property
154154
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
155155
* batch request, this property should either be unspecified or consistent with the batch-level
156156
* property. Example: properties/1234
@@ -160,7 +160,7 @@ public final class RunPivotReportRequest extends com.google.api.client.json.Gene
160160
private java.lang.String property;
161161

162162
/**
163-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
163+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
164164
* returned in [PropertyQuota](#PropertyQuota).
165165
* The value may be {@code null}.
166166
*/
@@ -288,10 +288,10 @@ public RunPivotReportRequest setDimensions(java.util.List<Dimension> dimensions)
288288
/**
289289
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
290290
* these rows will be returned if they are not separately removed by a filter. Regardless of this
291-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
292-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
293-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
294-
* and eventCount: 0.
291+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
292+
* in a report. For example if a property never logs a `purchase` event, then a query for the
293+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
294+
* eventCount: 0.
295295
* @return value or {@code null} for none
296296
*/
297297
public java.lang.Boolean getKeepEmptyRows() {
@@ -301,10 +301,10 @@ public java.lang.Boolean getKeepEmptyRows() {
301301
/**
302302
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
303303
* these rows will be returned if they are not separately removed by a filter. Regardless of this
304-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
305-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
306-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
307-
* and eventCount: 0.
304+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
305+
* in a report. For example if a property never logs a `purchase` event, then a query for the
306+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
307+
* eventCount: 0.
308308
* @param keepEmptyRows keepEmptyRows or {@code null} for none
309309
*/
310310
public RunPivotReportRequest setKeepEmptyRows(java.lang.Boolean keepEmptyRows) {
@@ -374,8 +374,8 @@ public RunPivotReportRequest setPivots(java.util.List<Pivot> pivots) {
374374
}
375375

376376
/**
377-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
378-
* and not the body. To learn more, see [where to find your Property
377+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
378+
* not the body. To learn more, see [where to find your Property
379379
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
380380
* batch request, this property should either be unspecified or consistent with the batch-level
381381
* property. Example: properties/1234
@@ -386,8 +386,8 @@ public java.lang.String getProperty() {
386386
}
387387

388388
/**
389-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
390-
* and not the body. To learn more, see [where to find your Property
389+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
390+
* not the body. To learn more, see [where to find your Property
391391
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
392392
* batch request, this property should either be unspecified or consistent with the batch-level
393393
* property. Example: properties/1234
@@ -399,7 +399,7 @@ public RunPivotReportRequest setProperty(java.lang.String property) {
399399
}
400400

401401
/**
402-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
402+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
403403
* returned in [PropertyQuota](#PropertyQuota).
404404
* @return value or {@code null} for none
405405
*/
@@ -408,7 +408,7 @@ public java.lang.Boolean getReturnPropertyQuota() {
408408
}
409409

410410
/**
411-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
411+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
412412
* returned in [PropertyQuota](#PropertyQuota).
413413
* @param returnPropertyQuota returnPropertyQuota or {@code null} for none
414414
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public final class RunPivotReportResponse extends com.google.api.client.json.Gen
108108
}
109109

110110
/**
111-
* This Analytics Property's quota state including this request.
111+
* This Google Analytics property's quota state including this request.
112112
* The value may be {@code null}.
113113
*/
114114
@com.google.api.client.util.Key
@@ -252,15 +252,15 @@ public RunPivotReportResponse setPivotHeaders(java.util.List<PivotHeader> pivotH
252252
}
253253

254254
/**
255-
* This Analytics Property's quota state including this request.
255+
* This Google Analytics property's quota state including this request.
256256
* @return value or {@code null} for none
257257
*/
258258
public PropertyQuota getPropertyQuota() {
259259
return propertyQuota;
260260
}
261261

262262
/**
263-
* This Analytics Property's quota state including this request.
263+
* This Google Analytics property's quota state including this request.
264264
* @param propertyQuota propertyQuota or {@code null} for none
265265
*/
266266
public RunPivotReportResponse setPropertyQuota(PropertyQuota propertyQuota) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public final class RunRealtimeReportRequest extends com.google.api.client.json.G
121121
}
122122

123123
/**
124-
* Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota
125-
* is returned in [PropertyQuota](#PropertyQuota).
124+
* Toggles whether to return the current state of this Google Analytics property's Realtime quota.
125+
* Quota is returned in [PropertyQuota](#PropertyQuota).
126126
* The value may be {@code null}.
127127
*/
128128
@com.google.api.client.util.Key
@@ -285,17 +285,17 @@ public RunRealtimeReportRequest setOrderBys(java.util.List<OrderBy> orderBys) {
285285
}
286286

287287
/**
288-
* Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota
289-
* is returned in [PropertyQuota](#PropertyQuota).
288+
* Toggles whether to return the current state of this Google Analytics property's Realtime quota.
289+
* Quota is returned in [PropertyQuota](#PropertyQuota).
290290
* @return value or {@code null} for none
291291
*/
292292
public java.lang.Boolean getReturnPropertyQuota() {
293293
return returnPropertyQuota;
294294
}
295295

296296
/**
297-
* Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota
298-
* is returned in [PropertyQuota](#PropertyQuota).
297+
* Toggles whether to return the current state of this Google Analytics property's Realtime quota.
298+
* Quota is returned in [PropertyQuota](#PropertyQuota).
299299
* @param returnPropertyQuota returnPropertyQuota or {@code null} for none
300300
*/
301301
public RunRealtimeReportRequest setReturnPropertyQuota(java.lang.Boolean returnPropertyQuota) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class RunRealtimeReportResponse extends com.google.api.client.json.
9393
}
9494

9595
/**
96-
* This Analytics Property's Realtime quota state including this request.
96+
* This Google Analytics property's Realtime quota state including this request.
9797
* The value may be {@code null}.
9898
*/
9999
@com.google.api.client.util.Key
@@ -227,15 +227,15 @@ public RunRealtimeReportResponse setMinimums(java.util.List<Row> minimums) {
227227
}
228228

229229
/**
230-
* This Analytics Property's Realtime quota state including this request.
230+
* This Google Analytics property's Realtime quota state including this request.
231231
* @return value or {@code null} for none
232232
*/
233233
public PropertyQuota getPropertyQuota() {
234234
return propertyQuota;
235235
}
236236

237237
/**
238-
* This Analytics Property's Realtime quota state including this request.
238+
* This Google Analytics property's Realtime quota state including this request.
239239
* @param propertyQuota propertyQuota or {@code null} for none
240240
*/
241241
public RunRealtimeReportResponse setPropertyQuota(PropertyQuota propertyQuota) {

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
101101
/**
102102
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
103103
* these rows will be returned if they are not separately removed by a filter. Regardless of this
104-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
105-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
106-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
107-
* and eventCount: 0.
104+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
105+
* in a report. For example if a property never logs a `purchase` event, then a query for the
106+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
107+
* eventCount: 0.
108108
* The value may be {@code null}.
109109
*/
110110
@com.google.api.client.util.Key
@@ -181,8 +181,8 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
181181
}
182182

183183
/**
184-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
185-
* and not the body. To learn more, see [where to find your Property
184+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
185+
* not the body. To learn more, see [where to find your Property
186186
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
187187
* batch request, this property should either be unspecified or consistent with the batch-level
188188
* property. Example: properties/1234
@@ -192,7 +192,7 @@ public final class RunReportRequest extends com.google.api.client.json.GenericJs
192192
private java.lang.String property;
193193

194194
/**
195-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
195+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
196196
* returned in [PropertyQuota](#PropertyQuota).
197197
* The value may be {@code null}.
198198
*/
@@ -320,10 +320,10 @@ public RunReportRequest setDimensions(java.util.List<Dimension> dimensions) {
320320
/**
321321
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
322322
* these rows will be returned if they are not separately removed by a filter. Regardless of this
323-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
324-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
325-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
326-
* and eventCount: 0.
323+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
324+
* in a report. For example if a property never logs a `purchase` event, then a query for the
325+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
326+
* eventCount: 0.
327327
* @return value or {@code null} for none
328328
*/
329329
public java.lang.Boolean getKeepEmptyRows() {
@@ -333,10 +333,10 @@ public java.lang.Boolean getKeepEmptyRows() {
333333
/**
334334
* If false or unspecified, each row with all metrics equal to 0 will not be returned. If true,
335335
* these rows will be returned if they are not separately removed by a filter. Regardless of this
336-
* `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be
337-
* displayed in a report. For example if a property never logs a `purchase` event, then a query
338-
* for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase"
339-
* and eventCount: 0.
336+
* `keep_empty_rows` setting, only data recorded by the Google Analytics property can be displayed
337+
* in a report. For example if a property never logs a `purchase` event, then a query for the
338+
* `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and
339+
* eventCount: 0.
340340
* @param keepEmptyRows keepEmptyRows or {@code null} for none
341341
*/
342342
public RunReportRequest setKeepEmptyRows(java.lang.Boolean keepEmptyRows) {
@@ -479,8 +479,8 @@ public RunReportRequest setOrderBys(java.util.List<OrderBy> orderBys) {
479479
}
480480

481481
/**
482-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
483-
* and not the body. To learn more, see [where to find your Property
482+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
483+
* not the body. To learn more, see [where to find your Property
484484
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
485485
* batch request, this property should either be unspecified or consistent with the batch-level
486486
* property. Example: properties/1234
@@ -491,8 +491,8 @@ public java.lang.String getProperty() {
491491
}
492492

493493
/**
494-
* A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path
495-
* and not the body. To learn more, see [where to find your Property
494+
* A Google Analytics property identifier whose events are tracked. Specified in the URL path and
495+
* not the body. To learn more, see [where to find your Property
496496
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a
497497
* batch request, this property should either be unspecified or consistent with the batch-level
498498
* property. Example: properties/1234
@@ -504,7 +504,7 @@ public RunReportRequest setProperty(java.lang.String property) {
504504
}
505505

506506
/**
507-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
507+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
508508
* returned in [PropertyQuota](#PropertyQuota).
509509
* @return value or {@code null} for none
510510
*/
@@ -513,7 +513,7 @@ public java.lang.Boolean getReturnPropertyQuota() {
513513
}
514514

515515
/**
516-
* Toggles whether to return the current state of this Analytics Property's quota. Quota is
516+
* Toggles whether to return the current state of this Google Analytics property's quota. Quota is
517517
* returned in [PropertyQuota](#PropertyQuota).
518518
* @param returnPropertyQuota returnPropertyQuota or {@code null} for none
519519
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public final class RunReportResponse extends com.google.api.client.json.GenericJ
100100
}
101101

102102
/**
103-
* This Analytics Property's quota state including this request.
103+
* This Google Analytics property's quota state including this request.
104104
* The value may be {@code null}.
105105
*/
106106
@com.google.api.client.util.Key
@@ -253,15 +253,15 @@ public RunReportResponse setMinimums(java.util.List<Row> minimums) {
253253
}
254254

255255
/**
256-
* This Analytics Property's quota state including this request.
256+
* This Google Analytics property's quota state including this request.
257257
* @return value or {@code null} for none
258258
*/
259259
public PropertyQuota getPropertyQuota() {
260260
return propertyQuota;
261261
}
262262

263263
/**
264-
* This Analytics Property's quota state including this request.
264+
* This Google Analytics property's quota state including this request.
265265
* @param propertyQuota propertyQuota or {@code null} for none
266266
*/
267267
public RunReportResponse setPropertyQuota(PropertyQuota propertyQuota) {

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-rev20240731-2.0.0</version>
12-
<name>Google Analytics Data API v1beta-rev20240731-2.0.0</name>
11+
<version>v1beta-rev20240825-2.0.0</version>
12+
<name>Google Analytics Data API v1beta-rev20240825-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-rev20240731-2.0.0</version>
25+
<version>v1beta-rev20240825-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-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240825-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)