Overview

Classes

  • Google_Service_Script
  • Google_Service_Script_Content
  • Google_Service_Script_CreateProjectRequest
  • Google_Service_Script_Deployment
  • Google_Service_Script_DeploymentConfig
  • Google_Service_Script_EntryPoint
  • Google_Service_Script_ExecuteStreamResponse
  • Google_Service_Script_ExecutionError
  • Google_Service_Script_ExecutionRequest
  • Google_Service_Script_ExecutionResponse
  • Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint
  • Google_Service_Script_GoogleAppsScriptTypeExecutionApiConfig
  • Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint
  • Google_Service_Script_GoogleAppsScriptTypeFunction
  • Google_Service_Script_GoogleAppsScriptTypeFunctionSet
  • Google_Service_Script_GoogleAppsScriptTypeProcess
  • Google_Service_Script_GoogleAppsScriptTypeUser
  • Google_Service_Script_GoogleAppsScriptTypeWebAppConfig
  • Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint
  • Google_Service_Script_ListDeploymentsResponse
  • Google_Service_Script_ListScriptProcessesResponse
  • Google_Service_Script_ListUserProcessesResponse
  • Google_Service_Script_ListValue
  • Google_Service_Script_ListVersionsResponse
  • Google_Service_Script_Metrics
  • Google_Service_Script_MetricsValue
  • Google_Service_Script_Operation
  • Google_Service_Script_Processes_Resource
  • Google_Service_Script_Project
  • Google_Service_Script_Projects_Resource
  • Google_Service_Script_ProjectsDeployments_Resource
  • Google_Service_Script_ProjectsVersions_Resource
  • Google_Service_Script_ScriptEmpty
  • Google_Service_Script_ScriptExecutionResult
  • Google_Service_Script_ScriptFile
  • Google_Service_Script_Scripts_Resource
  • Google_Service_Script_ScriptStackTraceElement
  • Google_Service_Script_Status
  • Google_Service_Script_Struct
  • Google_Service_Script_UpdateDeploymentRequest
  • Google_Service_Script_Value
  • Google_Service_Script_Version
  • Overview
  • Class
  • Tree

Class Google_Service_Script_Scripts_Resource

The "scripts" collection of methods. Typical usage is:

 $scriptService = new Google_Service_Script(...);
 $scripts = $scriptService->scripts;
Google_Service_Resource
Extended by Google_Service_Script_Scripts_Resource
Located at Script.php
Methods summary
public Google_Service_Script_Operation
# run( string $scriptId, Google_Service_Script_ExecutionRequest $postBody, array $optParams = array() )

Runs a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project.

Runs a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project.

This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the Authorization section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the project in the script editor, then select File > Project properties and click the Scopes tab.

The error 403, PERMISSION_DENIED: The caller does not have permission indicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script. (scripts.run)

Parameters

$scriptId
The script ID of the script to be executed. To find the script ID, open the project in the script editor and select <strong>File &gt; Project properties</strong>.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Script_Operation
Google_Service_Script_Operation
© 2020 Google Inc.
Apps Script API documentation generated by ApiGen 2.8.0