Lines Matching full:script
18 namespace Google\Service\Script\Resource;
20 use Google\Service\Script\Content;
21 use Google\Service\Script\CreateProjectRequest;
22 use Google\Service\Script\Metrics;
23 use Google\Service\Script\Project;
29 * $scriptService = new Google\Service\Script(...);
36 * Creates a new, empty script project with no script files and a base manifest
50 * Gets a script project's metadata. (projects.get)
52 * @param string $scriptId The script project's Drive ID.
63 * Gets the content of the script project, including the code source and
64 * metadata for each script file. (projects.getContent)
66 * @param string $scriptId The script project's Drive ID.
83 * @param string $scriptId Required field indicating the script to get metrics
100 * Updates the content of the specified script project. This content is stored
101 * as the HEAD version, and is used when the script is executed as a trigger, in
102 * the script editor, in add-on preview mode, or as a web app or Apps Script API
106 * @param string $scriptId The script project's Drive ID.