target.apidocs.com.google.api.services.dataproc.model.SessionOperationMetadata.html Maven / Gradle / Ivy
The newest version!
SessionOperationMetadata (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class SessionOperationMetadata
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.SessionOperationMetadata
-
public final class SessionOperationMetadata
extends com.google.api.client.json.GenericJson
Metadata describing the Session operation.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
SessionOperationMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCreateTime
public String getCreateTime()
The time when the operation was created.
- Returns:
- value or
null
for none
-
setCreateTime
public SessionOperationMetadata setCreateTime(String createTime)
The time when the operation was created.
- Parameters:
createTime
- createTime or null
for none
-
getDescription
public String getDescription()
Short description of the operation.
- Returns:
- value or
null
for none
-
setDescription
public SessionOperationMetadata setDescription(String description)
Short description of the operation.
- Parameters:
description
- description or null
for none
-
getDoneTime
public String getDoneTime()
The time when the operation was finished.
- Returns:
- value or
null
for none
-
setDoneTime
public SessionOperationMetadata setDoneTime(String doneTime)
The time when the operation was finished.
- Parameters:
doneTime
- doneTime or null
for none
-
getLabels
public Map<String,String> getLabels()
Labels associated with the operation.
- Returns:
- value or
null
for none
-
setLabels
public SessionOperationMetadata setLabels(Map<String,String> labels)
Labels associated with the operation.
- Parameters:
labels
- labels or null
for none
-
getOperationType
public String getOperationType()
The operation type.
- Returns:
- value or
null
for none
-
setOperationType
public SessionOperationMetadata setOperationType(String operationType)
The operation type.
- Parameters:
operationType
- operationType or null
for none
-
getSession
public String getSession()
Name of the session for the operation.
- Returns:
- value or
null
for none
-
setSession
public SessionOperationMetadata setSession(String session)
Name of the session for the operation.
- Parameters:
session
- session or null
for none
-
getSessionUuid
public String getSessionUuid()
Session UUID for the operation.
- Returns:
- value or
null
for none
-
setSessionUuid
public SessionOperationMetadata setSessionUuid(String sessionUuid)
Session UUID for the operation.
- Parameters:
sessionUuid
- sessionUuid or null
for none
-
getWarnings
public List<String> getWarnings()
Warnings encountered during operation execution.
- Returns:
- value or
null
for none
-
setWarnings
public SessionOperationMetadata setWarnings(List<String> warnings)
Warnings encountered during operation execution.
- Parameters:
warnings
- warnings or null
for none
-
set
public SessionOperationMetadata set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public SessionOperationMetadata clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy