public final class SessionOperationMetadata
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 Cloud Dataproc 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 |
|---|
SessionOperationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SessionOperationMetadata |
clone() |
String |
getCreateTime()
The time when the operation was created.
|
String |
getDescription()
Short description of the operation.
|
String |
getDoneTime()
The time when the operation was finished.
|
Map<String,String> |
getLabels()
Labels associated with the operation.
|
String |
getOperationType()
The operation type.
|
String |
getSession()
Name of the session for the operation.
|
String |
getSessionUuid()
Session UUID for the operation.
|
List<String> |
getWarnings()
Warnings encountered during operation execution.
|
SessionOperationMetadata |
set(String fieldName,
Object value) |
SessionOperationMetadata |
setCreateTime(String createTime)
The time when the operation was created.
|
SessionOperationMetadata |
setDescription(String description)
Short description of the operation.
|
SessionOperationMetadata |
setDoneTime(String doneTime)
The time when the operation was finished.
|
SessionOperationMetadata |
setLabels(Map<String,String> labels)
Labels associated with the operation.
|
SessionOperationMetadata |
setOperationType(String operationType)
The operation type.
|
SessionOperationMetadata |
setSession(String session)
Name of the session for the operation.
|
SessionOperationMetadata |
setSessionUuid(String sessionUuid)
Session UUID for the operation.
|
SessionOperationMetadata |
setWarnings(List<String> warnings)
Warnings encountered during operation execution.
|
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 getCreateTime()
null for nonepublic SessionOperationMetadata setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDescription()
null for nonepublic SessionOperationMetadata setDescription(String description)
description - description or null for nonepublic String getDoneTime()
null for nonepublic SessionOperationMetadata setDoneTime(String doneTime)
doneTime - doneTime or null for nonepublic Map<String,String> getLabels()
null for nonepublic SessionOperationMetadata setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getOperationType()
null for nonepublic SessionOperationMetadata setOperationType(String operationType)
operationType - operationType or null for nonepublic String getSession()
null for nonepublic SessionOperationMetadata setSession(String session)
session - session or null for nonepublic String getSessionUuid()
null for nonepublic SessionOperationMetadata setSessionUuid(String sessionUuid)
sessionUuid - sessionUuid or null for nonepublic List<String> getWarnings()
null for nonepublic SessionOperationMetadata setWarnings(List<String> warnings)
warnings - warnings or null for nonepublic SessionOperationMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SessionOperationMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.