public class DeploymentManager.Operations.Get extends DeploymentManagerRequest<Operation>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String project,
String operation)
Gets information about a specific operation.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getHeaderBypassBillingFilter() |
String |
getOperation()
The name of the operation for this request.
|
String |
getProject()
The project ID for this request.
|
DeploymentManager.Operations.Get |
set(String parameterName,
Object value) |
DeploymentManager.Operations.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
DeploymentManager.Operations.Get |
setAccessToken(String accessToken)
OAuth access token.
|
DeploymentManager.Operations.Get |
setAlt(String alt)
Data format for response.
|
DeploymentManager.Operations.Get |
setCallback(String callback)
JSONP
|
DeploymentManager.Operations.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManager.Operations.Get |
setHeaderBypassBillingFilter(Boolean headerBypassBillingFilter) |
DeploymentManager.Operations.Get |
setKey(String key)
API key.
|
DeploymentManager.Operations.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManager.Operations.Get |
setOperation(String operation)
The name of the operation for this request.
|
DeploymentManager.Operations.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManager.Operations.Get |
setProject(String project)
The project ID for this request.
|
DeploymentManager.Operations.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
DeploymentManager.Operations.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
DeploymentManager.Operations.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
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 project, String operation)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
DeploymentManager.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
project
- The project ID for this request.operation
- The name of the operation for this request.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Operation>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Operation>
IOException
public DeploymentManager.Operations.Get set$Xgafv(String $Xgafv)
DeploymentManagerRequest
set$Xgafv
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setAccessToken(String accessToken)
DeploymentManagerRequest
setAccessToken
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setAlt(String alt)
DeploymentManagerRequest
setAlt
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setCallback(String callback)
DeploymentManagerRequest
setCallback
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setFields(String fields)
DeploymentManagerRequest
setFields
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setKey(String key)
DeploymentManagerRequest
setKey
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setOauthToken(String oauthToken)
DeploymentManagerRequest
setOauthToken
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setPrettyPrint(Boolean prettyPrint)
DeploymentManagerRequest
setPrettyPrint
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setQuotaUser(String quotaUser)
DeploymentManagerRequest
setQuotaUser
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setUploadType(String uploadType)
DeploymentManagerRequest
setUploadType
in class DeploymentManagerRequest<Operation>
public DeploymentManager.Operations.Get setUploadProtocol(String uploadProtocol)
DeploymentManagerRequest
setUploadProtocol
in class DeploymentManagerRequest<Operation>
public String getProject()
public DeploymentManager.Operations.Get setProject(String project)
public String getOperation()
public DeploymentManager.Operations.Get setOperation(String operation)
public Boolean getHeaderBypassBillingFilter()
public DeploymentManager.Operations.Get setHeaderBypassBillingFilter(Boolean headerBypassBillingFilter)
public DeploymentManager.Operations.Get set(String parameterName, Object value)
set
in class DeploymentManagerRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.