public class ServiceManagement.Services.List extends ServiceManagementRequest<ListServicesResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List()
Lists managed services.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getConsumerId()
Include services consumed by the specified consumer.
|
Integer |
getPageSize()
The max number of items to include in the response list.
|
String |
getPageToken()
Token identifying which result to start with; returned by a previous list call.
|
String |
getProducerProjectId()
Include services produced by the specified project.
|
ServiceManagement.Services.List |
set(String parameterName,
Object value) |
ServiceManagement.Services.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
ServiceManagement.Services.List |
setAccessToken(String accessToken)
OAuth access token.
|
ServiceManagement.Services.List |
setAlt(String alt)
Data format for response.
|
ServiceManagement.Services.List |
setCallback(String callback)
JSONP
|
ServiceManagement.Services.List |
setConsumerId(String consumerId)
Include services consumed by the specified consumer.
|
ServiceManagement.Services.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ServiceManagement.Services.List |
setKey(String key)
API key.
|
ServiceManagement.Services.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ServiceManagement.Services.List |
setPageSize(Integer pageSize)
The max number of items to include in the response list.
|
ServiceManagement.Services.List |
setPageToken(String pageToken)
Token identifying which result to start with; returned by a previous list call.
|
ServiceManagement.Services.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ServiceManagement.Services.List |
setProducerProjectId(String producerProjectId)
Include services produced by the specified project.
|
ServiceManagement.Services.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ServiceManagement.Services.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ServiceManagement.Services.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 HttpResponse executeUsingHead() throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListServicesResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListServicesResponse>IOExceptionpublic ServiceManagement.Services.List set$Xgafv(String $Xgafv)
ServiceManagementRequestset$Xgafv in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setAccessToken(String accessToken)
ServiceManagementRequestsetAccessToken in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setAlt(String alt)
ServiceManagementRequestsetAlt in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setCallback(String callback)
ServiceManagementRequestsetCallback in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setFields(String fields)
ServiceManagementRequestsetFields in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setKey(String key)
ServiceManagementRequestsetKey in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setOauthToken(String oauthToken)
ServiceManagementRequestsetOauthToken in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setPrettyPrint(Boolean prettyPrint)
ServiceManagementRequestsetPrettyPrint in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setQuotaUser(String quotaUser)
ServiceManagementRequestsetQuotaUser in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setUploadType(String uploadType)
ServiceManagementRequestsetUploadType in class ServiceManagementRequest<ListServicesResponse>public ServiceManagement.Services.List setUploadProtocol(String uploadProtocol)
ServiceManagementRequestsetUploadProtocol in class ServiceManagementRequest<ListServicesResponse>public String getConsumerId()
public ServiceManagement.Services.List setConsumerId(String consumerId)
public Integer getPageSize()
public ServiceManagement.Services.List setPageSize(Integer pageSize)
public String getPageToken()
public ServiceManagement.Services.List setPageToken(String pageToken)
public String getProducerProjectId()
public ServiceManagement.Services.List setProducerProjectId(String producerProjectId)
public ServiceManagement.Services.List set(String parameterName, Object value)
set in class ServiceManagementRequest<ListServicesResponse>Copyright © 2011–2020 Google. All rights reserved.