public class DeploymentManager.Deployments.Get extends DeploymentManagerRequest<Deployment>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String project,
String deployment)
Gets information about a specific deployment.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getDeployment()
The name of the deployment for this request.
|
String |
getProject()
The project ID for this request.
|
DeploymentManager.Deployments.Get |
set(String parameterName,
Object value) |
DeploymentManager.Deployments.Get |
setAlt(String alt)
Data format for the response.
|
DeploymentManager.Deployments.Get |
setDeployment(String deployment)
The name of the deployment for this request.
|
DeploymentManager.Deployments.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManager.Deployments.Get |
setKey(String key)
API key.
|
DeploymentManager.Deployments.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManager.Deployments.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManager.Deployments.Get |
setProject(String project)
The project ID for this request.
|
DeploymentManager.Deployments.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
DeploymentManager.Deployments.Get |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String project, String deployment)
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.deployment - The name of the deployment for this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Deployment>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Deployment>IOExceptionpublic DeploymentManager.Deployments.Get setAlt(String alt)
DeploymentManagerRequestsetAlt in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setFields(String fields)
DeploymentManagerRequestsetFields in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setKey(String key)
DeploymentManagerRequestsetKey in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setOauthToken(String oauthToken)
DeploymentManagerRequestsetOauthToken in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setPrettyPrint(Boolean prettyPrint)
DeploymentManagerRequestsetPrettyPrint in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setQuotaUser(String quotaUser)
DeploymentManagerRequestsetQuotaUser in class DeploymentManagerRequest<Deployment>public DeploymentManager.Deployments.Get setUserIp(String userIp)
DeploymentManagerRequestsetUserIp in class DeploymentManagerRequest<Deployment>public String getProject()
public DeploymentManager.Deployments.Get setProject(String project)
public String getDeployment()
public DeploymentManager.Deployments.Get setDeployment(String deployment)
public DeploymentManager.Deployments.Get set(String parameterName, Object value)
set in class DeploymentManagerRequest<Deployment>Copyright © 2011–2018 Google. All rights reserved.