You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1312,7 +1312,8 @@ public Devices devices() {
1312
1312
publicclassDevices {
1313
1313
1314
1314
/**
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
1316
1317
* enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.
1317
1318
*
1318
1319
* Create a request for the method "devices.delete".
@@ -1337,7 +1338,8 @@ public class Delete extends AndroidManagementRequest<com.google.api.services.and
0 commit comments