target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.Devices.DeviceUsers.ClientStates.Get.html Maven / Gradle / Ivy
CloudIdentity.Devices.DeviceUsers.ClientStates.Get (Cloud Identity API v1-rev20240924-2.0.0)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.Devices.DeviceUsers.ClientStates.Get
- 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<GoogleAppsCloudidentityDevicesV1ClientState>
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.Devices.DeviceUsers.ClientStates.Get
-
- Enclosing class:
- CloudIdentity.Devices.DeviceUsers.ClientStates
public class CloudIdentity.Devices.DeviceUsers.ClientStates.Get
extends CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
-
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
Get(String name)
Gets the client state for the device user
Create a request for the method "clientStates.get".
-
Method Summary
-
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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
-
Get
protected Get(String name)
Gets the client state for the device user
Create a request for the method "clientStates.get".
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 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}`.
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ClientState>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ClientState>
- Throws:
IOException
-
set$Xgafv
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get set$Xgafv(String $Xgafv)
Description copied from class: CloudIdentityRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setAccessToken
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setAccessToken(String accessToken)
Description copied from class: CloudIdentityRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setAlt
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setAlt(String alt)
Description copied from class: CloudIdentityRequest
Data format for response.
- Overrides:
setAlt
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setCallback
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setCallback(String callback)
Description copied from class: CloudIdentityRequest
JSONP
- Overrides:
setCallback
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setFields
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setFields(String fields)
Description copied from class: CloudIdentityRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setKey
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get 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<GoogleAppsCloudidentityDevicesV1ClientState>
-
setOauthToken
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setOauthToken(String oauthToken)
Description copied from class: CloudIdentityRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setPrettyPrint
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudIdentityRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setQuotaUser
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get 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<GoogleAppsCloudidentityDevicesV1ClientState>
-
setUploadType
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setUploadType(String uploadType)
Description copied from class: CloudIdentityRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
setUploadProtocol
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setUploadProtocol(String uploadProtocol)
Description copied from class: CloudIdentityRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
-
getName
public String getName()
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}`.
-
setName
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setName(String 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}`.
-
getCustomer
public String getCustomer()
Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If
you're using this API for your own organization, use `customers/my_customer` If you're using this
API to manage another organization, use `customers/{customer}`, where customer is the customer to
whom the device belongs.
-
setCustomer
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get setCustomer(String customer)
Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the
customer. If you're using this API for your own organization, use
`customers/my_customer` If you're using this API to manage another organization, use
`customers/{customer}`, where customer is the customer to whom the device belongs.
-
set
public CloudIdentity.Devices.DeviceUsers.ClientStates.Get set(String parameterName,
Object value)
- Overrides:
set
in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ClientState>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy