Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.clone() |
Operation |
Operation.set(java.lang.String fieldName,
java.lang.Object value) |
Operation |
Operation.setDone(java.lang.Boolean done)
This field is not used.
|
Operation |
Operation.setError(Status error)
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception,
this field will contain a `Status` object.
|
Operation |
Operation.setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
This field is not used.
|
Operation |
Operation.setName(java.lang.String name)
This field is not used.
|
Operation |
Operation.setResponse(java.util.Map<java.lang.String,java.lang.Object> response)
If the script function returns successfully, this field will contain an `ExecutionResponse`
object with the function's return value as the object's `result` field.
|