Skip to content

Commit c69f8bb

Browse files
1 parent 1ff458f commit c69f8bb

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-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-rev20250106-2.0.0</version>
25+
<version>v1-rev20250109-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-rev20250106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250109-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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5404,21 +5404,24 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
54045404

54055405
/**
54065406
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
5407-
* value is a hint only and can be altered by the user.
5407+
* value is a hint only and can be altered by the user. If allowedDomains is non-empty then
5408+
* this must belong to one of the allowedDomains.
54085409
*/
54095410
@com.google.api.client.util.Key
54105411
private java.lang.String adminEmail;
54115412

54125413
/** Optional. Email address used to prefill the admin field of the enterprise signup form. This value
5413-
is a hint only and can be altered by the user.
5414+
is a hint only and can be altered by the user. If allowedDomains is non-empty then this must belong
5415+
to one of the allowedDomains.
54145416
*/
54155417
public java.lang.String getAdminEmail() {
54165418
return adminEmail;
54175419
}
54185420

54195421
/**
54205422
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
5421-
* value is a hint only and can be altered by the user.
5423+
* value is a hint only and can be altered by the user. If allowedDomains is non-empty then
5424+
* this must belong to one of the allowedDomains.
54225425
*/
54235426
public Create setAdminEmail(java.lang.String adminEmail) {
54245427
this.adminEmail = adminEmail;

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-rev20250106-2.0.0</version>
12-
<name>Android Management API v1-rev20250106-2.0.0</name>
11+
<version>v1-rev20250109-2.0.0</version>
12+
<name>Android Management API v1-rev20250109-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-rev20250106-2.0.0</version>
25+
<version>v1-rev20250109-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-rev20250106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250109-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)