public final class Operation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Apps Script Execution API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
Operation |
clone() |
java.lang.Boolean |
getDone()
This field is not used.
|
Status |
getError()
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception,
this field will contain a `Status` object.
|
java.util.Map<java.lang.String,java.lang.Object> |
getMetadata()
This field is not used.
|
java.lang.String |
getName()
This field is not used.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResponse()
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.
|
Operation |
set(java.lang.String fieldName,
java.lang.Object value) |
Operation |
setDone(java.lang.Boolean done)
This field is not used.
|
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 |
setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
This field is not used.
|
Operation |
setName(java.lang.String name)
This field is not used.
|
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Boolean getDone()
null
for nonepublic Operation setDone(java.lang.Boolean done)
done
- done or null
for nonepublic Status getError()
null
for nonepublic Operation setError(Status error)
error
- error or null
for nonepublic java.util.Map<java.lang.String,java.lang.Object> getMetadata()
null
for nonepublic Operation setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
metadata
- metadata or null
for nonepublic java.lang.String getName()
null
for nonepublic Operation setName(java.lang.String name)
name
- name or null
for nonepublic java.util.Map<java.lang.String,java.lang.Object> getResponse()
null
for nonepublic Operation setResponse(java.util.Map<java.lang.String,java.lang.Object> response)
response
- response or null
for nonepublic Operation set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Operation clone()
clone
in class com.google.api.client.json.GenericJson