- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class ClusterOperationMetadata.Builder extends GeneratedMessageV3.Builder<ClusterOperationMetadata.Builder> implements ClusterOperationMetadataOrBuilder
Metadata describing the operation.
Protobuf type google.cloud.dataproc.v1.ClusterOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ClusterOperationMetadata.BuilderImplements
ClusterOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllStatusHistory(Iterable<? extends ClusterOperationStatus> values)
public ClusterOperationMetadata.Builder addAllStatusHistory(Iterable<? extends ClusterOperationStatus> values)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Iterable<? extends com.google.cloud.dataproc.v1.ClusterOperationStatus> |
Type | Description |
ClusterOperationMetadata.Builder |
addAllWarnings(Iterable<String> values)
public ClusterOperationMetadata.Builder addAllWarnings(Iterable<String> values)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Iterable<String> The warnings to add. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClusterOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ClusterOperationMetadata.Builder |
addStatusHistory(ClusterOperationStatus value)
public ClusterOperationMetadata.Builder addStatusHistory(ClusterOperationStatus value)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ClusterOperationStatus |
Type | Description |
ClusterOperationMetadata.Builder |
addStatusHistory(ClusterOperationStatus.Builder builderForValue)
public ClusterOperationMetadata.Builder addStatusHistory(ClusterOperationStatus.Builder builderForValue)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | ClusterOperationStatus.Builder |
Type | Description |
ClusterOperationMetadata.Builder |
addStatusHistory(int index, ClusterOperationStatus value)
public ClusterOperationMetadata.Builder addStatusHistory(int index, ClusterOperationStatus value)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | ClusterOperationStatus |
Type | Description |
ClusterOperationMetadata.Builder |
addStatusHistory(int index, ClusterOperationStatus.Builder builderForValue)
public ClusterOperationMetadata.Builder addStatusHistory(int index, ClusterOperationStatus.Builder builderForValue)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | ClusterOperationStatus.Builder |
Type | Description |
ClusterOperationMetadata.Builder |
addStatusHistoryBuilder()
public ClusterOperationStatus.Builder addStatusHistoryBuilder()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationStatus.Builder |
addStatusHistoryBuilder(int index)
public ClusterOperationStatus.Builder addStatusHistoryBuilder(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
ClusterOperationStatus.Builder |
addWarnings(String value)
public ClusterOperationMetadata.Builder addWarnings(String value)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The warnings to add. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
addWarningsBytes(ByteString value)
public ClusterOperationMetadata.Builder addWarningsBytes(ByteString value)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes of the warnings to add. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
build()
public ClusterOperationMetadata build()
Type | Description |
ClusterOperationMetadata |
buildPartial()
public ClusterOperationMetadata buildPartial()
Type | Description |
ClusterOperationMetadata |
clear()
public ClusterOperationMetadata.Builder clear()
Type | Description |
ClusterOperationMetadata.Builder |
clearClusterName()
public ClusterOperationMetadata.Builder clearClusterName()
Output only. Name of the cluster for the operation.
string cluster_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
clearClusterUuid()
public ClusterOperationMetadata.Builder clearClusterUuid()
Output only. Cluster UUID for the operation.
string cluster_uuid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
clearDescription()
public ClusterOperationMetadata.Builder clearDescription()
Output only. Short description of operation.
string description = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ClusterOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ClusterOperationMetadata.Builder |
clearLabels()
public ClusterOperationMetadata.Builder clearLabels()
Type | Description |
ClusterOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ClusterOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ClusterOperationMetadata.Builder |
clearOperationType()
public ClusterOperationMetadata.Builder clearOperationType()
Output only. The operation type.
string operation_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
clearStatus()
public ClusterOperationMetadata.Builder clearStatus()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder |
clearStatusHistory()
public ClusterOperationMetadata.Builder clearStatusHistory()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder |
clearWarnings()
public ClusterOperationMetadata.Builder clearWarnings()
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
clone()
public ClusterOperationMetadata.Builder clone()
Type | Description |
ClusterOperationMetadata.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
boolean |
getClusterName()
public String getClusterName()
Output only. Name of the cluster for the operation.
string cluster_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The clusterName. |
getClusterNameBytes()
public ByteString getClusterNameBytes()
Output only. Name of the cluster for the operation.
string cluster_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for clusterName. |
getClusterUuid()
public String getClusterUuid()
Output only. Cluster UUID for the operation.
string cluster_uuid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The clusterUuid. |
getClusterUuidBytes()
public ByteString getClusterUuidBytes()
Output only. Cluster UUID for the operation.
string cluster_uuid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for clusterUuid. |
getDefaultInstanceForType()
public ClusterOperationMetadata getDefaultInstanceForType()
Type | Description |
ClusterOperationMetadata |
getDescription()
public String getDescription()
Output only. Short description of operation.
string description = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Output only. Short description of operation.
string description = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
String |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getOperationType()
public String getOperationType()
Output only. The operation type.
string operation_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The operationType. |
getOperationTypeBytes()
public ByteString getOperationTypeBytes()
Output only. The operation type.
string operation_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for operationType. |
getStatus()
public ClusterOperationStatus getStatus()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationStatus | The status. |
getStatusBuilder()
public ClusterOperationStatus.Builder getStatusBuilder()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationStatus.Builder |
getStatusHistory(int index)
public ClusterOperationStatus getStatusHistory(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
ClusterOperationStatus |
getStatusHistoryBuilder(int index)
public ClusterOperationStatus.Builder getStatusHistoryBuilder(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
ClusterOperationStatus.Builder |
getStatusHistoryBuilderList()
public List<ClusterOperationStatus.Builder> getStatusHistoryBuilderList()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Builder> |
getStatusHistoryCount()
public int getStatusHistoryCount()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getStatusHistoryList()
public List<ClusterOperationStatus> getStatusHistoryList()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<ClusterOperationStatus> |
getStatusHistoryOrBuilder(int index)
public ClusterOperationStatusOrBuilder getStatusHistoryOrBuilder(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
ClusterOperationStatusOrBuilder |
getStatusHistoryOrBuilderList()
public List<? extends ClusterOperationStatusOrBuilder> getStatusHistoryOrBuilderList()
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<? extends com.google.cloud.dataproc.v1.ClusterOperationStatusOrBuilder> |
getStatusOrBuilder()
public ClusterOperationStatusOrBuilder getStatusOrBuilder()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ClusterOperationStatusOrBuilder |
getWarnings(int index)
public String getWarnings(int index)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The warnings at the given index. |
getWarningsBytes(int index)
public ByteString getWarningsBytes(int index)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the warnings at the given index. |
getWarningsCount()
public int getWarningsCount()
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The count of warnings. |
getWarningsList()
public ProtocolStringList getWarningsList()
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ProtocolStringList | A list containing the warnings. |
hasStatus()
public boolean hasStatus()
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ClusterOperationMetadata other)
public ClusterOperationMetadata.Builder mergeFrom(ClusterOperationMetadata other)
Name | Description |
other | ClusterOperationMetadata |
Type | Description |
ClusterOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ClusterOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterOperationMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ClusterOperationMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ClusterOperationMetadata.Builder |
mergeStatus(ClusterOperationStatus value)
public ClusterOperationMetadata.Builder mergeStatus(ClusterOperationStatus value)
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ClusterOperationStatus |
Type | Description |
ClusterOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClusterOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ClusterOperationMetadata.Builder |
putAllLabels(Map<String,String> values)
public ClusterOperationMetadata.Builder putAllLabels(Map<String,String> values)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Map<String,String> |
Type | Description |
ClusterOperationMetadata.Builder |
putLabels(String key, String value)
public ClusterOperationMetadata.Builder putLabels(String key, String value)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
value | String |
Type | Description |
ClusterOperationMetadata.Builder |
removeLabels(String key)
public ClusterOperationMetadata.Builder removeLabels(String key)
Output only. Labels associated with the operation
map<string, string> labels = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
ClusterOperationMetadata.Builder |
removeStatusHistory(int index)
public ClusterOperationMetadata.Builder removeStatusHistory(int index)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
ClusterOperationMetadata.Builder |
setClusterName(String value)
public ClusterOperationMetadata.Builder setClusterName(String value)
Output only. Name of the cluster for the operation.
string cluster_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The clusterName to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setClusterNameBytes(ByteString value)
public ClusterOperationMetadata.Builder setClusterNameBytes(ByteString value)
Output only. Name of the cluster for the operation.
string cluster_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for clusterName to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setClusterUuid(String value)
public ClusterOperationMetadata.Builder setClusterUuid(String value)
Output only. Cluster UUID for the operation.
string cluster_uuid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The clusterUuid to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setClusterUuidBytes(ByteString value)
public ClusterOperationMetadata.Builder setClusterUuidBytes(ByteString value)
Output only. Cluster UUID for the operation.
string cluster_uuid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for clusterUuid to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setDescription(String value)
public ClusterOperationMetadata.Builder setDescription(String value)
Output only. Short description of operation.
string description = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The description to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public ClusterOperationMetadata.Builder setDescriptionBytes(ByteString value)
Output only. Short description of operation.
string description = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ClusterOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ClusterOperationMetadata.Builder |
setOperationType(String value)
public ClusterOperationMetadata.Builder setOperationType(String value)
Output only. The operation type.
string operation_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The operationType to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setOperationTypeBytes(ByteString value)
public ClusterOperationMetadata.Builder setOperationTypeBytes(ByteString value)
Output only. The operation type.
string operation_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for operationType to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClusterOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ClusterOperationMetadata.Builder |
setStatus(ClusterOperationStatus value)
public ClusterOperationMetadata.Builder setStatus(ClusterOperationStatus value)
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ClusterOperationStatus |
Type | Description |
ClusterOperationMetadata.Builder |
setStatus(ClusterOperationStatus.Builder builderForValue)
public ClusterOperationMetadata.Builder setStatus(ClusterOperationStatus.Builder builderForValue)
Output only. Current operation status.
.google.cloud.dataproc.v1.ClusterOperationStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | ClusterOperationStatus.Builder |
Type | Description |
ClusterOperationMetadata.Builder |
setStatusHistory(int index, ClusterOperationStatus value)
public ClusterOperationMetadata.Builder setStatusHistory(int index, ClusterOperationStatus value)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | ClusterOperationStatus |
Type | Description |
ClusterOperationMetadata.Builder |
setStatusHistory(int index, ClusterOperationStatus.Builder builderForValue)
public ClusterOperationMetadata.Builder setStatusHistory(int index, ClusterOperationStatus.Builder builderForValue)
Output only. The previous operation status.
repeated .google.cloud.dataproc.v1.ClusterOperationStatus status_history = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | ClusterOperationStatus.Builder |
Type | Description |
ClusterOperationMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ClusterOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ClusterOperationMetadata.Builder |
setWarnings(int index, String value)
public ClusterOperationMetadata.Builder setWarnings(int index, String value)
Output only. Errors encountered during operation execution.
repeated string warnings = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index to set the value at. |
value | String The warnings to set. |
Type | Description |
ClusterOperationMetadata.Builder | This builder for chaining. |