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

com.google.cloud.dataproc.v1.NodeGroupOperationMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataproc/v1/operations.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dataproc.v1;

public interface NodeGroupOperationMetadataOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1.NodeGroupOperationMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. Node group ID for the operation.
   * 
* * string node_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The nodeGroupId. */ java.lang.String getNodeGroupId(); /** * * *
   * Output only. Node group ID for the operation.
   * 
* * string node_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for nodeGroupId. */ com.google.protobuf.ByteString getNodeGroupIdBytes(); /** * * *
   * Output only. Cluster UUID associated with the node group operation.
   * 
* * string cluster_uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The clusterUuid. */ java.lang.String getClusterUuid(); /** * * *
   * Output only. Cluster UUID associated with the node group operation.
   * 
* * string cluster_uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for clusterUuid. */ com.google.protobuf.ByteString getClusterUuidBytes(); /** * * *
   * Output only. Current operation status.
   * 
* * * .google.cloud.dataproc.v1.ClusterOperationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the status field is set. */ boolean hasStatus(); /** * * *
   * Output only. Current operation status.
   * 
* * * .google.cloud.dataproc.v1.ClusterOperationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The status. */ com.google.cloud.dataproc.v1.ClusterOperationStatus getStatus(); /** * * *
   * Output only. Current operation status.
   * 
* * * .google.cloud.dataproc.v1.ClusterOperationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataproc.v1.ClusterOperationStatusOrBuilder getStatusOrBuilder(); /** * * *
   * Output only. The previous operation status.
   * 
* * * repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getStatusHistoryList(); /** * * *
   * Output only. The previous operation status.
   * 
* * * repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataproc.v1.ClusterOperationStatus getStatusHistory(int index); /** * * *
   * Output only. The previous operation status.
   * 
* * * repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getStatusHistoryCount(); /** * * *
   * Output only. The previous operation status.
   * 
* * * repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getStatusHistoryOrBuilderList(); /** * * *
   * Output only. The previous operation status.
   * 
* * * repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataproc.v1.ClusterOperationStatusOrBuilder getStatusHistoryOrBuilder(int index); /** * * *
   * The operation type.
   * 
* * * .google.cloud.dataproc.v1.NodeGroupOperationMetadata.NodeGroupOperationType operation_type = 5; * * * @return The enum numeric value on the wire for operationType. */ int getOperationTypeValue(); /** * * *
   * The operation type.
   * 
* * * .google.cloud.dataproc.v1.NodeGroupOperationMetadata.NodeGroupOperationType operation_type = 5; * * * @return The operationType. */ com.google.cloud.dataproc.v1.NodeGroupOperationMetadata.NodeGroupOperationType getOperationType(); /** * * *
   * Output only. Short description of operation.
   * 
* * string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * Output only. Short description of operation.
   * 
* * string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Output only. Labels associated with the operation.
   * 
* * map<string, string> labels = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getLabelsCount(); /** * * *
   * Output only. Labels associated with the operation.
   * 
* * map<string, string> labels = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * Output only. Labels associated with the operation.
   * 
* * map<string, string> labels = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.Map getLabelsMap(); /** * * *
   * Output only. Labels associated with the operation.
   * 
* * map<string, string> labels = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Output only. Labels associated with the operation.
   * 
* * map<string, string> labels = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Output only. Errors encountered during operation execution.
   * 
* * repeated string warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return A list containing the warnings. */ java.util.List getWarningsList(); /** * * *
   * Output only. Errors encountered during operation execution.
   * 
* * repeated string warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The count of warnings. */ int getWarningsCount(); /** * * *
   * Output only. Errors encountered during operation execution.
   * 
* * repeated string warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @param index The index of the element to return. * @return The warnings at the given index. */ java.lang.String getWarnings(int index); /** * * *
   * Output only. Errors encountered during operation execution.
   * 
* * repeated string warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @param index The index of the value to return. * @return The bytes of the warnings at the given index. */ com.google.protobuf.ByteString getWarningsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy