public class Iam.Locations.WorkforcePools.List extends IamRequest<ListWorkforcePoolsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String location)
Lists all non-deleted WorkforcePools under the specified parent.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getLocation()
The location of the pool.
|
Integer |
getPageSize()
The maximum number of pools to return.
|
String |
getPageToken()
A page token, received from a previous `ListWorkforcePools` call.
|
String |
getParent()
Required.
|
Boolean |
getShowDeleted()
Whether to return soft-deleted pools.
|
Iam.Locations.WorkforcePools.List |
set(String parameterName,
Object value) |
Iam.Locations.WorkforcePools.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Iam.Locations.WorkforcePools.List |
setAccessToken(String accessToken)
OAuth access token.
|
Iam.Locations.WorkforcePools.List |
setAlt(String alt)
Data format for response.
|
Iam.Locations.WorkforcePools.List |
setCallback(String callback)
JSONP
|
Iam.Locations.WorkforcePools.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Iam.Locations.WorkforcePools.List |
setKey(String key)
API key.
|
Iam.Locations.WorkforcePools.List |
setLocation(String location)
The location of the pool.
|
Iam.Locations.WorkforcePools.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Iam.Locations.WorkforcePools.List |
setPageSize(Integer pageSize)
The maximum number of pools to return.
|
Iam.Locations.WorkforcePools.List |
setPageToken(String pageToken)
A page token, received from a previous `ListWorkforcePools` call.
|
Iam.Locations.WorkforcePools.List |
setParent(String parent)
Required.
|
Iam.Locations.WorkforcePools.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Iam.Locations.WorkforcePools.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Iam.Locations.WorkforcePools.List |
setShowDeleted(Boolean showDeleted)
Whether to return soft-deleted pools.
|
Iam.Locations.WorkforcePools.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Iam.Locations.WorkforcePools.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
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 location)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Iam.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
location - The location of the pool. Format: `locations/{location}`.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListWorkforcePoolsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListWorkforcePoolsResponse>IOExceptionpublic Iam.Locations.WorkforcePools.List set$Xgafv(String $Xgafv)
IamRequestset$Xgafv in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setAccessToken(String accessToken)
IamRequestsetAccessToken in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setAlt(String alt)
IamRequestsetAlt in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setCallback(String callback)
IamRequestsetCallback in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setFields(String fields)
IamRequestsetFields in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setKey(String key)
IamRequestsetKey in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setOauthToken(String oauthToken)
IamRequestsetOauthToken in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setPrettyPrint(Boolean prettyPrint)
IamRequestsetPrettyPrint in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setQuotaUser(String quotaUser)
IamRequestsetQuotaUser in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setUploadType(String uploadType)
IamRequestsetUploadType in class IamRequest<ListWorkforcePoolsResponse>public Iam.Locations.WorkforcePools.List setUploadProtocol(String uploadProtocol)
IamRequestsetUploadProtocol in class IamRequest<ListWorkforcePoolsResponse>public String getLocation()
public Iam.Locations.WorkforcePools.List setLocation(String location)
public Integer getPageSize()
public Iam.Locations.WorkforcePools.List setPageSize(Integer pageSize)
public String getPageToken()
public Iam.Locations.WorkforcePools.List setPageToken(String pageToken)
public String getParent()
public Iam.Locations.WorkforcePools.List setParent(String parent)
public Boolean getShowDeleted()
public Iam.Locations.WorkforcePools.List setShowDeleted(Boolean showDeleted)
public Iam.Locations.WorkforcePools.List set(String parameterName, Object value)
set in class IamRequest<ListWorkforcePoolsResponse>Copyright © 2011–2023 Google. All rights reserved.