public final class OperationMetadata
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 Notebooks 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 |
|---|
OperationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
OperationMetadata |
clone() |
String |
getApiVersion()
API version used to start the operation.
|
String |
getCreateTime()
The time the operation was created.
|
String |
getEndpoint()
API endpoint name of this operation.
|
String |
getEndTime()
The time the operation finished running.
|
Boolean |
getRequestedCancellation()
Identifies whether the user has requested cancellation of the operation.
|
String |
getStatusMessage()
Human-readable status of the operation, if any.
|
String |
getTarget()
Server-defined resource path for the target of the operation.
|
String |
getVerb()
Name of the verb executed by the operation.
|
OperationMetadata |
set(String fieldName,
Object value) |
OperationMetadata |
setApiVersion(String apiVersion)
API version used to start the operation.
|
OperationMetadata |
setCreateTime(String createTime)
The time the operation was created.
|
OperationMetadata |
setEndpoint(String endpoint)
API endpoint name of this operation.
|
OperationMetadata |
setEndTime(String endTime)
The time the operation finished running.
|
OperationMetadata |
setRequestedCancellation(Boolean requestedCancellation)
Identifies whether the user has requested cancellation of the operation.
|
OperationMetadata |
setStatusMessage(String statusMessage)
Human-readable status of the operation, if any.
|
OperationMetadata |
setTarget(String target)
Server-defined resource path for the target of the operation.
|
OperationMetadata |
setVerb(String verb)
Name of the verb executed by the operation.
|
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 String getApiVersion()
null for nonepublic OperationMetadata setApiVersion(String apiVersion)
apiVersion - apiVersion or null for nonepublic String getCreateTime()
null for nonepublic OperationMetadata setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getEndTime()
null for nonepublic OperationMetadata setEndTime(String endTime)
endTime - endTime or null for nonepublic String getEndpoint()
null for nonepublic OperationMetadata setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic Boolean getRequestedCancellation()
null for nonepublic OperationMetadata setRequestedCancellation(Boolean requestedCancellation)
requestedCancellation - requestedCancellation or null for nonepublic String getStatusMessage()
null for nonepublic OperationMetadata setStatusMessage(String statusMessage)
statusMessage - statusMessage or null for nonepublic String getTarget()
null for nonepublic OperationMetadata setTarget(String target)
target - target or null for nonepublic String getVerb()
null for nonepublic OperationMetadata setVerb(String verb)
verb - verb or null for nonepublic OperationMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OperationMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.