| 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(String scriptId,
Version content)
Creates a new immutable version using the current code, with a unique version number.
|
| Constructor and Description |
|---|
Create(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(String fieldName,
Object value) |
Version |
Version.setCreateTime(String createTime)
When the version was created.
|
Version |
Version.setDescription(String description)
The description for this version.
|
Version |
Version.setScriptId(String scriptId)
The script project's Drive ID.
|
Version |
Version.setVersionNumber(Integer versionNumber)
The incremental ID that is created by Apps Script when a version is created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
ListVersionsResponse.getVersions()
The list of versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListVersionsResponse |
ListVersionsResponse.setVersions(List<Version> versions)
The list of versions.
|
Copyright © 2011–2025 Google. All rights reserved.