public interface ClusterOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Output only.
|
String |
getClusterName()
Output only.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Output only.
|
String |
getClusterUuid()
Output only.
|
com.google.protobuf.ByteString |
getClusterUuidBytes()
Output only.
|
String |
getDescription()
Output only.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Output only.
|
Map<String,String> |
getLabelsMap()
Output only.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Output only.
|
String |
getLabelsOrThrow(String key)
Output only.
|
String |
getOperationType()
Output only.
|
com.google.protobuf.ByteString |
getOperationTypeBytes()
Output only.
|
ClusterOperationStatus |
getStatus()
Output only.
|
ClusterOperationStatus |
getStatusHistory(int index)
Output only.
|
int |
getStatusHistoryCount()
Output only.
|
List<ClusterOperationStatus> |
getStatusHistoryList()
Output only.
|
ClusterOperationStatusOrBuilder |
getStatusHistoryOrBuilder(int index)
Output only.
|
List<? extends ClusterOperationStatusOrBuilder> |
getStatusHistoryOrBuilderList()
Output only.
|
ClusterOperationStatusOrBuilder |
getStatusOrBuilder()
Output only.
|
String |
getWarnings(int index)
Output only.
|
com.google.protobuf.ByteString |
getWarningsBytes(int index)
Output only.
|
int |
getWarningsCount()
Output only.
|
List<String> |
getWarningsList()
Output only.
|
boolean |
hasStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
Output only. Name of the cluster for the operation.
string cluster_name = 7;com.google.protobuf.ByteString getClusterNameBytes()
Output only. Name of the cluster for the operation.
string cluster_name = 7;String getClusterUuid()
Output only. Cluster UUID for the operation.
string cluster_uuid = 8;com.google.protobuf.ByteString getClusterUuidBytes()
Output only. Cluster UUID for the operation.
string cluster_uuid = 8;boolean hasStatus()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9;ClusterOperationStatus getStatus()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9;ClusterOperationStatusOrBuilder getStatusOrBuilder()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9;List<ClusterOperationStatus> getStatusHistoryList()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10;ClusterOperationStatus getStatusHistory(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10;int getStatusHistoryCount()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10;List<? extends ClusterOperationStatusOrBuilder> getStatusHistoryOrBuilderList()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10;ClusterOperationStatusOrBuilder getStatusHistoryOrBuilder(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10;String getOperationType()
Output only. The operation type.
string operation_type = 11;com.google.protobuf.ByteString getOperationTypeBytes()
Output only. The operation type.
string operation_type = 11;String getDescription()
Output only. Short description of operation.
string description = 12;com.google.protobuf.ByteString getDescriptionBytes()
Output only. Short description of operation.
string description = 12;int getLabelsCount()
Output only. Labels associated with the operation
map<string, string> labels = 13;boolean containsLabels(String key)
Output only. Labels associated with the operation
map<string, string> labels = 13;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Output only. Labels associated with the operation
map<string, string> labels = 13;String getLabelsOrDefault(String key, String defaultValue)
Output only. Labels associated with the operation
map<string, string> labels = 13;String getLabelsOrThrow(String key)
Output only. Labels associated with the operation
map<string, string> labels = 13;List<String> getWarningsList()
Output only. Errors encountered during operation execution.
repeated string warnings = 14;int getWarningsCount()
Output only. Errors encountered during operation execution.
repeated string warnings = 14;String getWarnings(int index)
Output only. Errors encountered during operation execution.
repeated string warnings = 14;com.google.protobuf.ByteString getWarningsBytes(int index)
Output only. Errors encountered during operation execution.
repeated string warnings = 14;Copyright © 2019 Google LLC. All rights reserved.