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_Processes_Resource

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

 $scriptService = new Google_Service_Script(...);
 $processes = $scriptService->processes;
Google_Service_Resource
Extended by Google_Service_Script_Processes_Resource
Located at Script.php
Methods summary
public Google_Service_Script_ListUserProcessesResponse
# listProcesses( array $optParams = array() )

List information about processes made by or on behalf of a user, such as process type and current status. (processes.listProcesses)

List information about processes made by or on behalf of a user, such as process type and current status. (processes.listProcesses)

Parameters

$optParams
Optional parameters.

Returns

Google_Service_Script_ListUserProcessesResponse
Google_Service_Script_ListUserProcessesResponse

Opt_param

string userProcessFilter.endTime Optional field used to limit returned processes to those that completed on or before the given timestamp.
string pageToken The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.
int pageSize The maximum number of returned processes per page of results. Defaults to 50.
string userProcessFilter.startTime Optional field used to limit returned processes to those that were started on or after the given timestamp.
string userProcessFilter.projectName Optional field used to limit returned processes to those originating from projects with project names containing a specific string.
string userProcessFilter.userAccessLevels Optional field used to limit returned processes to those having one of the specified user access levels.
string userProcessFilter.functionName Optional field used to limit returned processes to those originating from a script function with the given function name.
string userProcessFilter.scriptId Optional field used to limit returned processes to those originating from projects with a specific script ID.
string userProcessFilter.statuses Optional field used to limit returned processes to those having one of the specified process statuses.
string userProcessFilter.types Optional field used to limit returned processes to those having one of the specified process types.
string userProcessFilter.deploymentId Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
public Google_Service_Script_ListScriptProcessesResponse
# listScriptProcesses( array $optParams = array() )

List information about a script's executed processes, such as process type and current status. (processes.listScriptProcesses)

List information about a script's executed processes, such as process type and current status. (processes.listScriptProcesses)

Parameters

$optParams
Optional parameters.

Returns

Google_Service_Script_ListScriptProcessesResponse
Google_Service_Script_ListScriptProcessesResponse

Opt_param

string pageToken The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.
int pageSize The maximum number of returned processes per page of results. Defaults to 50.
string scriptProcessFilter.endTime Optional field used to limit returned processes to those that completed on or before the given timestamp.
string scriptProcessFilter.userAccessLevels Optional field used to limit returned processes to those having one of the specified user access levels.
string scriptProcessFilter.statuses Optional field used to limit returned processes to those having one of the specified process statuses.
string scriptProcessFilter.functionName Optional field used to limit returned processes to those originating from a script function with the given function name.
string scriptProcessFilter.startTime Optional field used to limit returned processes to those that were started on or after the given timestamp.
string scriptProcessFilter.deploymentId Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
string scriptId The script ID of the project whose processes are listed.
string scriptProcessFilter.types Optional field used to limit returned processes to those having one of the specified process types.
© 2020 Google Inc.
Apps Script API documentation generated by ApiGen 2.8.0