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 Apps Script 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
clone() |
Boolean |
getDone()
This field indicates whether the script execution has completed.
|
Status |
getError()
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception,
this field contains a Status object.
|
Map<String,Object> |
getResponse()
If the script function returns successfully, this field contains an ExecutionResponse object
with the function's return value.
|
Operation |
set(String fieldName,
Object value) |
Operation |
setDone(Boolean done)
This field indicates whether the script execution has completed.
|
Operation |
setError(Status error)
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception,
this field contains a Status object.
|
Operation |
setResponse(Map<String,Object> response)
If the script function returns successfully, this field contains an ExecutionResponse object
with the function's return value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getDone()
null for nonepublic Operation setDone(Boolean done)
done - done or null for nonepublic Status getError()
null for nonepublic Operation setError(Status error)
error - error or null for nonepublic Map<String,Object> getResponse()
null for nonepublic Operation setResponse(Map<String,Object> response)
response - response or null for nonepublic Operation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Operation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.