public class DeploymentManager.Manifests.Get extends DeploymentManagerRequest<Manifest>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String project,
String deployment,
String manifest)
Gets information about a specific manifest.
|
| 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 |
getManifest()
The name of the manifest for this request.
|
String |
getProject()
The project ID for this request.
|
DeploymentManager.Manifests.Get |
set(String parameterName,
Object value) |
DeploymentManager.Manifests.Get |
setAlt(String alt)
Data format for the response.
|
DeploymentManager.Manifests.Get |
setDeployment(String deployment)
The name of the deployment for this request.
|
DeploymentManager.Manifests.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManager.Manifests.Get |
setKey(String key)
API key.
|
DeploymentManager.Manifests.Get |
setManifest(String manifest)
The name of the manifest for this request.
|
DeploymentManager.Manifests.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManager.Manifests.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManager.Manifests.Get |
setProject(String project)
The project ID for this request.
|
DeploymentManager.Manifests.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
DeploymentManager.Manifests.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, String manifest)
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.manifest - The name of the manifest for this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Manifest>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Manifest>IOExceptionpublic DeploymentManager.Manifests.Get setAlt(String alt)
DeploymentManagerRequestsetAlt in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setFields(String fields)
DeploymentManagerRequestsetFields in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setKey(String key)
DeploymentManagerRequestsetKey in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setOauthToken(String oauthToken)
DeploymentManagerRequestsetOauthToken in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setPrettyPrint(Boolean prettyPrint)
DeploymentManagerRequestsetPrettyPrint in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setQuotaUser(String quotaUser)
DeploymentManagerRequestsetQuotaUser in class DeploymentManagerRequest<Manifest>public DeploymentManager.Manifests.Get setUserIp(String userIp)
DeploymentManagerRequestsetUserIp in class DeploymentManagerRequest<Manifest>public String getProject()
public DeploymentManager.Manifests.Get setProject(String project)
public String getDeployment()
public DeploymentManager.Manifests.Get setDeployment(String deployment)
public String getManifest()
public DeploymentManager.Manifests.Get setManifest(String manifest)
public DeploymentManager.Manifests.Get set(String parameterName, Object value)
set in class DeploymentManagerRequest<Manifest>Copyright © 2011–2018 Google. All rights reserved.