Skip to content

Commit 7b7c915

Browse files
1 parent 54258ad commit 7b7c915

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

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

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/AndroidEnterprise.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,10 @@ public Get set(String parameterName, Object value) {
23172317
* Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an
23182318
* error. Subsequent calls after the first will generate a new, unique set of credentials, and
23192319
* invalidate the previously generated credentials. Once the service account is bound to the
2320-
* enterprise, it can be managed using the serviceAccountKeys resource.
2320+
* enterprise, it can be managed using the serviceAccountKeys resource. *Note:* After you create a
2321+
* key, you might need to wait for 60 seconds or more before you perform another operation with the
2322+
* key. If you try to perform an operation with the key immediately after you create the key, and
2323+
* you receive an error, you can retry the request with exponential backoff .
23212324
*
23222325
* Create a request for the method "enterprises.getServiceAccount".
23232326
*
@@ -2346,7 +2349,10 @@ public class GetServiceAccount extends AndroidEnterpriseRequest<com.google.api.s
23462349
* Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an
23472350
* error. Subsequent calls after the first will generate a new, unique set of credentials, and
23482351
* invalidate the previously generated credentials. Once the service account is bound to the
2349-
* enterprise, it can be managed using the serviceAccountKeys resource.
2352+
* enterprise, it can be managed using the serviceAccountKeys resource. *Note:* After you create a
2353+
* key, you might need to wait for 60 seconds or more before you perform another operation with
2354+
* the key. If you try to perform an operation with the key immediately after you create the key,
2355+
* and you receive an error, you can retry the request with exponential backoff .
23502356
*
23512357
* Create a request for the method "enterprises.getServiceAccount".
23522358
*

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/EnterpriseUpgradeEvent.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.androidenterprise.model;
1818

1919
/**
20-
* An event generated when an enterprise is upgraded. **Note:** This feature is not generally
21-
* available.
20+
* An event generated when an enterprise is upgraded.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/Notification.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class Notification extends com.google.api.client.json.GenericJson {
5858
private java.lang.String enterpriseId;
5959

6060
/**
61-
* Notifications about enterprise upgrade. **Note:** This feature is not generally available.
61+
* Notifications about enterprise upgrade.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -183,15 +183,15 @@ public Notification setEnterpriseId(java.lang.String enterpriseId) {
183183
}
184184

185185
/**
186-
* Notifications about enterprise upgrade. **Note:** This feature is not generally available.
186+
* Notifications about enterprise upgrade.
187187
* @return value or {@code null} for none
188188
*/
189189
public EnterpriseUpgradeEvent getEnterpriseUpgradeEvent() {
190190
return enterpriseUpgradeEvent;
191191
}
192192

193193
/**
194-
* Notifications about enterprise upgrade. **Note:** This feature is not generally available.
194+
* Notifications about enterprise upgrade.
195195
* @param enterpriseUpgradeEvent enterpriseUpgradeEvent or {@code null} for none
196196
*/
197197
public Notification setEnterpriseUpgradeEvent(EnterpriseUpgradeEvent enterpriseUpgradeEvent) {

clients/google-api-services-androidenterprise/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-androidenterprise</artifactId>
11-
<version>v1-rev20250302-2.0.0</version>
12-
<name>Google Play EMM API v1-rev20250302-2.0.0</name>
11+
<version>v1-rev20250330-2.0.0</version>
12+
<name>Google Play EMM API v1-rev20250330-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)