
target.apidocs.com.google.api.services.dataproc.model.NodeGroupOperationMetadata.html Maven / Gradle / Ivy
NodeGroupOperationMetadata (Cloud Dataproc API v1-rev20240605-2.0.0)
com.google.api.services.dataproc.model
Class NodeGroupOperationMetadata
- 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.NodeGroupOperationMetadata
-
public final class NodeGroupOperationMetadata
extends com.google.api.client.json.GenericJson
Metadata describing the node group 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
NodeGroupOperationMetadata()
-
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
-
getClusterUuid
public String getClusterUuid()
Output only. Cluster UUID associated with the node group operation.
- Returns:
- value or
null
for none
-
setClusterUuid
public NodeGroupOperationMetadata setClusterUuid(String clusterUuid)
Output only. Cluster UUID associated with the node group 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 NodeGroupOperationMetadata 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 NodeGroupOperationMetadata setLabels(Map<String,String> labels)
Output only. Labels associated with the operation.
- Parameters:
labels
- labels or null
for none
-
getNodeGroupId
public String getNodeGroupId()
Output only. Node group ID for the operation.
- Returns:
- value or
null
for none
-
setNodeGroupId
public NodeGroupOperationMetadata setNodeGroupId(String nodeGroupId)
Output only. Node group ID for the operation.
- Parameters:
nodeGroupId
- nodeGroupId or null
for none
-
getOperationType
public String getOperationType()
The operation type.
- Returns:
- value or
null
for none
-
setOperationType
public NodeGroupOperationMetadata setOperationType(String operationType)
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 NodeGroupOperationMetadata 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 NodeGroupOperationMetadata 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 NodeGroupOperationMetadata setWarnings(List<String> warnings)
Output only. Errors encountered during operation execution.
- Parameters:
warnings
- warnings or null
for none
-
set
public NodeGroupOperationMetadata set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public NodeGroupOperationMetadata 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