public class CloudIdentity.Devices.DeviceUsers.ClientStates.Patch extends CloudIdentityRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(String name,
GoogleAppsCloudidentityDevicesV1ClientState content)
Updates the client state for the device user **Note**: This method is available only to
customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise
for Education, and Cloud Identity Premium
Create a request for the method "clientStates.patch".
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, 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, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Patch(String name, GoogleAppsCloudidentityDevicesV1ClientState content)
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.
name - Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the ClientState
in format: `devices/{device}/deviceUsers/{device_user}/clientState/{partner}`, where
partner corresponds to the partner storing the data. For partners belonging to the
"BeyondCorp Alliance", this is the partner ID specified to you by Google. For all other
callers, this is a string of the form: `{customer}-suffix`, where `customer` is your
customer ID. The *suffix* is any string the caller specifies. This string will be
displayed verbatim in the administration console. This suffix is used in setting up Custom
Access Levels in Context-Aware Access. Your organization's customer ID can be obtained
from the URL: `GET https://www.googleapis.com/admin/directory/v1/customers/my_customer`
The `id` field in the response contains the customer ID starting with the letter 'C'. The
customer ID to be used in this API is the string after the letter 'C' (not including 'C')content - the GoogleAppsCloudidentityDevicesV1ClientStatepublic CloudIdentity.Devices.DeviceUsers.ClientStates.Patch set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<Operation>public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setUploadProtocol(String uploadProtocol)
CloudIdentityRequestsetUploadProtocol in class CloudIdentityRequest<Operation>public String getName()
public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setName(String name)
public String getCustomer()
public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setCustomer(String customer)
public String getUpdateMask()
public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch setUpdateMask(String updateMask)
public CloudIdentity.Devices.DeviceUsers.ClientStates.Patch set(String parameterName, Object value)
set in class CloudIdentityRequest<Operation>Copyright © 2011–2024 Google. All rights reserved.