public class CloudIdentity.Devices extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudIdentity.Devices.CancelWipe |
class |
CloudIdentity.Devices.Create |
class |
CloudIdentity.Devices.Delete |
class |
CloudIdentity.Devices.DeviceUsers
The "deviceUsers" collection of methods.
|
class |
CloudIdentity.Devices.Get |
class |
CloudIdentity.Devices.List |
class |
CloudIdentity.Devices.Wipe |
| Constructor and Description |
|---|
Devices() |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.Devices.CancelWipe |
cancelWipe(String name,
GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest content)
Cancels an unfinished device wipe.
|
CloudIdentity.Devices.Create |
create(GoogleAppsCloudidentityDevicesV1Device content)
Creates a device.
|
CloudIdentity.Devices.Delete |
delete(String name)
Deletes the specified device.
|
CloudIdentity.Devices.DeviceUsers |
deviceUsers()
An accessor for creating requests from the DeviceUsers collection.
|
CloudIdentity.Devices.Get |
get(String name)
Retrieves the specified device.
|
CloudIdentity.Devices.List |
list()
Lists/Searches devices.
|
CloudIdentity.Devices.Wipe |
wipe(String name,
GoogleAppsCloudidentityDevicesV1WipeDeviceRequest content)
Wipes all data on the specified device.
|
public CloudIdentity.Devices.CancelWipe cancelWipe(String name, GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in
format: `devices/{device}`, where device is the unique ID assigned to the Device.content - the GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequestIOExceptionpublic CloudIdentity.Devices.Create create(GoogleAppsCloudidentityDevicesV1Device content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GoogleAppsCloudidentityDevicesV1DeviceIOExceptionpublic CloudIdentity.Devices.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in
format: `devices/{device}`, where device is the unique ID assigned to the Device.IOExceptionpublic CloudIdentity.Devices.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in the
format: `devices/{device}`, where device is the unique ID assigned to the Device.IOExceptionpublic CloudIdentity.Devices.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.Devices.Wipe wipe(String name, GoogleAppsCloudidentityDevicesV1WipeDeviceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in
format: `devices/{device}/deviceUsers/{device_user}`, where device is the unique ID
assigned to the Device, and device_user is the unique ID assigned to the User.content - the GoogleAppsCloudidentityDevicesV1WipeDeviceRequestIOExceptionpublic CloudIdentity.Devices.DeviceUsers deviceUsers()
The typical use is:
CloudIdentity cloudidentity = new CloudIdentity(...);CloudIdentity.DeviceUsers.List request = cloudidentity.deviceUsers().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.