target.apidocs.com.google.api.services.dataproc.model.ClusterOperationMetadata.html Maven / Gradle / Ivy
ClusterOperationMetadata (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class ClusterOperationMetadata
- 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.ClusterOperationMetadata
-
public final class ClusterOperationMetadata
extends com.google.api.client.json.GenericJson
Metadata describing the 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
ClusterOperationMetadata()
-
Method Summary
-
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
-
getChildOperationIds
public List<String> getChildOperationIds()
Output only. Child operation ids
- Returns:
- value or
null
for none
-
setChildOperationIds
public ClusterOperationMetadata setChildOperationIds(List<String> childOperationIds)
Output only. Child operation ids
- Parameters:
childOperationIds
- childOperationIds or null
for none
-
getClusterName
public String getClusterName()
Output only. Name of the cluster for the operation.
- Returns:
- value or
null
for none
-
setClusterName
public ClusterOperationMetadata setClusterName(String clusterName)
Output only. Name of the cluster for the operation.
- Parameters:
clusterName
- clusterName or null
for none
-
getClusterUuid
public String getClusterUuid()
Output only. Cluster UUID for the operation.
- Returns:
- value or
null
for none
-
setClusterUuid
public ClusterOperationMetadata setClusterUuid(String clusterUuid)
Output only. Cluster UUID for the operation.
- Parameters:
clusterUuid
- clusterUuid or null
for none
-
getDescription
public String getDescription()
Output only. Short description of operation.
- Returns:
- value or
null
for none
-
setDescription
public ClusterOperationMetadata setDescription(String description)
Output only. Short description of operation.
- Parameters:
description
- description or null
for none
-
getLabels
public Map<String,String> getLabels()
Output only. Labels associated with the operation
- Returns:
- value or
null
for none
-
setLabels
public ClusterOperationMetadata setLabels(Map<String,String> labels)
Output only. Labels associated with the operation
- Parameters:
labels
- labels or null
for none
-
getOperationType
public String getOperationType()
Output only. The operation type.
- Returns:
- value or
null
for none
-
setOperationType
public ClusterOperationMetadata setOperationType(String operationType)
Output only. The operation type.
- Parameters:
operationType
- operationType or null
for none
-
getStatus
public ClusterOperationStatus getStatus()
Output only. Current operation status.
- Returns:
- value or
null
for none
-
setStatus
public ClusterOperationMetadata setStatus(ClusterOperationStatus status)
Output only. Current operation status.
- Parameters:
status
- status or null
for none
-
getStatusHistory
public List<ClusterOperationStatus> getStatusHistory()
Output only. The previous operation status.
- Returns:
- value or
null
for none
-
setStatusHistory
public ClusterOperationMetadata setStatusHistory(List<ClusterOperationStatus> statusHistory)
Output only. The previous operation status.
- Parameters:
statusHistory
- statusHistory or null
for none
-
getWarnings
public List<String> getWarnings()
Output only. Errors encountered during operation execution.
- Returns:
- value or
null
for none
-
setWarnings
public ClusterOperationMetadata setWarnings(List<String> warnings)
Output only. Errors encountered during operation execution.
- Parameters:
warnings
- warnings or null
for none
-
set
public ClusterOperationMetadata set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public ClusterOperationMetadata 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