@swamp/gcp/script
v2026.04.23.1
Google Cloud script infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
gcpgoogle-cloudscriptcloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/gcp/script@swamp/gcp/script/deploymentsv2026.04.23.1deployments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| description? | string | The description for this deployment. |
| manifestFileName? | string | The manifest file name for this deployment. |
| scriptId? | string | The script project's Drive ID. |
| versionNumber? | number | The version number on which this deployment is based. |
| deploymentConfig? | object | Metadata the defines how a deployment is configured. |
createCreate a deployments
getGet a deployments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the deployments |
updateUpdate deployments attributes
deleteDelete the deployments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the deployments |
syncSync deployments state from GCP
Resources
state(infinite)— Representation of a single script deployment.
@swamp/gcp/script/processesv2026.04.23.1processes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
getGet a processes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the processes |
syncSync processes state from GCP
list_script_processeslist script processes
Resources
state(infinite)— Representation of a single script process execution that was started from the...
@swamp/gcp/script/projectsv2026.04.23.1projects.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parentId? | string | The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created. |
| title? | string | The title for the project. |
createCreate a projects
getGet a projects
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the projects |
syncSync projects state from GCP
get_contentget content
get_metricsget metrics
update_contentupdate content
| Argument | Type | Description |
|---|---|---|
| files? | any | |
| scriptId? | any |
Resources
state(infinite)— The script project resource.
@swamp/gcp/script/versionsv2026.04.23.1versions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| createTime? | string | When the version was created. |
| description? | string | The description for this version. |
| scriptId? | string | The script project's Drive ID. |
| versionNumber? | number | The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created. |
createCreate a versions
getGet a versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
syncSync versions state from GCP
Resources
state(infinite)— A resource representing a script project version. A version is a "snapshot" o...
2026.04.03.318.0 KBApr 3, 2026
Google Cloud script infrastructure models
Release Notes
- Updated: processes, projects, deployments, versions
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudscriptcloudinfrastructure
2026.04.03.117.8 KBApr 3, 2026
Google Cloud script infrastructure models
Release Notes
- Updated: processes, projects, deployments, versions
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudscriptcloudinfrastructure
2026.04.02.217.6 KBApr 2, 2026
Google Cloud script infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudscriptcloudinfrastructure
2026.03.27.117.3 KBMar 27, 2026
Google Cloud script infrastructure models
Release Notes
- Added: processes, projects, deployments, versions
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudscriptcloudinfrastructure