All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

    • Constructor Detail

      • NodeGroupOperationMetadata

        public NodeGroupOperationMetadata()
    • 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
      • 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
      • getStatusHistory

        public List<ClusterOperationStatus> getStatusHistory()
        Output only. The previous operation status.
        Returns:
        value 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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy