public class Script.Projects.Deployments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Script.Projects.Deployments.Create |
class |
Script.Projects.Deployments.Delete |
class |
Script.Projects.Deployments.Get |
class |
Script.Projects.Deployments.List |
class |
Script.Projects.Deployments.Update |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
Script.Projects.Deployments.Create |
create(String scriptId,
DeploymentConfig content)
Creates a deployment of an Apps Script project.
|
Script.Projects.Deployments.Delete |
delete(String scriptId,
String deploymentId)
Deletes a deployment of an Apps Script project.
|
Script.Projects.Deployments.Get |
get(String scriptId,
String deploymentId)
Gets a deployment of an Apps Script project.
|
Script.Projects.Deployments.List |
list(String scriptId)
Lists the deployments of an Apps Script project.
|
Script.Projects.Deployments.Update |
update(String scriptId,
String deploymentId,
UpdateDeploymentRequest content)
Updates a deployment of an Apps Script project.
|
public Script.Projects.Deployments.Create create(String scriptId, DeploymentConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.content - the DeploymentConfigIOExceptionpublic Script.Projects.Deployments.Delete delete(String scriptId, String deploymentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.deploymentId - The deployment ID to be undeployed.IOExceptionpublic Script.Projects.Deployments.Get get(String scriptId, String deploymentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.deploymentId - The deployment ID.IOExceptionpublic Script.Projects.Deployments.List list(String scriptId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.IOExceptionpublic Script.Projects.Deployments.Update update(String scriptId, String deploymentId, UpdateDeploymentRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.deploymentId - The deployment ID for this deployment.content - the UpdateDeploymentRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.