public class Script.Projects.Deployments
extends java.lang.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(java.lang.String scriptId,
DeploymentConfig content)
Creates a deployment of an Apps Script project.
|
Script.Projects.Deployments.Delete |
delete(java.lang.String scriptId,
java.lang.String deploymentId)
Deletes a deployment of an Apps Script project.
|
Script.Projects.Deployments.Get |
get(java.lang.String scriptId,
java.lang.String deploymentId)
Gets a deployment of an Apps Script project.
|
Script.Projects.Deployments.List |
list(java.lang.String scriptId)
Lists the deployments of an Apps Script project.
|
Script.Projects.Deployments.Update |
update(java.lang.String scriptId,
java.lang.String deploymentId,
UpdateDeploymentRequest content)
Updates a deployment of an Apps Script project.
|
public Script.Projects.Deployments.Create create(java.lang.String scriptId, DeploymentConfig content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.content - the DeploymentConfigjava.io.IOExceptionpublic Script.Projects.Deployments.Delete delete(java.lang.String scriptId, java.lang.String deploymentId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.deploymentId - The deployment ID to be undeployed.java.io.IOExceptionpublic Script.Projects.Deployments.Get get(java.lang.String scriptId, java.lang.String deploymentId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.deploymentId - The deployment ID.java.io.IOExceptionpublic Script.Projects.Deployments.List list(java.lang.String scriptId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.scriptId - The script project's Drive ID.java.io.IOExceptionpublic Script.Projects.Deployments.Update update(java.lang.String scriptId, java.lang.String deploymentId, UpdateDeploymentRequest content) throws java.io.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 UpdateDeploymentRequestjava.io.IOException