Package | Description |
---|---|
com.google.api.services.script | |
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Script.Projects.Deployments.Create |
Script.Projects.Deployments.create(java.lang.String scriptId,
DeploymentConfig content)
Creates a deployment of an Apps Script project.
|
Constructor and Description |
---|
Script.Projects.Deployments.Create(java.lang.String scriptId,
DeploymentConfig content)
Creates a deployment of an Apps Script project.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfig |
DeploymentConfig.clone() |
DeploymentConfig |
Deployment.getDeploymentConfig()
The deployment configuration.
|
DeploymentConfig |
UpdateDeploymentRequest.getDeploymentConfig()
The deployment configuration.
|
DeploymentConfig |
DeploymentConfig.set(java.lang.String fieldName,
java.lang.Object value) |
DeploymentConfig |
DeploymentConfig.setDescription(java.lang.String description)
The description for this deployment.
|
DeploymentConfig |
DeploymentConfig.setManifestFileName(java.lang.String manifestFileName)
The manifest file name for this deployment.
|
DeploymentConfig |
DeploymentConfig.setScriptId(java.lang.String scriptId)
The script project's Drive ID.
|
DeploymentConfig |
DeploymentConfig.setVersionNumber(java.lang.Integer versionNumber)
The version number on which this deployment is based.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|