Package | Description |
---|---|
com.google.api.services.script | |
com.google.api.services.script.model |
Class and Description |
---|
ExecutionRequest
A request to run the function in a script.
|
Class and Description |
---|
ExecutionError
An object that provides information about the nature of an error in the Apps Script Execution
API.
|
ExecutionRequest
A request to run the function in a script.
|
ExecutionResponse
An object that provides the return value of a function executed through the Apps Script Execution
API.
|
JoinAsyncRequest
A request to retrieve the results from a collection of requests, specified by the operation
resource names.
|
JoinAsyncResponse
An object that provides the return value for the JoinAsync method.
|
Operation
The response will not arrive until the function finishes executing.
|
ScriptStackTraceElement
A stack trace through the script that shows where the execution failed.
|
Status
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the
response body's `error` field will contain this `Status` object.
|