public class ServiceManagement.Operations.List extends ServiceManagementRequest<ListOperationsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List()
Lists service operations that match the specified filter in the request.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getFilter()
A string for filtering Operations.
|
String |
getName()
Not used.
|
Integer |
getPageSize()
The maximum number of operations to return.
|
String |
getPageToken()
The standard list page token.
|
Boolean |
getReturnPartialSuccess()
When set to `true`, operations that are reachable are returned as normal, and those that are
unreachable are returned in the ListOperationsResponse.unreachable field.
|
ServiceManagement.Operations.List |
set(String parameterName,
Object value) |
ServiceManagement.Operations.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
ServiceManagement.Operations.List |
setAccessToken(String accessToken)
OAuth access token.
|
ServiceManagement.Operations.List |
setAlt(String alt)
Data format for response.
|
ServiceManagement.Operations.List |
setCallback(String callback)
JSONP
|
ServiceManagement.Operations.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ServiceManagement.Operations.List |
setFilter(String filter)
A string for filtering Operations.
|
ServiceManagement.Operations.List |
setKey(String key)
API key.
|
ServiceManagement.Operations.List |
setName(String name)
Not used.
|
ServiceManagement.Operations.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ServiceManagement.Operations.List |
setPageSize(Integer pageSize)
The maximum number of operations to return.
|
ServiceManagement.Operations.List |
setPageToken(String pageToken)
The standard list page token.
|
ServiceManagement.Operations.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ServiceManagement.Operations.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ServiceManagement.Operations.List |
setReturnPartialSuccess(Boolean returnPartialSuccess)
When set to `true`, operations that are reachable are returned as normal, and those that
are unreachable are returned in the ListOperationsResponse.unreachable field.
|
ServiceManagement.Operations.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ServiceManagement.Operations.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()
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
ServiceManagement.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<ListOperationsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListOperationsResponse>IOExceptionpublic ServiceManagement.Operations.List set$Xgafv(String $Xgafv)
ServiceManagementRequestset$Xgafv in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setAccessToken(String accessToken)
ServiceManagementRequestsetAccessToken in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setAlt(String alt)
ServiceManagementRequestsetAlt in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setCallback(String callback)
ServiceManagementRequestsetCallback in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setFields(String fields)
ServiceManagementRequestsetFields in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setKey(String key)
ServiceManagementRequestsetKey in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setOauthToken(String oauthToken)
ServiceManagementRequestsetOauthToken in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setPrettyPrint(Boolean prettyPrint)
ServiceManagementRequestsetPrettyPrint in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setQuotaUser(String quotaUser)
ServiceManagementRequestsetQuotaUser in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setUploadType(String uploadType)
ServiceManagementRequestsetUploadType in class ServiceManagementRequest<ListOperationsResponse>public ServiceManagement.Operations.List setUploadProtocol(String uploadProtocol)
ServiceManagementRequestsetUploadProtocol in class ServiceManagementRequest<ListOperationsResponse>public String getFilter()
public ServiceManagement.Operations.List setFilter(String filter)
public String getName()
public ServiceManagement.Operations.List setName(String name)
public Integer getPageSize()
public ServiceManagement.Operations.List setPageSize(Integer pageSize)
public String getPageToken()
public ServiceManagement.Operations.List setPageToken(String pageToken)
public Boolean getReturnPartialSuccess()
public ServiceManagement.Operations.List setReturnPartialSuccess(Boolean returnPartialSuccess)
public ServiceManagement.Operations.List set(String parameterName, Object value)
set in class ServiceManagementRequest<ListOperationsResponse>Copyright © 2011–2025 Google. All rights reserved.