public class Script.Projects.Deployments.Update extends ScriptRequest<Deployment>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(String scriptId,
String deploymentId,
UpdateDeploymentRequest content)
Updates a deployment of an Apps Script project.
|
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 Update(String scriptId, String deploymentId, UpdateDeploymentRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Script.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
scriptId - The script project's Drive ID.deploymentId - The deployment ID for this deployment.content - the UpdateDeploymentRequestpublic Script.Projects.Deployments.Update set$Xgafv(String $Xgafv)
ScriptRequestset$Xgafv in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setAccessToken(String accessToken)
ScriptRequestsetAccessToken in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setAlt(String alt)
ScriptRequestsetAlt in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setCallback(String callback)
ScriptRequestsetCallback in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setFields(String fields)
ScriptRequestsetFields in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setKey(String key)
ScriptRequestsetKey in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setOauthToken(String oauthToken)
ScriptRequestsetOauthToken in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setPrettyPrint(Boolean prettyPrint)
ScriptRequestsetPrettyPrint in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setQuotaUser(String quotaUser)
ScriptRequestsetQuotaUser in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setUploadType(String uploadType)
ScriptRequestsetUploadType in class ScriptRequest<Deployment>public Script.Projects.Deployments.Update setUploadProtocol(String uploadProtocol)
ScriptRequestsetUploadProtocol in class ScriptRequest<Deployment>public String getScriptId()
public Script.Projects.Deployments.Update setScriptId(String scriptId)
public String getDeploymentId()
public Script.Projects.Deployments.Update setDeploymentId(String deploymentId)
public Script.Projects.Deployments.Update set(String parameterName, Object value)
set in class ScriptRequest<Deployment>Copyright © 2011–2025 Google. All rights reserved.