Skip to content

Commit 812d7b7

Browse files
1 parent c93164b commit 812d7b7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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-rev20250507-2.0.0</version>
25+
<version>v1-rev20250515-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-rev20250507-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250515-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,8 @@ public Devices devices() {
13121312
public class Devices {
13131313

13141314
/**
1315-
* Deletes a device. This operation wipes the device. Deleted devices do not show up in
1315+
* Deletes a device. This operation attempts to wipe the device but this is not guaranteed to
1316+
* succeed if the device is offline for an extended period. Deleted devices do not show up in
13161317
* enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.
13171318
*
13181319
* Create a request for the method "devices.delete".
@@ -1337,7 +1338,8 @@ public class Delete extends AndroidManagementRequest<com.google.api.services.and
13371338
java.util.regex.Pattern.compile("^enterprises/[^/]+/devices/[^/]+$");
13381339

13391340
/**
1340-
* Deletes a device. This operation wipes the device. Deleted devices do not show up in
1341+
* Deletes a device. This operation attempts to wipe the device but this is not guaranteed to
1342+
* succeed if the device is offline for an extended period. Deleted devices do not show up in
13411343
* enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.
13421344
*
13431345
* Create a request for the method "devices.delete".

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

0 commit comments

Comments
 (0)