public class ServiceManagement.Services.Configs.Get extends ServiceManagementRequest<Service>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String serviceName,
String configId)
Gets a service configuration (version) for a managed service.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Get(String serviceName, String configId)
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.
serviceName
- Required. The name of the service. See the [overview](https://cloud.google.com/service-
management/overview) for naming requirements. For example: `example.googleapis.com`.configId
- Required. The id of the service configuration resource. This field must be specified for the server
to return all fields, including `SourceInfo`.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Service>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Service>
IOException
public ServiceManagement.Services.Configs.Get set$Xgafv(String $Xgafv)
ServiceManagementRequest
set$Xgafv
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setAccessToken(String accessToken)
ServiceManagementRequest
setAccessToken
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setAlt(String alt)
ServiceManagementRequest
setAlt
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setCallback(String callback)
ServiceManagementRequest
setCallback
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setFields(String fields)
ServiceManagementRequest
setFields
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setKey(String key)
ServiceManagementRequest
setKey
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setOauthToken(String oauthToken)
ServiceManagementRequest
setOauthToken
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setPrettyPrint(Boolean prettyPrint)
ServiceManagementRequest
setPrettyPrint
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setQuotaUser(String quotaUser)
ServiceManagementRequest
setQuotaUser
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setUploadType(String uploadType)
ServiceManagementRequest
setUploadType
in class ServiceManagementRequest<Service>
public ServiceManagement.Services.Configs.Get setUploadProtocol(String uploadProtocol)
ServiceManagementRequest
setUploadProtocol
in class ServiceManagementRequest<Service>
public String getServiceName()
public ServiceManagement.Services.Configs.Get setServiceName(String serviceName)
public String getConfigId()
public ServiceManagement.Services.Configs.Get setConfigId(String configId)
public String getView()
public ServiceManagement.Services.Configs.Get setView(String view)
public ServiceManagement.Services.Configs.Get set(String parameterName, Object value)
set
in class ServiceManagementRequest<Service>
Copyright © 2011–2024 Google. All rights reserved.