public class CloudIdentity.Groups.List extends CloudIdentityRequest<ListGroupsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List()
Lists the `Group` resources under a customer or namespace.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Integer |
getPageSize()
The maximum number of results to return.
|
String |
getPageToken()
The `next_page_token` value returned from a previous list request, if any.
|
String |
getParent()
Required.
|
String |
getView()
The level of detail to be returned.
|
CloudIdentity.Groups.List |
set(String parameterName,
Object value) |
CloudIdentity.Groups.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
CloudIdentity.Groups.List |
setAccessToken(String accessToken)
OAuth access token.
|
CloudIdentity.Groups.List |
setAlt(String alt)
Data format for response.
|
CloudIdentity.Groups.List |
setCallback(String callback)
JSONP
|
CloudIdentity.Groups.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
CloudIdentity.Groups.List |
setKey(String key)
API key.
|
CloudIdentity.Groups.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
CloudIdentity.Groups.List |
setPageSize(Integer pageSize)
The maximum number of results to return.
|
CloudIdentity.Groups.List |
setPageToken(String pageToken)
The `next_page_token` value returned from a previous list request, if any.
|
CloudIdentity.Groups.List |
setParent(String parent)
Required.
|
CloudIdentity.Groups.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
CloudIdentity.Groups.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
CloudIdentity.Groups.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
CloudIdentity.Groups.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
CloudIdentity.Groups.List |
setView(String view)
The level of detail to be returned.
|
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()
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.
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListGroupsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListGroupsResponse>IOExceptionpublic CloudIdentity.Groups.List set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<ListGroupsResponse>public CloudIdentity.Groups.List setUploadProtocol(String uploadProtocol)
CloudIdentityRequestsetUploadProtocol in class CloudIdentityRequest<ListGroupsResponse>public Integer getPageSize()
public CloudIdentity.Groups.List setPageSize(Integer pageSize)
public String getPageToken()
public CloudIdentity.Groups.List setPageToken(String pageToken)
public String getParent()
public CloudIdentity.Groups.List setParent(String parent)
public String getView()
public CloudIdentity.Groups.List setView(String view)
public CloudIdentity.Groups.List set(String parameterName, Object value)
set in class CloudIdentityRequest<ListGroupsResponse>Copyright © 2011–2024 Google. All rights reserved.