Apps Script API v1 (revision 193)

A B C D E F G I L M O P R S U V W 

A

ADMIN_DIRECTORY_GROUP - Static variable in class com.google.api.services.script.ScriptScopes
View and manage the provisioning of groups on your domain.
ADMIN_DIRECTORY_USER - Static variable in class com.google.api.services.script.ScriptScopes
View and manage the provisioning of users on your domain.
all() - Static method in class com.google.api.services.script.ScriptScopes
Returns an unmodifiable set that contains all scopes declared by this class.

B

build() - Method in class com.google.api.services.script.Script.Builder
Builds a new instance of Script.
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Processes.List
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.Get
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.GetContent
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.script.Script.Projects.Versions.List
 

C

clone() - Method in class com.google.api.services.script.model.Content
 
clone() - Method in class com.google.api.services.script.model.CreateProjectRequest
 
clone() - Method in class com.google.api.services.script.model.Deployment
 
clone() - Method in class com.google.api.services.script.model.DeploymentConfig
 
clone() - Method in class com.google.api.services.script.model.Empty
 
clone() - Method in class com.google.api.services.script.model.EntryPoint
 
clone() - Method in class com.google.api.services.script.model.ExecutionError
 
clone() - Method in class com.google.api.services.script.model.ExecutionRequest
 
clone() - Method in class com.google.api.services.script.model.ExecutionResponse
 
clone() - Method in class com.google.api.services.script.model.File
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiConfig
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiEntryPoint
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunction
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunctionSet
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScopeSet
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
 
clone() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
 
clone() - Method in class com.google.api.services.script.model.ListDeploymentsResponse
 
clone() - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
 
clone() - Method in class com.google.api.services.script.model.ListUserProcessesResponse
 
clone() - Method in class com.google.api.services.script.model.ListVersionsResponse
 
clone() - Method in class com.google.api.services.script.model.Metrics
 
clone() - Method in class com.google.api.services.script.model.MetricsValue
 
clone() - Method in class com.google.api.services.script.model.Operation
 
clone() - Method in class com.google.api.services.script.model.Project
 
clone() - Method in class com.google.api.services.script.model.ScriptStackTraceElement
 
clone() - Method in class com.google.api.services.script.model.Status
 
clone() - Method in class com.google.api.services.script.model.UpdateDeploymentRequest
 
clone() - Method in class com.google.api.services.script.model.Version
 
com.google.api.services.script - package com.google.api.services.script
 
com.google.api.services.script.model - package com.google.api.services.script.model
 
Content - Class in com.google.api.services.script.model
The Content resource.
Content() - Constructor for class com.google.api.services.script.model.Content
 
create(CreateProjectRequest) - Method in class com.google.api.services.script.Script.Projects
Creates a new, empty script project with no script files and a base manifest file.
create(String, DeploymentConfig) - Method in class com.google.api.services.script.Script.Projects.Deployments
Creates a deployment of an Apps Script project.
create(String, Version) - Method in class com.google.api.services.script.Script.Projects.Versions
Creates a new immutable version using the current code, with a unique version number.
CreateProjectRequest - Class in com.google.api.services.script.model
Request to create a script project.
CreateProjectRequest() - Constructor for class com.google.api.services.script.model.CreateProjectRequest
 

D

DEFAULT_BASE_URL - Static variable in class com.google.api.services.script.Script
The default encoded base URL of the service.
DEFAULT_ROOT_URL - Static variable in class com.google.api.services.script.Script
The default encoded root URL of the service.
DEFAULT_SERVICE_PATH - Static variable in class com.google.api.services.script.Script
The default encoded service path of the service.
delete(String, String) - Method in class com.google.api.services.script.Script.Projects.Deployments
Deletes a deployment of an Apps Script project.
Deployment - Class in com.google.api.services.script.model
Representation of a single script deployment.
Deployment() - Constructor for class com.google.api.services.script.model.Deployment
 
DeploymentConfig - Class in com.google.api.services.script.model
Metadata the defines how a deployment is configured.
DeploymentConfig() - Constructor for class com.google.api.services.script.model.DeploymentConfig
 
deployments() - Method in class com.google.api.services.script.Script.Projects
An accessor for creating requests from the Deployments collection.
DRIVE - Static variable in class com.google.api.services.script.ScriptScopes
View and manage the files in your Google Drive.

E

Empty - Class in com.google.api.services.script.model
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.
Empty() - Constructor for class com.google.api.services.script.model.Empty
 
EntryPoint - Class in com.google.api.services.script.model
A configuration that defines how a deployment is accessed externally.
EntryPoint() - Constructor for class com.google.api.services.script.model.EntryPoint
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Processes.List
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.Get
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.GetContent
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
executeUsingHead() - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
ExecutionError - Class in com.google.api.services.script.model
An object that provides information about the nature of an error resulting from an attempted execution of a script function using the Apps Script API.
ExecutionError() - Constructor for class com.google.api.services.script.model.ExecutionError
 
ExecutionRequest - Class in com.google.api.services.script.model
A request to run the function in a script.
ExecutionRequest() - Constructor for class com.google.api.services.script.model.ExecutionRequest
 
ExecutionResponse - Class in com.google.api.services.script.model
An object that provides the return value of a function executed using the Apps Script API.
ExecutionResponse() - Constructor for class com.google.api.services.script.model.ExecutionResponse
 

F

File - Class in com.google.api.services.script.model
An individual file within a script project.
File() - Constructor for class com.google.api.services.script.model.File
 
FORMS - Static variable in class com.google.api.services.script.ScriptScopes
View and manage your forms in Google Drive.
FORMS_CURRENTONLY - Static variable in class com.google.api.services.script.ScriptScopes
View and manage forms that this application has been installed in.

G

get(String, String) - Method in class com.google.api.services.script.Script.Projects.Deployments
Gets a deployment of an Apps Script project.
get(String) - Method in class com.google.api.services.script.Script.Projects
Gets a script project's metadata.
get(String, Integer) - Method in class com.google.api.services.script.Script.Projects.Versions
Gets a version of a script project.
get$Xgafv() - Method in class com.google.api.services.script.ScriptRequest
V1 error format.
getAbstractGoogleClient() - Method in class com.google.api.services.script.ScriptRequest
 
getAccess() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiConfig
Who has permission to run the API executable.
getAccess() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
Who has permission to run the web app.
getAccessToken() - Method in class com.google.api.services.script.ScriptRequest
OAuth access token.
getActiveUsers() - Method in class com.google.api.services.script.model.Metrics
Number of active users.
getAddOn() - Method in class com.google.api.services.script.model.EntryPoint
Add-on properties.
getAddOnType() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required list of supported container types.
getAlt() - Method in class com.google.api.services.script.ScriptRequest
Data format for response.
getAuthorizer() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
Who authorized the scope.
getBearerToken() - Method in class com.google.api.services.script.ScriptRequest
OAuth bearer token.
getCallback() - Method in class com.google.api.services.script.ScriptRequest
JSONP
getCode() - Method in class com.google.api.services.script.model.Status
The status code.
getContent(String) - Method in class com.google.api.services.script.Script.Projects
Gets the content of the script project, including the code source and metadata for each script file.
getCreateTime() - Method in class com.google.api.services.script.model.File
Creation date timestamp.
getCreateTime() - Method in class com.google.api.services.script.model.Project
When the script was created.
getCreateTime() - Method in class com.google.api.services.script.model.Version
When the version was created.
getCreator() - Method in class com.google.api.services.script.model.Project
User who originally created the script.
getDeploymentConfig() - Method in class com.google.api.services.script.model.Deployment
The deployment configuration.
getDeploymentConfig() - Method in class com.google.api.services.script.model.UpdateDeploymentRequest
The deployment configuration.
getDeploymentId() - Method in class com.google.api.services.script.model.Deployment
The deployment ID for this deployment.
getDeploymentId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
The deployment ID to be undeployed.
getDeploymentId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
The deployment ID.
getDeploymentId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
The deployment ID for this deployment.
getDeployments() - Method in class com.google.api.services.script.model.ListDeploymentsResponse
The list of deployments.
getDescription() - Method in class com.google.api.services.script.model.DeploymentConfig
The description for this deployment.
getDescription() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional description.
getDescription() - Method in class com.google.api.services.script.model.Version
The description for this version.
getDetails() - Method in class com.google.api.services.script.model.Status
An array that contains a single ExecutionError object that provides information about the nature of the error.
getDevMode() - Method in class com.google.api.services.script.model.ExecutionRequest
If `true` and the user is an owner of the script, the script runs at the most recently saved version rather than the version deployed for use with the Apps Script API.
getDomain() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's domain.
getDone() - Method in class com.google.api.services.script.model.Operation
This field indicates whether the script execution has completed.
getDuration() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Duration the execution spent executing.
getEmail() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's identifying email address.
getEndTime() - Method in class com.google.api.services.script.model.MetricsValue
Required field indicating the end time of the interval.
getEntryPointConfig() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiEntryPoint
The entry point's configuration.
getEntryPointConfig() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
The entry point's configuration.
getEntryPoints() - Method in class com.google.api.services.script.model.Deployment
The deployment's entry points.
getEntryPointType() - Method in class com.google.api.services.script.model.EntryPoint
The type of the entry point.
getError() - Method in class com.google.api.services.script.model.Operation
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field contains a Status object.
getErrorMessage() - Method in class com.google.api.services.script.model.ExecutionError
The error message thrown by Apps Script, usually localized into the user's language.
getErrorType() - Method in class com.google.api.services.script.model.ExecutionError
The error type, for example `TypeError` or `ReferenceError`.
getExecuteAs() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
Who to execute the web app as.
getExecutingUser() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
User-facing name for the user executing the script.
getExecutionApi() - Method in class com.google.api.services.script.model.EntryPoint
An entry point specification for Apps Script API execution calls.
getFailedExecutions() - Method in class com.google.api.services.script.model.Metrics
Number of failed executions.
getFields() - Method in class com.google.api.services.script.ScriptRequest
Selector specifying which fields to include in a partial response.
getFiles() - Method in class com.google.api.services.script.model.Content
The list of script project files.
getFunction() - Method in class com.google.api.services.script.model.ExecutionRequest
The name of the function to execute in the given script.
getFunction() - Method in class com.google.api.services.script.model.ScriptStackTraceElement
The name of the function that failed.
getFunctionName() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Name of the function the started the execution.
getFunctionSet() - Method in class com.google.api.services.script.model.Deployment
Script's defined set of functions.
getFunctionSet() - Method in class com.google.api.services.script.model.File
The defined set of functions in the script file, if any.
getHelpUrl() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional help URL.
getKey() - Method in class com.google.api.services.script.ScriptRequest
API key.
getLastModifyUser() - Method in class com.google.api.services.script.model.File
The user who modified the file most recently.
getLastModifyUser() - Method in class com.google.api.services.script.model.Project
User who last modified the script.
getLineNumber() - Method in class com.google.api.services.script.model.ScriptStackTraceElement
The line number where the script failed.
getManifestFileName() - Method in class com.google.api.services.script.model.DeploymentConfig
The manifest file name for this deployment.
getMessage() - Method in class com.google.api.services.script.model.Status
A developer-facing error message, which is in English.
getMetrics(String) - Method in class com.google.api.services.script.Script.Projects
Get metrics data for scripts, such as number of executions and active users.
getMetricsFilterDeploymentId() - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Optional field indicating a specific deployment to retrieve metrics from.
getMetricsGranularity() - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Required field indicating what granularity of metrics are returned.
getName() - Method in class com.google.api.services.script.model.File
The name of the file.
getName() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunction
The function name in the script project.
getName() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
The scope's identifying string.
getName() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's display name.
getNextPageToken() - Method in class com.google.api.services.script.model.ListDeploymentsResponse
The token that can be used in the next call to get the next page of results.
getNextPageToken() - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
Token for the next page of results.
getNextPageToken() - Method in class com.google.api.services.script.model.ListUserProcessesResponse
Token for the next page of results.
getNextPageToken() - Method in class com.google.api.services.script.model.ListVersionsResponse
The token use to fetch the next page of records.
getOauthToken() - Method in class com.google.api.services.script.ScriptRequest
OAuth 2.0 token for the current user.
getPageSize() - Method in class com.google.api.services.script.Script.Processes.List
The maximum number of returned processes per page of results.
getPageSize() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The maximum number of returned processes per page of results.
getPageSize() - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The maximum number of deployments on each returned page.
getPageSize() - Method in class com.google.api.services.script.Script.Projects.Versions.List
The maximum number of versions on each returned page.
getPageToken() - Method in class com.google.api.services.script.Script.Processes.List
The token for continuing a previous list request on the next page.
getPageToken() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The token for continuing a previous list request on the next page.
getPageToken() - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The token for continuing a previous list request on the next page.
getPageToken() - Method in class com.google.api.services.script.Script.Projects.Versions.List
The token for continuing a previous list request on the next page.
getParameters() - Method in class com.google.api.services.script.model.ExecutionRequest
The parameters to be passed to the function being executed.
getParentId() - Method in class com.google.api.services.script.model.CreateProjectRequest
The Drive ID of a parent file that the created script project is bound to.
getParentId() - Method in class com.google.api.services.script.model.Project
The parent's Drive ID that the script will be attached to.
getPhotoUrl() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's photo.
getPostInstallTipUrl() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required post install tip URL.
getPp() - Method in class com.google.api.services.script.ScriptRequest
Pretty-print response.
getPrettyPrint() - Method in class com.google.api.services.script.ScriptRequest
Returns response with indentations and line breaks.
getProcesses() - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
List of processes matching request parameters.
getProcesses() - Method in class com.google.api.services.script.model.ListUserProcessesResponse
List of processes matching request parameters.
getProcessStatus() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executions status.
getProcessType() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executions type.
getProjectName() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Name of the script being executed.
getQuotaUser() - Method in class com.google.api.services.script.ScriptRequest
Available to use for quota purposes for server-side applications.
getReportIssueUrl() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional report issue URL.
getResponse() - Method in class com.google.api.services.script.model.Operation
If the script function returns successfully, this field contains an ExecutionResponse object with the function's return value.
getResult() - Method in class com.google.api.services.script.model.ExecutionResponse
The return value of the script function.
getScopeSet() - Method in class com.google.api.services.script.model.Deployment
Set of scopes required by the deployment.
getScriptId() - Method in class com.google.api.services.script.model.Content
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.model.DeploymentConfig
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.model.Project
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.model.Version
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The script ID of the project whose processes are listed.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Get
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.GetContent
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Required field indicating the script to get metrics for.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.UpdateContent
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Versions.Create
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Versions.Get
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Projects.Versions.List
The script project's Drive ID.
getScriptId() - Method in class com.google.api.services.script.Script.Scripts.Run
The script ID of the script to be executed.
getScriptProcessFilterDeploymentId() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
getScriptProcessFilterEndTime() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those that completed on or before the given timestamp.
getScriptProcessFilterFunctionName() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those originating from a script function with the given function name.
getScriptProcessFilterStartTime() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those that were started on or after the given timestamp.
getScriptProcessFilterStatuses() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified process statuses.
getScriptProcessFilterTypes() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified process types.
getScriptProcessFilterUserAccessLevels() - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified user access levels.
getScriptStackTraceElements() - Method in class com.google.api.services.script.model.ExecutionError
An array of objects that provide a stack trace through the script to show where the execution failed, with the deepest call first.
getSessionState() - Method in class com.google.api.services.script.model.ExecutionRequest
For Android add-ons only.
getSource() - Method in class com.google.api.services.script.model.File
The file content.
getStartTime() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Time the execution started.
getStartTime() - Method in class com.google.api.services.script.model.MetricsValue
Required field indicating the start time of the interval.
getTitle() - Method in class com.google.api.services.script.model.CreateProjectRequest
The title for the project.
getTitle() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required title.
getTitle() - Method in class com.google.api.services.script.model.Project
The title for the project.
getTotalExecutions() - Method in class com.google.api.services.script.model.Metrics
Number of total executions.
getType() - Method in class com.google.api.services.script.model.File
The type of the file.
getUpdateTime() - Method in class com.google.api.services.script.model.Deployment
Last modified date time stamp.
getUpdateTime() - Method in class com.google.api.services.script.model.File
Last modified date timestamp.
getUpdateTime() - Method in class com.google.api.services.script.model.Project
When the script was last updated.
getUploadProtocol() - Method in class com.google.api.services.script.ScriptRequest
Upload protocol for media (e.g.
getUploadType() - Method in class com.google.api.services.script.ScriptRequest
Legacy upload protocol for media (e.g.
getUrl() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
The URL for the web application.
getUserAccessLevel() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executing users access level to the script.
getUserProcessFilterDeploymentId() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
getUserProcessFilterEndTime() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those that completed on or before the given timestamp.
getUserProcessFilterFunctionName() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from a script function with the given function name.
getUserProcessFilterProjectName() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with project names containing a specific string.
getUserProcessFilterScriptId() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with a specific script ID.
getUserProcessFilterStartTime() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those that were started on or after the given timestamp.
getUserProcessFilterStatuses() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified process statuses.
getUserProcessFilterTypes() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified process types.
getUserProcessFilterUserAccessLevels() - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified user access levels.
getValue() - Method in class com.google.api.services.script.model.MetricsValue
Indicates the number of executions counted.
getValues() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunctionSet
A list of functions composing the set.
getValues() - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScopeSet
List of scope values in the set.
getVersionNumber() - Method in class com.google.api.services.script.model.DeploymentConfig
The version number on which this deployment is based.
getVersionNumber() - Method in class com.google.api.services.script.model.Version
The incremental ID that is created by Apps Script when a version is created.
getVersionNumber() - Method in class com.google.api.services.script.Script.Projects.GetContent
The version number of the project to retrieve.
getVersionNumber() - Method in class com.google.api.services.script.Script.Projects.Versions.Get
The version number.
getVersions() - Method in class com.google.api.services.script.model.ListVersionsResponse
The list of versions.
getWebApp() - Method in class com.google.api.services.script.model.EntryPoint
An entry point specification for web apps.
GoogleAppsScriptTypeAddOnEntryPoint - Class in com.google.api.services.script.model
An add-on entry point.
GoogleAppsScriptTypeAddOnEntryPoint() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
 
GoogleAppsScriptTypeExecutionApiConfig - Class in com.google.api.services.script.model
API executable entry point configuration.
GoogleAppsScriptTypeExecutionApiConfig() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiConfig
 
GoogleAppsScriptTypeExecutionApiEntryPoint - Class in com.google.api.services.script.model
An API executable entry point.
GoogleAppsScriptTypeExecutionApiEntryPoint() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiEntryPoint
 
GoogleAppsScriptTypeFunction - Class in com.google.api.services.script.model
Represents a function in a script project.
GoogleAppsScriptTypeFunction() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeFunction
 
GoogleAppsScriptTypeFunctionSet - Class in com.google.api.services.script.model
A set of functions.
GoogleAppsScriptTypeFunctionSet() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeFunctionSet
 
GoogleAppsScriptTypeProcess - Class in com.google.api.services.script.model
Representation of a single script process execution that was started from the script editor, a trigger, an application, or using the Apps Script API.
GoogleAppsScriptTypeProcess() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
 
GoogleAppsScriptTypeScope - Class in com.google.api.services.script.model
Represents an authorization scope.
GoogleAppsScriptTypeScope() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeScope
 
GoogleAppsScriptTypeScopeSet - Class in com.google.api.services.script.model
A set of scopes.
GoogleAppsScriptTypeScopeSet() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeScopeSet
 
GoogleAppsScriptTypeUser - Class in com.google.api.services.script.model
A simple user profile resource.
GoogleAppsScriptTypeUser() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeUser
 
GoogleAppsScriptTypeWebAppConfig - Class in com.google.api.services.script.model
Web app entry point configuration.
GoogleAppsScriptTypeWebAppConfig() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
 
GoogleAppsScriptTypeWebAppEntryPoint - Class in com.google.api.services.script.model
A web application entry point.
GoogleAppsScriptTypeWebAppEntryPoint() - Constructor for class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
 
GROUPS - Static variable in class com.google.api.services.script.ScriptScopes
View and manage your Google Groups.

I

initialize(AbstractGoogleClientRequest<?>) - Method in class com.google.api.services.script.Script
 
initializeJsonRequest(AbstractGoogleJsonClientRequest<?>) - Method in class com.google.api.services.script.ScriptRequestInitializer
 
initializeScriptRequest(ScriptRequest<?>) - Method in class com.google.api.services.script.ScriptRequestInitializer
Initializes Script request.

L

list() - Method in class com.google.api.services.script.Script.Processes
List information about processes made by or on behalf of a user, such as process type and current status.
list(String) - Method in class com.google.api.services.script.Script.Projects.Deployments
Lists the deployments of an Apps Script project.
list(String) - Method in class com.google.api.services.script.Script.Projects.Versions
List the versions of a script project.
ListDeploymentsResponse - Class in com.google.api.services.script.model
Response with the list of deployments for the specified Apps Script project.
ListDeploymentsResponse() - Constructor for class com.google.api.services.script.model.ListDeploymentsResponse
 
listScriptProcesses() - Method in class com.google.api.services.script.Script.Processes
List information about a script's executed processes, such as process type and current status.
ListScriptProcessesResponse - Class in com.google.api.services.script.model
Response with the list of Process resources.
ListScriptProcessesResponse() - Constructor for class com.google.api.services.script.model.ListScriptProcessesResponse
 
ListUserProcessesResponse - Class in com.google.api.services.script.model
Response with the list of Process resources.
ListUserProcessesResponse() - Constructor for class com.google.api.services.script.model.ListUserProcessesResponse
 
ListVersionsResponse - Class in com.google.api.services.script.model
Response with the list of the versions for the specified script project.
ListVersionsResponse() - Constructor for class com.google.api.services.script.model.ListVersionsResponse
 

M

MAIL_GOOGLE_COM - Static variable in class com.google.api.services.script.ScriptScopes
Read, send, delete, and manage your email.
Metrics - Class in com.google.api.services.script.model
Resource containing usage stats for a given script, based on the supplied filter and mask present in the request.
Metrics() - Constructor for class com.google.api.services.script.model.Metrics
 
MetricsValue - Class in com.google.api.services.script.model
Metrics value that holds number of executions counted.
MetricsValue() - Constructor for class com.google.api.services.script.model.MetricsValue
 

O

Operation - Class in com.google.api.services.script.model
A representation of a execution of an Apps Script function that is started using run.
Operation() - Constructor for class com.google.api.services.script.model.Operation
 

P

processes() - Method in class com.google.api.services.script.Script
An accessor for creating requests from the Processes collection.
Project - Class in com.google.api.services.script.model
The script project resource.
Project() - Constructor for class com.google.api.services.script.model.Project
 
projects() - Method in class com.google.api.services.script.Script
An accessor for creating requests from the Projects collection.

R

run(String, ExecutionRequest) - Method in class com.google.api.services.script.Script.Scripts
Runs a function in an Apps Script project.

S

Script - Class in com.google.api.services.script
Service definition for Script (v1).
Script(HttpTransport, JsonFactory, HttpRequestInitializer) - Constructor for class com.google.api.services.script.Script
Constructor.
Script.Builder - Class in com.google.api.services.script
Builder for Script.
Script.Builder(HttpTransport, JsonFactory, HttpRequestInitializer) - Constructor for class com.google.api.services.script.Script.Builder
Returns an instance of a new builder.
Script.Processes - Class in com.google.api.services.script
The "processes" collection of methods.
Script.Processes() - Constructor for class com.google.api.services.script.Script.Processes
 
Script.Processes.List - Class in com.google.api.services.script
 
Script.Processes.List() - Constructor for class com.google.api.services.script.Script.Processes.List
List information about processes made by or on behalf of a user, such as process type and current status.
Script.Processes.ListScriptProcesses - Class in com.google.api.services.script
 
Script.Processes.ListScriptProcesses() - Constructor for class com.google.api.services.script.Script.Processes.ListScriptProcesses
List information about a script's executed processes, such as process type and current status.
Script.Projects - Class in com.google.api.services.script
The "projects" collection of methods.
Script.Projects() - Constructor for class com.google.api.services.script.Script.Projects
 
Script.Projects.Create - Class in com.google.api.services.script
 
Script.Projects.Create(CreateProjectRequest) - Constructor for class com.google.api.services.script.Script.Projects.Create
Creates a new, empty script project with no script files and a base manifest file.
Script.Projects.Deployments - Class in com.google.api.services.script
The "deployments" collection of methods.
Script.Projects.Deployments() - Constructor for class com.google.api.services.script.Script.Projects.Deployments
 
Script.Projects.Deployments.Create - Class in com.google.api.services.script
 
Script.Projects.Deployments.Create(String, DeploymentConfig) - Constructor for class com.google.api.services.script.Script.Projects.Deployments.Create
Creates a deployment of an Apps Script project.
Script.Projects.Deployments.Delete - Class in com.google.api.services.script
 
Script.Projects.Deployments.Delete(String, String) - Constructor for class com.google.api.services.script.Script.Projects.Deployments.Delete
Deletes a deployment of an Apps Script project.
Script.Projects.Deployments.Get - Class in com.google.api.services.script
 
Script.Projects.Deployments.Get(String, String) - Constructor for class com.google.api.services.script.Script.Projects.Deployments.Get
Gets a deployment of an Apps Script project.
Script.Projects.Deployments.List - Class in com.google.api.services.script
 
Script.Projects.Deployments.List(String) - Constructor for class com.google.api.services.script.Script.Projects.Deployments.List
Lists the deployments of an Apps Script project.
Script.Projects.Deployments.Update - Class in com.google.api.services.script
 
Script.Projects.Deployments.Update(String, String, UpdateDeploymentRequest) - Constructor for class com.google.api.services.script.Script.Projects.Deployments.Update
Updates a deployment of an Apps Script project.
Script.Projects.Get - Class in com.google.api.services.script
 
Script.Projects.Get(String) - Constructor for class com.google.api.services.script.Script.Projects.Get
Gets a script project's metadata.
Script.Projects.GetContent - Class in com.google.api.services.script
 
Script.Projects.GetContent(String) - Constructor for class com.google.api.services.script.Script.Projects.GetContent
Gets the content of the script project, including the code source and metadata for each script file.
Script.Projects.GetMetrics - Class in com.google.api.services.script
 
Script.Projects.GetMetrics(String) - Constructor for class com.google.api.services.script.Script.Projects.GetMetrics
Get metrics data for scripts, such as number of executions and active users.
Script.Projects.UpdateContent - Class in com.google.api.services.script
 
Script.Projects.UpdateContent(String, Content) - Constructor for class com.google.api.services.script.Script.Projects.UpdateContent
Updates the content of the specified script project.
Script.Projects.Versions - Class in com.google.api.services.script
The "versions" collection of methods.
Script.Projects.Versions() - Constructor for class com.google.api.services.script.Script.Projects.Versions
 
Script.Projects.Versions.Create - Class in com.google.api.services.script
 
Script.Projects.Versions.Create(String, Version) - Constructor for class com.google.api.services.script.Script.Projects.Versions.Create
Creates a new immutable version using the current code, with a unique version number.
Script.Projects.Versions.Get - Class in com.google.api.services.script
 
Script.Projects.Versions.Get(String, Integer) - Constructor for class com.google.api.services.script.Script.Projects.Versions.Get
Gets a version of a script project.
Script.Projects.Versions.List - Class in com.google.api.services.script
 
Script.Projects.Versions.List(String) - Constructor for class com.google.api.services.script.Script.Projects.Versions.List
List the versions of a script project.
Script.Scripts - Class in com.google.api.services.script
The "scripts" collection of methods.
Script.Scripts() - Constructor for class com.google.api.services.script.Script.Scripts
 
Script.Scripts.Run - Class in com.google.api.services.script
 
Script.Scripts.Run(String, ExecutionRequest) - Constructor for class com.google.api.services.script.Script.Scripts.Run
Runs a function in an Apps Script project.
ScriptRequest<T> - Class in com.google.api.services.script
Script request.
ScriptRequest(Script, String, String, Object, Class<T>) - Constructor for class com.google.api.services.script.ScriptRequest
 
ScriptRequestInitializer - Class in com.google.api.services.script
Script request initializer for setting properties like key and userIp.
ScriptRequestInitializer() - Constructor for class com.google.api.services.script.ScriptRequestInitializer
 
ScriptRequestInitializer(String) - Constructor for class com.google.api.services.script.ScriptRequestInitializer
 
ScriptRequestInitializer(String, String) - Constructor for class com.google.api.services.script.ScriptRequestInitializer
 
scripts() - Method in class com.google.api.services.script.Script
An accessor for creating requests from the Scripts collection.
ScriptScopes - Class in com.google.api.services.script
Available OAuth 2.0 scopes for use with the Apps Script API.
ScriptStackTraceElement - Class in com.google.api.services.script.model
A stack trace through the script that shows where the execution failed.
ScriptStackTraceElement() - Constructor for class com.google.api.services.script.model.ScriptStackTraceElement
 
set(String, Object) - Method in class com.google.api.services.script.model.Content
 
set(String, Object) - Method in class com.google.api.services.script.model.CreateProjectRequest
 
set(String, Object) - Method in class com.google.api.services.script.model.Deployment
 
set(String, Object) - Method in class com.google.api.services.script.model.DeploymentConfig
 
set(String, Object) - Method in class com.google.api.services.script.model.Empty
 
set(String, Object) - Method in class com.google.api.services.script.model.EntryPoint
 
set(String, Object) - Method in class com.google.api.services.script.model.ExecutionError
 
set(String, Object) - Method in class com.google.api.services.script.model.ExecutionRequest
 
set(String, Object) - Method in class com.google.api.services.script.model.ExecutionResponse
 
set(String, Object) - Method in class com.google.api.services.script.model.File
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiConfig
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiEntryPoint
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunction
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunctionSet
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScopeSet
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
 
set(String, Object) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
 
set(String, Object) - Method in class com.google.api.services.script.model.ListDeploymentsResponse
 
set(String, Object) - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
 
set(String, Object) - Method in class com.google.api.services.script.model.ListUserProcessesResponse
 
set(String, Object) - Method in class com.google.api.services.script.model.ListVersionsResponse
 
set(String, Object) - Method in class com.google.api.services.script.model.Metrics
 
set(String, Object) - Method in class com.google.api.services.script.model.MetricsValue
 
set(String, Object) - Method in class com.google.api.services.script.model.Operation
 
set(String, Object) - Method in class com.google.api.services.script.model.Project
 
set(String, Object) - Method in class com.google.api.services.script.model.ScriptStackTraceElement
 
set(String, Object) - Method in class com.google.api.services.script.model.Status
 
set(String, Object) - Method in class com.google.api.services.script.model.UpdateDeploymentRequest
 
set(String, Object) - Method in class com.google.api.services.script.model.Version
 
set(String, Object) - Method in class com.google.api.services.script.Script.Processes.List
 
set(String, Object) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Create
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Get
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
set(String, Object) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
set(String, Object) - Method in class com.google.api.services.script.Script.Scripts.Run
 
set(String, Object) - Method in class com.google.api.services.script.ScriptRequest
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Processes.List
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
set$Xgafv(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
set$Xgafv(String) - Method in class com.google.api.services.script.ScriptRequest
V1 error format.
setAccess(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiConfig
Who has permission to run the API executable.
setAccess(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
Who has permission to run the web app.
setAccessToken(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setAccessToken(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setAccessToken(String) - Method in class com.google.api.services.script.ScriptRequest
OAuth access token.
setActiveUsers(List<MetricsValue>) - Method in class com.google.api.services.script.model.Metrics
Number of active users.
setAddOn(GoogleAppsScriptTypeAddOnEntryPoint) - Method in class com.google.api.services.script.model.EntryPoint
Add-on properties.
setAddOnType(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required list of supported container types.
setAlt(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setAlt(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setAlt(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setAlt(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setAlt(String) - Method in class com.google.api.services.script.ScriptRequest
Data format for response.
setApplicationName(String) - Method in class com.google.api.services.script.Script.Builder
 
setAuthorizer(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
Who authorized the scope.
setBearerToken(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setBearerToken(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setBearerToken(String) - Method in class com.google.api.services.script.ScriptRequest
OAuth bearer token.
setCallback(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setCallback(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setCallback(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setCallback(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setCallback(String) - Method in class com.google.api.services.script.ScriptRequest
JSONP
setCode(Integer) - Method in class com.google.api.services.script.model.Status
The status code.
setCreateTime(String) - Method in class com.google.api.services.script.model.File
Creation date timestamp.
setCreateTime(String) - Method in class com.google.api.services.script.model.Project
When the script was created.
setCreateTime(String) - Method in class com.google.api.services.script.model.Version
When the version was created.
setCreator(GoogleAppsScriptTypeUser) - Method in class com.google.api.services.script.model.Project
User who originally created the script.
setDeploymentConfig(DeploymentConfig) - Method in class com.google.api.services.script.model.Deployment
The deployment configuration.
setDeploymentConfig(DeploymentConfig) - Method in class com.google.api.services.script.model.UpdateDeploymentRequest
The deployment configuration.
setDeploymentId(String) - Method in class com.google.api.services.script.model.Deployment
The deployment ID for this deployment.
setDeploymentId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
The deployment ID to be undeployed.
setDeploymentId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
The deployment ID.
setDeploymentId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
The deployment ID for this deployment.
setDeployments(List<Deployment>) - Method in class com.google.api.services.script.model.ListDeploymentsResponse
The list of deployments.
setDescription(String) - Method in class com.google.api.services.script.model.DeploymentConfig
The description for this deployment.
setDescription(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional description.
setDescription(String) - Method in class com.google.api.services.script.model.Version
The description for this version.
setDetails(List<Map<String, Object>>) - Method in class com.google.api.services.script.model.Status
An array that contains a single ExecutionError object that provides information about the nature of the error.
setDevMode(Boolean) - Method in class com.google.api.services.script.model.ExecutionRequest
If `true` and the user is an owner of the script, the script runs at the most recently saved version rather than the version deployed for use with the Apps Script API.
setDisableGZipContent(boolean) - Method in class com.google.api.services.script.ScriptRequest
 
setDomain(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's domain.
setDone(Boolean) - Method in class com.google.api.services.script.model.Operation
This field indicates whether the script execution has completed.
setDuration(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Duration the execution spent executing.
setEmail(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's identifying email address.
setEndTime(String) - Method in class com.google.api.services.script.model.MetricsValue
Required field indicating the end time of the interval.
setEntryPointConfig(GoogleAppsScriptTypeExecutionApiConfig) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeExecutionApiEntryPoint
The entry point's configuration.
setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
The entry point's configuration.
setEntryPoints(List<EntryPoint>) - Method in class com.google.api.services.script.model.Deployment
The deployment's entry points.
setEntryPointType(String) - Method in class com.google.api.services.script.model.EntryPoint
The type of the entry point.
setError(Status) - Method in class com.google.api.services.script.model.Operation
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field contains a Status object.
setErrorMessage(String) - Method in class com.google.api.services.script.model.ExecutionError
The error message thrown by Apps Script, usually localized into the user's language.
setErrorType(String) - Method in class com.google.api.services.script.model.ExecutionError
The error type, for example `TypeError` or `ReferenceError`.
setExecuteAs(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppConfig
Who to execute the web app as.
setExecutingUser(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
User-facing name for the user executing the script.
setExecutionApi(GoogleAppsScriptTypeExecutionApiEntryPoint) - Method in class com.google.api.services.script.model.EntryPoint
An entry point specification for Apps Script API execution calls.
setFailedExecutions(List<MetricsValue>) - Method in class com.google.api.services.script.model.Metrics
Number of failed executions.
setFields(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setFields(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setFields(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setFields(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setFields(String) - Method in class com.google.api.services.script.ScriptRequest
Selector specifying which fields to include in a partial response.
setFiles(List<File>) - Method in class com.google.api.services.script.model.Content
The list of script project files.
setFunction(String) - Method in class com.google.api.services.script.model.ExecutionRequest
The name of the function to execute in the given script.
setFunction(String) - Method in class com.google.api.services.script.model.ScriptStackTraceElement
The name of the function that failed.
setFunctionName(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Name of the function the started the execution.
setFunctionSet(GoogleAppsScriptTypeFunctionSet) - Method in class com.google.api.services.script.model.Deployment
Script's defined set of functions.
setFunctionSet(GoogleAppsScriptTypeFunctionSet) - Method in class com.google.api.services.script.model.File
The defined set of functions in the script file, if any.
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.services.script.Script.Builder
 
setHelpUrl(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional help URL.
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.services.script.Script.Builder
 
setKey(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setKey(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setKey(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setKey(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setKey(String) - Method in class com.google.api.services.script.ScriptRequest
API key.
setLastModifyUser(GoogleAppsScriptTypeUser) - Method in class com.google.api.services.script.model.File
The user who modified the file most recently.
setLastModifyUser(GoogleAppsScriptTypeUser) - Method in class com.google.api.services.script.model.Project
User who last modified the script.
setLineNumber(Integer) - Method in class com.google.api.services.script.model.ScriptStackTraceElement
The line number where the script failed.
setManifestFileName(String) - Method in class com.google.api.services.script.model.DeploymentConfig
The manifest file name for this deployment.
setMessage(String) - Method in class com.google.api.services.script.model.Status
A developer-facing error message, which is in English.
setMetricsFilterDeploymentId(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Optional field indicating a specific deployment to retrieve metrics from.
setMetricsGranularity(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Required field indicating what granularity of metrics are returned.
setName(String) - Method in class com.google.api.services.script.model.File
The name of the file.
setName(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunction
The function name in the script project.
setName(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScope
The scope's identifying string.
setName(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's display name.
setNextPageToken(String) - Method in class com.google.api.services.script.model.ListDeploymentsResponse
The token that can be used in the next call to get the next page of results.
setNextPageToken(String) - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
Token for the next page of results.
setNextPageToken(String) - Method in class com.google.api.services.script.model.ListUserProcessesResponse
Token for the next page of results.
setNextPageToken(String) - Method in class com.google.api.services.script.model.ListVersionsResponse
The token use to fetch the next page of records.
setOauthToken(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setOauthToken(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setOauthToken(String) - Method in class com.google.api.services.script.ScriptRequest
OAuth 2.0 token for the current user.
setPageSize(Integer) - Method in class com.google.api.services.script.Script.Processes.List
The maximum number of returned processes per page of results.
setPageSize(Integer) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The maximum number of returned processes per page of results.
setPageSize(Integer) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The maximum number of deployments on each returned page.
setPageSize(Integer) - Method in class com.google.api.services.script.Script.Projects.Versions.List
The maximum number of versions on each returned page.
setPageToken(String) - Method in class com.google.api.services.script.Script.Processes.List
The token for continuing a previous list request on the next page.
setPageToken(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The token for continuing a previous list request on the next page.
setPageToken(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The token for continuing a previous list request on the next page.
setPageToken(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
The token for continuing a previous list request on the next page.
setParameters(List<Object>) - Method in class com.google.api.services.script.model.ExecutionRequest
The parameters to be passed to the function being executed.
setParentId(String) - Method in class com.google.api.services.script.model.CreateProjectRequest
The Drive ID of a parent file that the created script project is bound to.
setParentId(String) - Method in class com.google.api.services.script.model.Project
The parent's Drive ID that the script will be attached to.
setPhotoUrl(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeUser
The user's photo.
setPostInstallTipUrl(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required post install tip URL.
setPp(Boolean) - Method in class com.google.api.services.script.Script.Processes.List
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Create
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Get
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setPp(Boolean) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setPp(Boolean) - Method in class com.google.api.services.script.ScriptRequest
Pretty-print response.
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Processes.List
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Create
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Get
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.script.ScriptRequest
Returns response with indentations and line breaks.
setProcesses(List<GoogleAppsScriptTypeProcess>) - Method in class com.google.api.services.script.model.ListScriptProcessesResponse
List of processes matching request parameters.
setProcesses(List<GoogleAppsScriptTypeProcess>) - Method in class com.google.api.services.script.model.ListUserProcessesResponse
List of processes matching request parameters.
setProcessStatus(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executions status.
setProcessType(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executions type.
setProjectName(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Name of the script being executed.
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setQuotaUser(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setQuotaUser(String) - Method in class com.google.api.services.script.ScriptRequest
Available to use for quota purposes for server-side applications.
setReportIssueUrl(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's optional report issue URL.
setRequestHeaders(HttpHeaders) - Method in class com.google.api.services.script.ScriptRequest
 
setResponse(Map<String, Object>) - Method in class com.google.api.services.script.model.Operation
If the script function returns successfully, this field contains an ExecutionResponse object with the function's return value.
setResult(Object) - Method in class com.google.api.services.script.model.ExecutionResponse
The return value of the script function.
setRootUrl(String) - Method in class com.google.api.services.script.Script.Builder
 
setScopeSet(GoogleAppsScriptTypeScopeSet) - Method in class com.google.api.services.script.model.Deployment
Set of scopes required by the deployment.
setScriptId(String) - Method in class com.google.api.services.script.model.Content
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.model.DeploymentConfig
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.model.Project
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.model.Version
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
The script ID of the project whose processes are listed.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Get
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
Required field indicating the script to get metrics for.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
The script project's Drive ID.
setScriptId(String) - Method in class com.google.api.services.script.Script.Scripts.Run
The script ID of the script to be executed.
setScriptProcessFilterDeploymentId(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
setScriptProcessFilterEndTime(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those that completed on or before the given timestamp.
setScriptProcessFilterFunctionName(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those originating from a script function with the given function name.
setScriptProcessFilterStartTime(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those that were started on or after the given timestamp.
setScriptProcessFilterStatuses(List<String>) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified process statuses.
setScriptProcessFilterTypes(List<String>) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified process types.
setScriptProcessFilterUserAccessLevels(List<String>) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
Optional field used to limit returned processes to those having one of the specified user access levels.
setScriptRequestInitializer(ScriptRequestInitializer) - Method in class com.google.api.services.script.Script.Builder
setScriptStackTraceElements(List<ScriptStackTraceElement>) - Method in class com.google.api.services.script.model.ExecutionError
An array of objects that provide a stack trace through the script to show where the execution failed, with the deepest call first.
setServicePath(String) - Method in class com.google.api.services.script.Script.Builder
 
setSessionState(String) - Method in class com.google.api.services.script.model.ExecutionRequest
For Android add-ons only.
setSource(String) - Method in class com.google.api.services.script.model.File
The file content.
setStartTime(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
Time the execution started.
setStartTime(String) - Method in class com.google.api.services.script.model.MetricsValue
Required field indicating the start time of the interval.
setSuppressAllChecks(boolean) - Method in class com.google.api.services.script.Script.Builder
 
setSuppressPatternChecks(boolean) - Method in class com.google.api.services.script.Script.Builder
 
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.services.script.Script.Builder
 
setTitle(String) - Method in class com.google.api.services.script.model.CreateProjectRequest
The title for the project.
setTitle(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeAddOnEntryPoint
The add-on's required title.
setTitle(String) - Method in class com.google.api.services.script.model.Project
The title for the project.
setTotalExecutions(List<MetricsValue>) - Method in class com.google.api.services.script.model.Metrics
Number of total executions.
setType(String) - Method in class com.google.api.services.script.model.File
The type of the file.
setUpdateTime(String) - Method in class com.google.api.services.script.model.Deployment
Last modified date time stamp.
setUpdateTime(String) - Method in class com.google.api.services.script.model.File
Last modified date timestamp.
setUpdateTime(String) - Method in class com.google.api.services.script.model.Project
When the script was last updated.
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setUploadProtocol(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setUploadProtocol(String) - Method in class com.google.api.services.script.ScriptRequest
Upload protocol for media (e.g.
setUploadType(String) - Method in class com.google.api.services.script.Script.Processes.List
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Processes.ListScriptProcesses
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Create
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Create
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Delete
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Get
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.List
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Deployments.Update
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Get
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.GetContent
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.GetMetrics
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.UpdateContent
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Create
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Projects.Versions.List
 
setUploadType(String) - Method in class com.google.api.services.script.Script.Scripts.Run
 
setUploadType(String) - Method in class com.google.api.services.script.ScriptRequest
Legacy upload protocol for media (e.g.
setUrl(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeWebAppEntryPoint
The URL for the web application.
setUserAccessLevel(String) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeProcess
The executing users access level to the script.
setUserProcessFilterDeploymentId(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with a specific deployment ID.
setUserProcessFilterEndTime(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those that completed on or before the given timestamp.
setUserProcessFilterFunctionName(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from a script function with the given function name.
setUserProcessFilterProjectName(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with project names containing a specific string.
setUserProcessFilterScriptId(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those originating from projects with a specific script ID.
setUserProcessFilterStartTime(String) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those that were started on or after the given timestamp.
setUserProcessFilterStatuses(List<String>) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified process statuses.
setUserProcessFilterTypes(List<String>) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified process types.
setUserProcessFilterUserAccessLevels(List<String>) - Method in class com.google.api.services.script.Script.Processes.List
Optional field used to limit returned processes to those having one of the specified user access levels.
setValue(BigInteger) - Method in class com.google.api.services.script.model.MetricsValue
Indicates the number of executions counted.
setValues(List<GoogleAppsScriptTypeFunction>) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeFunctionSet
A list of functions composing the set.
setValues(List<GoogleAppsScriptTypeScope>) - Method in class com.google.api.services.script.model.GoogleAppsScriptTypeScopeSet
List of scope values in the set.
setVersionNumber(Integer) - Method in class com.google.api.services.script.model.DeploymentConfig
The version number on which this deployment is based.
setVersionNumber(Integer) - Method in class com.google.api.services.script.model.Version
The incremental ID that is created by Apps Script when a version is created.
setVersionNumber(Integer) - Method in class com.google.api.services.script.Script.Projects.GetContent
The version number of the project to retrieve.
setVersionNumber(Integer) - Method in class com.google.api.services.script.Script.Projects.Versions.Get
The version number.
setVersions(List<Version>) - Method in class com.google.api.services.script.model.ListVersionsResponse
The list of versions.
setWebApp(GoogleAppsScriptTypeWebAppEntryPoint) - Method in class com.google.api.services.script.model.EntryPoint
An entry point specification for web apps.
SPREADSHEETS - Static variable in class com.google.api.services.script.ScriptScopes
View and manage your spreadsheets in Google Drive.
Status - Class in com.google.api.services.script.model
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body's error field contains this `Status` object.
Status() - Constructor for class com.google.api.services.script.model.Status
 

U

update(String, String, UpdateDeploymentRequest) - Method in class com.google.api.services.script.Script.Projects.Deployments
Updates a deployment of an Apps Script project.
updateContent(String, Content) - Method in class com.google.api.services.script.Script.Projects
Updates the content of the specified script project.
UpdateDeploymentRequest - Class in com.google.api.services.script.model
Request with deployment information to update an existing deployment.
UpdateDeploymentRequest() - Constructor for class com.google.api.services.script.model.UpdateDeploymentRequest
 
USERINFO_EMAIL - Static variable in class com.google.api.services.script.ScriptScopes
View your email address.

V

Version - Class in com.google.api.services.script.model
A resource representing a script project version.
Version() - Constructor for class com.google.api.services.script.model.Version
 
versions() - Method in class com.google.api.services.script.Script.Projects
An accessor for creating requests from the Versions collection.

W

WWW_GOOGLE_COM_CALENDAR_FEEDS - Static variable in class com.google.api.services.script.ScriptScopes
Manage your calendars.
WWW_GOOGLE_COM_M8_FEEDS - Static variable in class com.google.api.services.script.ScriptScopes
Manage your contacts.
A B C D E F G I L M O P R S U V W