Lines Matching full:script
35 "https://www.googleapis.com/auth/script.deployments": {
36 "description": "Create and update Google Apps Script deployments"
38 "https://www.googleapis.com/auth/script.deployments.readonly": {
39 "description": "View Google Apps Script deployments"
41 "https://www.googleapis.com/auth/script.metrics": {
42 "description": "View Google Apps Script project's metrics"
44 "https://www.googleapis.com/auth/script.processes": {
45 "description": "View Google Apps Script processes"
47 "https://www.googleapis.com/auth/script.projects": {
48 "description": "Create and update Google Apps Script projects"
50 "https://www.googleapis.com/auth/script.projects.readonly": {
51 "description": "View Google Apps Script projects"
63 "baseUrl": "https://script.googleapis.com/",
65 "canonicalName": "Script",
66 "description": "Manages and executes Google Apps Script projects. ",
68 "documentationLink": "https://developers.google.com/apps-script/api/",
74 "id": "script:v1",
76 "mtlsRootUrl": "https://script.mtls.googleapis.com/",
77 "name": "script",
165 "id": "script.processes.list",
191 …ional field used to limit returned processes to those originating from a script function with the …
201 …ld used to limit returned processes to those originating from projects with a specific script ID.",
256 "The process was started using the Apps Script API.",
260 "The process was started using the Apps Script IDE.",
295 "https://www.googleapis.com/auth/script.processes"
299 …"description": "List information about a script's executed processes, such as process type and cur…
302 "id": "script.processes.listScriptProcesses",
317 "description": "The script ID of the project whose processes are listed.",
333 …ional field used to limit returned processes to those originating from a script function with the …
388 "The process was started using the Apps Script API.",
392 "The process was started using the Apps Script IDE.",
427 "https://www.googleapis.com/auth/script.processes"
435 …"description": "Creates a new, empty script project with no script files and a base manifest file.…
438 "id": "script.projects.create",
449 "https://www.googleapis.com/auth/script.projects"
453 "description": "Gets a script project's metadata.",
456 "id": "script.projects.get",
462 "description": "The script project's Drive ID.",
473 "https://www.googleapis.com/auth/script.projects",
474 "https://www.googleapis.com/auth/script.projects.readonly"
478 …"description": "Gets the content of the script project, including the code source and metadata for…
481 "id": "script.projects.getContent",
487 "description": "The script project's Drive ID.",
504 "https://www.googleapis.com/auth/script.projects",
505 "https://www.googleapis.com/auth/script.projects.readonly"
512 "id": "script.projects.getMetrics",
538 "description": "Required field indicating the script to get metrics for.",
549 "https://www.googleapis.com/auth/script.metrics"
553 …script project. This content is stored as the HEAD version, and is used when the script is execute…
556 "id": "script.projects.updateContent",
562 "description": "The script project's Drive ID.",
576 "https://www.googleapis.com/auth/script.projects"
584 "description": "Creates a deployment of an Apps Script project.",
587 "id": "script.projects.deployments.create",
593 "description": "The script project's Drive ID.",
607 "https://www.googleapis.com/auth/script.deployments"
611 "description": "Deletes a deployment of an Apps Script project.",
614 "id": "script.projects.deployments.delete",
627 "description": "The script project's Drive ID.",
638 "https://www.googleapis.com/auth/script.deployments"
642 "description": "Gets a deployment of an Apps Script project.",
645 "id": "script.projects.deployments.get",
658 "description": "The script project's Drive ID.",
669 "https://www.googleapis.com/auth/script.deployments",
670 "https://www.googleapis.com/auth/script.deployments.readonly"
674 "description": "Lists the deployments of an Apps Script project.",
677 "id": "script.projects.deployments.list",
694 "description": "The script project's Drive ID.",
705 "https://www.googleapis.com/auth/script.deployments",
706 "https://www.googleapis.com/auth/script.deployments.readonly"
710 "description": "Updates a deployment of an Apps Script project.",
713 "id": "script.projects.deployments.update",
726 "description": "The script project's Drive ID.",
740 "https://www.googleapis.com/auth/script.deployments"
751 "id": "script.projects.versions.create",
757 "description": "The script project's Drive ID.",
771 "https://www.googleapis.com/auth/script.projects"
775 "description": "Gets a version of a script project.",
778 "id": "script.projects.versions.get",
785 "description": "The script project's Drive ID.",
803 "https://www.googleapis.com/auth/script.projects",
804 "https://www.googleapis.com/auth/script.projects.readonly"
808 "description": "List the versions of a script project.",
811 "id": "script.projects.versions.list",
828 "description": "The script project's Drive ID.",
839 "https://www.googleapis.com/auth/script.projects",
840 "https://www.googleapis.com/auth/script.projects.readonly"
850 …Script project. The script project must be deployed for use with the Apps Script API and the calli…
853 "id": "script.scripts.run",
859 …"description": "The script ID of the script to be executed. Find the script ID on the **Project se…
891 "rootUrl": "https://script.googleapis.com/",
898 …"description": "The list of script project files. One of the files is a script manifest; it must b…
905 "description": "The script project's Drive ID.",
912 "description": "Request to create a script project. Request to create a script project.",
916 …d script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, o…
927 "description": "Representation of a single script deployment.",
966 "description": "The script project's Drive ID.",
1009 "description": "An entry point specification for Apps Script API execution calls."
1019 … "description": "The response for executing or debugging a function in an Apps Script project.",
1030 …ttempted execution of a script function using the Apps Script API. If a run call succeeds but the …
1034 …"description": "The error message thrown by Apps Script, usually localized into the user's languag…
1042 …"description": "An array of objects that provide a stack trace through the script to show where th…
1052 …script. The script is identified by the specified `script_id`. Executing a function on a script re…
1056 …an owner of the script, the script runs at the most recently saved version rather than the version…
1060 …"description": "The name of the function to execute in the given script. The name does not include…
1064 …r each parameter should match the expected type in Apps Script. Parameters cannot be Apps Script-s…
1071 …the privileges of a [bound](https://developers.google.com/apps-script/guides/bound) script\u2014th…
1078 …provides the return value of a function executed using the Apps Script API. If the script function…
1082 … the script function. The type matches the object type returned in Apps Script. Functions called u…
1089 …script project. A file is a third-party source code created by one or more developers. It can be a…
1093 … This read-only field is only visible to users who have WRITER permission for the script project.",
1099 "description": "The defined set of functions in the script file, if any."
1103 …. This read-only field is only visible to users who have WRITER permission for the script project."
1123 "An Apps Script server-side code file.",
1125 …nly used for the script project's manifest. The manifest file content must match the structure of …
1130 … This read-only field is only visible to users who have WRITER permission for the script project.",
1193 …p or executable can access it. Note that this is not necessarily the owner of the script project.",
1215 "description": "Represents a function in a script project.",
1219 "description": "The function name in the script project.",
1240 …script process execution that was started from the script editor, a trigger, an application, or us…
1295 "The process was started using the Apps Script API.",
1299 "The process was started using the Apps Script IDE.",
1307 "description": "Name of the script being executed.",
1316 "description": "The executing users access level to the script.",
1374 …p or executable can access it. Note that this is not necessarily the owner of the script project.",
1390 "The script runs as the user accessing the web app.",
1391 …"The script runs as the user who deployed the web app. Note that this is not necessarily the owner…
1414 "description": "Response with the list of deployments for the specified Apps Script project.",
1482 "description": "Response with the list of the versions for the specified script project.",
1500 …"description": "Resource containing usage stats for a given script, based on the supplied filter a…
1550 …Script function started with run. The execution response does not arrive until the function finish…
1554 …"description": "This field indicates whether the script execution has completed. A completed execu…
1559 …"description": "If a `run` call succeeds but the script function (or Apps Script itself) throws an…
1566 …"description": "If the script function returns successfully, this field contains an ExecutionRespo…
1573 "description": "The script project resource.",
1577 "description": "When the script was created.",
1583 "description": "User who originally created the script."
1587 "description": "User who last modified the script."
1590 …e script will be attached to. This is usually the ID of a Google Document or Google Sheet. This fi…
1594 "description": "The script project's Drive ID.",
1602 "description": "When the script was last updated.",
1621 "description": "A stack trace through the script that shows where the execution failed.",
1629 "description": "The line number where the script failed.",
1637 …"description": "If a `run` call succeeds but the script function (or Apps Script itself) throws an…
1689 …ption": "`Value` represents a dynamically typed value which is the outcome of an executed script.",
1745 …"description": "A resource representing a script project version. A version is a \"snapshot\" of a…
1758 "description": "The script project's Drive ID.",
1762 …"description": "The incremental ID that is created by Apps Script when a version is created. This …
1771 "title": "Apps Script API",