public class DeploymentManager.Deployments.Delete extends DeploymentManagerRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String project,
String deployment)
Deletes a deployment and all of the resources in the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeletePolicy()
Sets the policy to use for deleting resources.
|
String |
getDeployment()
The name of the deployment for this request.
|
String |
getProject()
The project ID for this request.
|
DeploymentManager.Deployments.Delete |
set(String parameterName,
Object value) |
DeploymentManager.Deployments.Delete |
set$Xgafv(String $Xgafv)
V1 error format.
|
DeploymentManager.Deployments.Delete |
setAccessToken(String accessToken)
OAuth access token.
|
DeploymentManager.Deployments.Delete |
setAlt(String alt)
Data format for response.
|
DeploymentManager.Deployments.Delete |
setCallback(String callback)
JSONP
|
DeploymentManager.Deployments.Delete |
setDeletePolicy(String deletePolicy)
Sets the policy to use for deleting resources.
|
DeploymentManager.Deployments.Delete |
setDeployment(String deployment)
The name of the deployment for this request.
|
DeploymentManager.Deployments.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManager.Deployments.Delete |
setKey(String key)
API key.
|
DeploymentManager.Deployments.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManager.Deployments.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManager.Deployments.Delete |
setProject(String project)
The project ID for this request.
|
DeploymentManager.Deployments.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
DeploymentManager.Deployments.Delete |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
DeploymentManager.Deployments.Delete |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Delete(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 DeploymentManager.Deployments.Delete set$Xgafv(String $Xgafv)
DeploymentManagerRequestset$Xgafv in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setAccessToken(String accessToken)
DeploymentManagerRequestsetAccessToken in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setAlt(String alt)
DeploymentManagerRequestsetAlt in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setCallback(String callback)
DeploymentManagerRequestsetCallback in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setFields(String fields)
DeploymentManagerRequestsetFields in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setKey(String key)
DeploymentManagerRequestsetKey in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setOauthToken(String oauthToken)
DeploymentManagerRequestsetOauthToken in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setPrettyPrint(Boolean prettyPrint)
DeploymentManagerRequestsetPrettyPrint in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setQuotaUser(String quotaUser)
DeploymentManagerRequestsetQuotaUser in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setUploadType(String uploadType)
DeploymentManagerRequestsetUploadType in class DeploymentManagerRequest<Operation>public DeploymentManager.Deployments.Delete setUploadProtocol(String uploadProtocol)
DeploymentManagerRequestsetUploadProtocol in class DeploymentManagerRequest<Operation>public String getProject()
public DeploymentManager.Deployments.Delete setProject(String project)
public String getDeployment()
public DeploymentManager.Deployments.Delete setDeployment(String deployment)
public String getDeletePolicy()
public DeploymentManager.Deployments.Delete setDeletePolicy(String deletePolicy)
public DeploymentManager.Deployments.Delete set(String parameterName, Object value)
set in class DeploymentManagerRequest<Operation>Copyright © 2011–2023 Google. All rights reserved.