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 Drive 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
Operation |
clone() |
Boolean |
getDone()
If the value is `false`, it means the operation is still in progress.
|
Status |
getError()
The error result of the operation in case of failure or cancellation.
|
Map<String,Object> |
getMetadata()
Service-specific metadata associated with the operation.
|
String |
getName()
The server-assigned name, which is only unique within the same service that originally returns
it.
|
Map<String,Object> |
getResponse()
The normal, successful response of the operation.
|
Operation |
set(String fieldName,
Object value) |
Operation |
setDone(Boolean done)
If the value is `false`, it means the operation is still in progress.
|
Operation |
setError(Status error)
The error result of the operation in case of failure or cancellation.
|
Operation |
setMetadata(Map<String,Object> metadata)
Service-specific metadata associated with the operation.
|
Operation |
setName(String name)
The server-assigned name, which is only unique within the same service that originally returns
it.
|
Operation |
setResponse(Map<String,Object> response)
The normal, successful response of the operation.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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> getMetadata()
null
for nonepublic Operation setMetadata(Map<String,Object> metadata)
metadata
- metadata or null
for nonepublic String getName()
null
for nonepublic Operation setName(String name)
name
- name 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.GenericJson
public Operation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.