Script
import { Script } from "https://googleapis.deno.dev/v1/script:v1.ts";
Manages and executes Google Apps Script projects.
§Methods
List information about processes made by or on behalf of a user, such as process type and current status.
List information about a script's executed processes, such as process type and current status.
Creates a new, empty script project with no script files and a base manifest file.
Gets a deployment of an Apps Script project.
The deployment ID.
The script project's Drive ID.
Lists the deployments of an Apps Script project.
The script project's Drive ID.
Updates a deployment of an Apps Script project.
The deployment ID for this deployment.
The script project's Drive ID.
Gets the content of the script project, including the code source and metadata for each script file.
The script project's Drive ID.
Get metrics data for scripts, such as number of executions and active users.
Required field indicating the script to get metrics for.
Updates the content of the specified script project. This content is stored as the HEAD version, and is used when the script is executed as a trigger, in the script editor, in add-on preview mode, or as a web app or Apps Script API in development mode. This clears all the existing files in the project.
The script project's Drive ID.
List the versions of a script project.
The script project's Drive ID.