public class DeploymentManagerAlpha.Deployments.Delete extends DeploymentManagerAlphaRequest<Operation>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Delete(java.lang.String project,
java.lang.String deployment)
Deletes a deployment and all of the resources in the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeletePolicy()
Sets the policy to use for deleting resources.
|
java.lang.String |
getDeployment()
The name of the deployment for this request.
|
java.lang.String |
getProject()
The project ID for this request.
|
DeploymentManagerAlpha.Deployments.Delete |
set(java.lang.String parameterName,
java.lang.Object value) |
DeploymentManagerAlpha.Deployments.Delete |
setAlt(java.lang.String alt)
Data format for the response.
|
DeploymentManagerAlpha.Deployments.Delete |
setDeletePolicy(java.lang.String deletePolicy)
Sets the policy to use for deleting resources.
|
DeploymentManagerAlpha.Deployments.Delete |
setDeployment(java.lang.String deployment)
The name of the deployment for this request.
|
DeploymentManagerAlpha.Deployments.Delete |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManagerAlpha.Deployments.Delete |
setKey(java.lang.String key)
API key.
|
DeploymentManagerAlpha.Deployments.Delete |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManagerAlpha.Deployments.Delete |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManagerAlpha.Deployments.Delete |
setProject(java.lang.String project)
The project ID for this request.
|
DeploymentManagerAlpha.Deployments.Delete |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
DeploymentManagerAlpha.Deployments.Delete |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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, valuesprotected Delete(java.lang.String project,
java.lang.String deployment)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. DeploymentManagerAlpha.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 DeploymentManagerAlpha.Deployments.Delete setAlt(java.lang.String alt)
DeploymentManagerAlphaRequestsetAlt in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setFields(java.lang.String fields)
DeploymentManagerAlphaRequestsetFields in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setKey(java.lang.String key)
DeploymentManagerAlphaRequestsetKey in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setOauthToken(java.lang.String oauthToken)
DeploymentManagerAlphaRequestsetOauthToken in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setPrettyPrint(java.lang.Boolean prettyPrint)
DeploymentManagerAlphaRequestsetPrettyPrint in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setQuotaUser(java.lang.String quotaUser)
DeploymentManagerAlphaRequestsetQuotaUser in class DeploymentManagerAlphaRequest<Operation>public DeploymentManagerAlpha.Deployments.Delete setUserIp(java.lang.String userIp)
DeploymentManagerAlphaRequestsetUserIp in class DeploymentManagerAlphaRequest<Operation>public java.lang.String getProject()
public DeploymentManagerAlpha.Deployments.Delete setProject(java.lang.String project)
public java.lang.String getDeployment()
public DeploymentManagerAlpha.Deployments.Delete setDeployment(java.lang.String deployment)
public java.lang.String getDeletePolicy()
public DeploymentManagerAlpha.Deployments.Delete setDeletePolicy(java.lang.String deletePolicy)
public DeploymentManagerAlpha.Deployments.Delete set(java.lang.String parameterName, java.lang.Object value)
set in class DeploymentManagerAlphaRequest<Operation>