public class CloudIdentity.Devices.DeviceUsers.ClientStates.List extends CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
Lists the client states for the given search query.
|
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 List(String parent)
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.
parent - Required. To list all ClientStates, set this to "devices/-/deviceUsers/-". To list all ClientStates
owned by a DeviceUser, set this to the resource name of the DeviceUser. Format:
devices/{device}/deviceUsers/{deviceUser}public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>IOExceptionpublic CloudIdentity.Devices.DeviceUsers.ClientStates.List set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>public CloudIdentity.Devices.DeviceUsers.ClientStates.List setUploadProtocol(String uploadProtocol)
CloudIdentityRequestpublic String getParent()
public CloudIdentity.Devices.DeviceUsers.ClientStates.List setParent(String parent)
public String getCustomer()
public CloudIdentity.Devices.DeviceUsers.ClientStates.List setCustomer(String customer)
public String getFilter()
public CloudIdentity.Devices.DeviceUsers.ClientStates.List setFilter(String filter)
public String getOrderBy()
public CloudIdentity.Devices.DeviceUsers.ClientStates.List setOrderBy(String orderBy)
public String getPageToken()
public CloudIdentity.Devices.DeviceUsers.ClientStates.List setPageToken(String pageToken)
public CloudIdentity.Devices.DeviceUsers.ClientStates.List set(String parameterName, Object value)
set in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>Copyright © 2011–2024 Google. All rights reserved.