Skip to content

Commit e2f4afc

Browse files
1 parent fe433a1 commit e2f4afc

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
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-rev20240618-2.0.0</version>
25+
<version>v1-rev20240724-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-rev20240618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20240724-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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,9 +2460,7 @@ public class EnrollmentTokens {
24602460
/**
24612461
* Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to
24622462
* manage the lifecycle of newly created tokens and deleting them when they're not intended to be
2463-
* used anymore. Once an enrollment token has been created, it's not possible to retrieve the
2464-
* token's content anymore using AM API. It is recommended for EMMs to securely store the token if
2465-
* it's intended to be reused.
2463+
* used anymore.
24662464
*
24672465
* Create a request for the method "enrollmentTokens.create".
24682466
*
@@ -2489,9 +2487,7 @@ public class Create extends AndroidManagementRequest<com.google.api.services.and
24892487
/**
24902488
* Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to
24912489
* manage the lifecycle of newly created tokens and deleting them when they're not intended to be
2492-
* used anymore. Once an enrollment token has been created, it's not possible to retrieve the
2493-
* token's content anymore using AM API. It is recommended for EMMs to securely store the token if
2494-
* it's intended to be reused.
2490+
* used anymore.
24952491
*
24962492
* Create a request for the method "enrollmentTokens.create".
24972493
*

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

0 commit comments

Comments
 (0)