public class CloudIdentity.Devices.DeviceUsers.ClientStates.Get extends CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String name)
Gets the client state for the device user
Create a request for the method "clientStates.get".
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(String name)
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 - Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the ClientState in
format: `devices/{device}/deviceUsers/{device_user}/clientStates/{partner}`, where
`device` is the unique ID assigned to the Device, `device_user` is the unique ID assigned
to the User and `partner` identifies the partner storing the data. To get the client state
for devices belonging to your own organization, the `partnerId` is in the format:
`customerId-*anystring*`. Where the `customerId` is your organization's customer ID and
`anystring` is any suffix. This suffix is used in setting up Custom Access Levels in
Context-Aware Access. You may use `my_customer` instead of the customer ID for devices
managed by your own organization. You may specify `-` in place of the `{device}`, so the
ClientState resource name can be:
`devices/-/deviceUsers/{device_user_resource}/clientStates/{partner}`.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ClientState>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ClientState>IOExceptionpublic CloudIdentity.Devices.DeviceUsers.ClientStates.Get set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setUploadProtocol(String uploadProtocol)
CloudIdentityRequestsetUploadProtocol in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>public String getName()
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setName(String name)
public String getCustomer()
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setCustomer(String customer)
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get set(String parameterName, Object value)
set in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>Copyright © 2011–2024 Google. All rights reserved.