Skip to content

Commit 487e327

Browse files
1 parent 4255bda commit 487e327

File tree

12 files changed

+58
-36
lines changed

12 files changed

+58
-36
lines changed

clients/google-api-services-analyticsadmin/v1alpha/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-analyticsadmin</artifactId>
25-
<version>v1alpha-rev20240929-2.0.0</version>
25+
<version>v1alpha-rev20250103-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-analyticsadmin:v1alpha-rev20240929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/GoogleAnalyticsAdmin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ public RunAccessReport set(String parameterName, Object value) {
14021402
}
14031403
/**
14041404
* Searches through all changes to an account or its children given the specified set of filters.
1405+
* Only returns the subset of changes supported by the API. The UI may return additional changes.
14051406
*
14061407
* Create a request for the method "accounts.searchChangeHistoryEvents".
14071408
*
@@ -1429,6 +1430,7 @@ public class SearchChangeHistoryEvents extends GoogleAnalyticsAdminRequest<com.g
14291430

14301431
/**
14311432
* Searches through all changes to an account or its children given the specified set of filters.
1433+
* Only returns the subset of changes supported by the API. The UI may return additional changes.
14321434
*
14331435
* Create a request for the method "accounts.searchChangeHistoryEvents".
14341436
*

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaDataRetentionSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class GoogleAnalyticsAdminV1alphaDataRetentionSettings extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The length of time that event-level data is retained.
34+
* Required. The length of time that event-level data is retained.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -53,15 +53,15 @@ public final class GoogleAnalyticsAdminV1alphaDataRetentionSettings extends com.
5353
private java.lang.Boolean resetUserDataOnNewActivity;
5454

5555
/**
56-
* The length of time that event-level data is retained.
56+
* Required. The length of time that event-level data is retained.
5757
* @return value or {@code null} for none
5858
*/
5959
public java.lang.String getEventDataRetention() {
6060
return eventDataRetention;
6161
}
6262

6363
/**
64-
* The length of time that event-level data is retained.
64+
* Required. The length of time that event-level data is retained.
6565
* @param eventDataRetention eventDataRetention or {@code null} for none
6666
*/
6767
public GoogleAnalyticsAdminV1alphaDataRetentionSettings setEventDataRetention(java.lang.String eventDataRetention) {

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ public final class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest e
5959
private String latestChangeTime;
6060

6161
/**
62-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
63-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
64-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
62+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
63+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
64+
* maximum). Note that the service may return a page with fewer items than this value specifies
65+
* (potentially even zero), and that there still may be additional pages. If you want a particular
66+
* number of items, you'll need to continue requesting additional pages using `page_token` until
67+
* you get the needed number.
6568
* The value may be {@code null}.
6669
*/
6770
@com.google.api.client.util.Key
@@ -161,19 +164,25 @@ public GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest setLatestChan
161164
}
162165

163166
/**
164-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
165-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
166-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
167+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
168+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
169+
* maximum). Note that the service may return a page with fewer items than this value specifies
170+
* (potentially even zero), and that there still may be additional pages. If you want a particular
171+
* number of items, you'll need to continue requesting additional pages using `page_token` until
172+
* you get the needed number.
167173
* @return value or {@code null} for none
168174
*/
169175
public java.lang.Integer getPageSize() {
170176
return pageSize;
171177
}
172178

173179
/**
174-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
175-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
176-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
180+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
181+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
182+
* maximum). Note that the service may return a page with fewer items than this value specifies
183+
* (potentially even zero), and that there still may be additional pages. If you want a particular
184+
* number of items, you'll need to continue requesting additional pages using `page_token` until
185+
* you get the needed number.
177186
* @param pageSize pageSize or {@code null} for none
178187
*/
179188
public GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest setPageSize(java.lang.Integer pageSize) {

clients/google-api-services-analyticsadmin/v1alpha/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-analyticsadmin</artifactId>
11-
<version>v1alpha-rev20240929-2.0.0</version>
12-
<name>Google Analytics Admin API v1alpha-rev20240929-2.0.0</name>
11+
<version>v1alpha-rev20250103-2.0.0</version>
12+
<name>Google Analytics Admin API v1alpha-rev20250103-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticsadmin/v1alpha/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-analyticsadmin</artifactId>
25-
<version>v1alpha-rev20240929-2.0.0</version>
25+
<version>v1alpha-rev20250103-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-analyticsadmin:v1alpha-rev20240929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/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-analyticsadmin</artifactId>
25-
<version>v1beta-rev20241113-2.0.0</version>
25+
<version>v1beta-rev20250103-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-analyticsadmin:v1beta-rev20241113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/v1beta/2.0.0/com/google/api/services/analyticsadmin/v1beta/GoogleAnalyticsAdmin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ public RunAccessReport set(String parameterName, Object value) {
14021402
}
14031403
/**
14041404
* Searches through all changes to an account or its children given the specified set of filters.
1405+
* Only returns the subset of changes supported by the API. The UI may return additional changes.
14051406
*
14061407
* Create a request for the method "accounts.searchChangeHistoryEvents".
14071408
*
@@ -1429,6 +1430,7 @@ public class SearchChangeHistoryEvents extends GoogleAnalyticsAdminRequest<com.g
14291430

14301431
/**
14311432
* Searches through all changes to an account or its children given the specified set of filters.
1433+
* Only returns the subset of changes supported by the API. The UI may return additional changes.
14321434
*
14331435
* Create a request for the method "accounts.searchChangeHistoryEvents".
14341436
*

clients/google-api-services-analyticsadmin/v1beta/2.0.0/com/google/api/services/analyticsadmin/v1beta/model/GoogleAnalyticsAdminV1betaDataRetentionSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class GoogleAnalyticsAdminV1betaDataRetentionSettings extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The length of time that event-level data is retained.
34+
* Required. The length of time that event-level data is retained.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -53,15 +53,15 @@ public final class GoogleAnalyticsAdminV1betaDataRetentionSettings extends com.g
5353
private java.lang.Boolean resetUserDataOnNewActivity;
5454

5555
/**
56-
* The length of time that event-level data is retained.
56+
* Required. The length of time that event-level data is retained.
5757
* @return value or {@code null} for none
5858
*/
5959
public java.lang.String getEventDataRetention() {
6060
return eventDataRetention;
6161
}
6262

6363
/**
64-
* The length of time that event-level data is retained.
64+
* Required. The length of time that event-level data is retained.
6565
* @param eventDataRetention eventDataRetention or {@code null} for none
6666
*/
6767
public GoogleAnalyticsAdminV1betaDataRetentionSettings setEventDataRetention(java.lang.String eventDataRetention) {

clients/google-api-services-analyticsadmin/v1beta/2.0.0/com/google/api/services/analyticsadmin/v1beta/model/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ public final class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest ex
5959
private String latestChangeTime;
6060

6161
/**
62-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
63-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
64-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
62+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
63+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
64+
* maximum). Note that the service may return a page with fewer items than this value specifies
65+
* (potentially even zero), and that there still may be additional pages. If you want a particular
66+
* number of items, you'll need to continue requesting additional pages using `page_token` until
67+
* you get the needed number.
6568
* The value may be {@code null}.
6669
*/
6770
@com.google.api.client.util.Key
@@ -161,19 +164,25 @@ public GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setLatestChang
161164
}
162165

163166
/**
164-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
165-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
166-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
167+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
168+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
169+
* maximum). Note that the service may return a page with fewer items than this value specifies
170+
* (potentially even zero), and that there still may be additional pages. If you want a particular
171+
* number of items, you'll need to continue requesting additional pages using `page_token` until
172+
* you get the needed number.
167173
* @return value or {@code null} for none
168174
*/
169175
public java.lang.Integer getPageSize() {
170176
return pageSize;
171177
}
172178

173179
/**
174-
* Optional. The maximum number of ChangeHistoryEvent items to return. The service may return
175-
* fewer than this value, even if there are additional pages. If unspecified, at most 50 items
176-
* will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
180+
* Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50
181+
* items will be returned. The maximum value is 200 (higher values will be coerced to the
182+
* maximum). Note that the service may return a page with fewer items than this value specifies
183+
* (potentially even zero), and that there still may be additional pages. If you want a particular
184+
* number of items, you'll need to continue requesting additional pages using `page_token` until
185+
* you get the needed number.
177186
* @param pageSize pageSize or {@code null} for none
178187
*/
179188
public GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setPageSize(java.lang.Integer pageSize) {

0 commit comments

Comments
 (0)