Skip to content

Commit b957352

Browse files
1 parent eaa0185 commit b957352

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

clients/google-api-services-androidmanagement/v1/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-androidmanagement</artifactId>
25-
<version>v1-rev20250714-2.0.0</version>
25+
<version>v1-rev20250804-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-androidmanagement:v1-rev20250714-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,17 +1894,24 @@ public List setParent(java.lang.String parent) {
18941894
return this;
18951895
}
18961896

1897-
/** The requested page size. The actual page size may be fixed to a min or max value. */
1897+
/**
1898+
* The requested page size. If unspecified, at most 10 devices will be returned. The maximum
1899+
* value is 100; values above 100 will be coerced to 100. The limits can change over time.
1900+
*/
18981901
@com.google.api.client.util.Key
18991902
private java.lang.Integer pageSize;
19001903

1901-
/** The requested page size. The actual page size may be fixed to a min or max value.
1904+
/** The requested page size. If unspecified, at most 10 devices will be returned. The maximum value is
1905+
100; values above 100 will be coerced to 100. The limits can change over time.
19021906
*/
19031907
public java.lang.Integer getPageSize() {
19041908
return pageSize;
19051909
}
19061910

1907-
/** The requested page size. The actual page size may be fixed to a min or max value. */
1911+
/**
1912+
* The requested page size. If unspecified, at most 10 devices will be returned. The maximum
1913+
* value is 100; values above 100 will be coerced to 100. The limits can change over time.
1914+
*/
19081915
public List setPageSize(java.lang.Integer pageSize) {
19091916
this.pageSize = pageSize;
19101917
return this;

clients/google-api-services-androidmanagement/v1/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-androidmanagement</artifactId>
11-
<version>v1-rev20250714-2.0.0</version>
12-
<name>Android Management API v1-rev20250714-2.0.0</name>
11+
<version>v1-rev20250804-2.0.0</version>
12+
<name>Android Management API v1-rev20250804-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidmanagement/v1/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-androidmanagement</artifactId>
25-
<version>v1-rev20250714-2.0.0</version>
25+
<version>v1-rev20250804-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-androidmanagement:v1-rev20250714-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)