DevicesResource class
Methods
-
cancelWipe(GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest request, String name, {String? $fields})
→ Future<Operation>
-
Cancels an unfinished device wipe.
-
create(GoogleAppsCloudidentityDevicesV1Device request, {String? customer, String? $fields})
→ Future<Operation>
-
Creates a device.
-
delete(String name, {String? customer, String? $fields})
→ Future<Operation>
-
Deletes the specified device.
-
get(String name, {String? customer, String? $fields})
→ Future<GoogleAppsCloudidentityDevicesV1Device>
-
Retrieves the specified device.
-
list({String? customer, String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<GoogleAppsCloudidentityDevicesV1ListDevicesResponse>
-
Lists/Searches devices.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
wipe(GoogleAppsCloudidentityDevicesV1WipeDeviceRequest request, String name, {String? $fields})
→ Future<Operation>
-
Wipes all data on the specified device.