target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.Devices.Wipe.html Maven / Gradle / Ivy
The newest version!
CloudIdentity.Devices.Wipe (Cloud Identity API v1-rev20241010-2.0.0)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.Devices.Wipe
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.cloudidentity.v1.CloudIdentityRequest<Operation>
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.Devices.Wipe
-
- Enclosing class:
- CloudIdentity.Devices
public class CloudIdentity.Devices.Wipe
extends CloudIdentityRequest<Operation>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Wipe(String name,
GoogleAppsCloudidentityDevicesV1WipeDeviceRequest content)
Wipes all data on the specified device.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getName()
Required.
CloudIdentity.Devices.Wipe
set(String parameterName,
Object value)
CloudIdentity.Devices.Wipe
set$Xgafv(String $Xgafv)
V1 error format.
CloudIdentity.Devices.Wipe
setAccessToken(String accessToken)
OAuth access token.
CloudIdentity.Devices.Wipe
setAlt(String alt)
Data format for response.
CloudIdentity.Devices.Wipe
setCallback(String callback)
JSONP
CloudIdentity.Devices.Wipe
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudIdentity.Devices.Wipe
setKey(String key)
API key.
CloudIdentity.Devices.Wipe
setName(String name)
Required.
CloudIdentity.Devices.Wipe
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudIdentity.Devices.Wipe
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudIdentity.Devices.Wipe
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudIdentity.Devices.Wipe
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudIdentity.Devices.Wipe
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.cloudidentity.v1.CloudIdentityRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Wipe
protected Wipe(String name,
GoogleAppsCloudidentityDevicesV1WipeDeviceRequest content)
Wipes all data on the specified device.
Create a request for the method "devices.wipe".
This request holds the parameters needed by the the cloudidentity server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
CloudIdentity.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
- Parameters:
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 GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public CloudIdentity.Devices.Wipe set$Xgafv(String $Xgafv)
Description copied from class: CloudIdentityRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudIdentityRequest<Operation>
-
setAccessToken
public CloudIdentity.Devices.Wipe setAccessToken(String accessToken)
Description copied from class: CloudIdentityRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudIdentityRequest<Operation>
-
setAlt
public CloudIdentity.Devices.Wipe setAlt(String alt)
Description copied from class: CloudIdentityRequest
Data format for response.
- Overrides:
setAlt
in class CloudIdentityRequest<Operation>
-
setCallback
public CloudIdentity.Devices.Wipe setCallback(String callback)
Description copied from class: CloudIdentityRequest
JSONP
- Overrides:
setCallback
in class CloudIdentityRequest<Operation>
-
setFields
public CloudIdentity.Devices.Wipe setFields(String fields)
Description copied from class: CloudIdentityRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudIdentityRequest<Operation>
-
setKey
public CloudIdentity.Devices.Wipe setKey(String key)
Description copied from class: CloudIdentityRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class CloudIdentityRequest<Operation>
-
setOauthToken
public CloudIdentity.Devices.Wipe setOauthToken(String oauthToken)
Description copied from class: CloudIdentityRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudIdentityRequest<Operation>
-
setPrettyPrint
public CloudIdentity.Devices.Wipe setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudIdentityRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudIdentityRequest<Operation>
-
setQuotaUser
public CloudIdentity.Devices.Wipe setQuotaUser(String quotaUser)
Description copied from class: CloudIdentityRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class CloudIdentityRequest<Operation>
-
setUploadType
public CloudIdentity.Devices.Wipe setUploadType(String uploadType)
Description copied from class: CloudIdentityRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudIdentityRequest<Operation>
-
setUploadProtocol
public CloudIdentity.Devices.Wipe setUploadProtocol(String uploadProtocol)
Description copied from class: CloudIdentityRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudIdentityRequest<Operation>
-
getName
public String getName()
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.
-
setName
public CloudIdentity.Devices.Wipe setName(String 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.
-
set
public CloudIdentity.Devices.Wipe set(String parameterName,
Object value)
- Overrides:
set
in class CloudIdentityRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy