Package | Description |
---|---|
com.google.api.services.script | |
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Script.Projects.Versions.Create |
Script.Projects.Versions.create(java.lang.String scriptId,
Version content)
Creates a new immutable version using the current code, with a unique version number.
|
Constructor and Description |
---|
Script.Projects.Versions.Create(java.lang.String scriptId,
Version content)
Creates a new immutable version using the current code, with a unique version number.
|
Modifier and Type | Method and Description |
---|---|
Version |
Version.clone() |
Version |
Version.set(java.lang.String fieldName,
java.lang.Object value) |
Version |
Version.setCreateTime(java.lang.String createTime)
When the version was created.
|
Version |
Version.setDescription(java.lang.String description)
The description for this version.
|
Version |
Version.setScriptId(java.lang.String scriptId)
The script project's Drive ID.
|
Version |
Version.setVersionNumber(java.lang.Integer versionNumber)
The incremental ID that is created by Apps Script when a version is created.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Version> |
ListVersionsResponse.getVersions()
The list of versions.
|
Modifier and Type | Method and Description |
---|---|
ListVersionsResponse |
ListVersionsResponse.setVersions(java.util.List<Version> versions)
The list of versions.
|