- 4.75.0 (latest)
 - 4.73.0
 - 4.72.0
 - 4.71.0
 - 4.70.0
 - 4.69.0
 - 4.67.0
 - 4.65.0
 - 4.64.0
 - 4.61.0
 - 4.60.0
 - 4.59.0
 - 4.57.0
 - 4.56.0
 - 4.55.0
 - 4.54.0
 - 4.53.0
 - 4.52.0
 - 4.51.0
 - 4.50.0
 - 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 ClusterOperationStatus.Builder extends GeneratedMessageV3.Builder<ClusterOperationStatus.Builder> implements ClusterOperationStatusOrBuilderThe status of the operation.
 Protobuf type google.cloud.dataproc.v1.ClusterOperationStatus
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ClusterOperationStatus.BuilderImplements
ClusterOperationStatusOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClusterOperationStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
build()
public ClusterOperationStatus build()| Type | Description | 
| ClusterOperationStatus | 
buildPartial()
public ClusterOperationStatus buildPartial()| Type | Description | 
| ClusterOperationStatus | 
clear()
public ClusterOperationStatus.Builder clear()| Type | Description | 
| ClusterOperationStatus.Builder | 
clearDetails()
public ClusterOperationStatus.Builder clearDetails()Output only. A message containing any operation metadata details.
 string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public ClusterOperationStatus.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
clearInnerState()
public ClusterOperationStatus.Builder clearInnerState()Output only. A message containing the detailed operation state.
 string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ClusterOperationStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
clearState()
public ClusterOperationStatus.Builder clearState()Output only. A message containing the operation state.
 
 .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
clearStateStartTime()
public ClusterOperationStatus.Builder clearStateStartTime()Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ClusterOperationStatus.Builder | 
clone()
public ClusterOperationStatus.Builder clone()| Type | Description | 
| ClusterOperationStatus.Builder | 
getDefaultInstanceForType()
public ClusterOperationStatus getDefaultInstanceForType()| Type | Description | 
| ClusterOperationStatus | 
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDetails()
public String getDetails()Output only. A message containing any operation metadata details.
 string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The details.  | 
      
getDetailsBytes()
public ByteString getDetailsBytes()Output only. A message containing any operation metadata details.
 string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for details.  | 
      
getInnerState()
public String getInnerState()Output only. A message containing the detailed operation state.
 string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The innerState.  | 
      
getInnerStateBytes()
public ByteString getInnerStateBytes()Output only. A message containing the detailed operation state.
 string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for innerState.  | 
      
getState()
public ClusterOperationStatus.State getState()Output only. A message containing the operation state.
 
 .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ClusterOperationStatus.State | The state.  | 
      
getStateStartTime()
public Timestamp getStateStartTime()Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The stateStartTime.  | 
      
getStateStartTimeBuilder()
public Timestamp.Builder getStateStartTimeBuilder()Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getStateStartTimeOrBuilder()
public TimestampOrBuilder getStateStartTimeOrBuilder()Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
getStateValue()
public int getStateValue()Output only. A message containing the operation state.
 
 .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| int | The enum numeric value on the wire for state.  | 
      
hasStateStartTime()
public boolean hasStateStartTime()Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the stateStartTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(ClusterOperationStatus other)
public ClusterOperationStatus.Builder mergeFrom(ClusterOperationStatus other)| Name | Description | 
| other | ClusterOperationStatus | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ClusterOperationStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ClusterOperationStatus.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
mergeStateStartTime(Timestamp value)
public ClusterOperationStatus.Builder mergeStateStartTime(Timestamp value)Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClusterOperationStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
setDetails(String value)
public ClusterOperationStatus.Builder setDetails(String value)Output only. A message containing any operation metadata details.
 string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe details to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setDetailsBytes(ByteString value)
public ClusterOperationStatus.Builder setDetailsBytes(ByteString value)Output only. A message containing any operation metadata details.
 string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for details to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public ClusterOperationStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
setInnerState(String value)
public ClusterOperationStatus.Builder setInnerState(String value)Output only. A message containing the detailed operation state.
 string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe innerState to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setInnerStateBytes(ByteString value)
public ClusterOperationStatus.Builder setInnerStateBytes(ByteString value)Output only. A message containing the detailed operation state.
 string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for innerState to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClusterOperationStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
setState(ClusterOperationStatus.State value)
public ClusterOperationStatus.Builder setState(ClusterOperationStatus.State value)Output only. A message containing the operation state.
 
 .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | ClusterOperationStatus.StateThe state to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setStateStartTime(Timestamp value)
public ClusterOperationStatus.Builder setStateStartTime(Timestamp value)Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
setStateStartTime(Timestamp.Builder builderForValue)
public ClusterOperationStatus.Builder setStateStartTime(Timestamp.Builder builderForValue)Output only. The time this state was entered.
 
 .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | 
setStateValue(int value)
public ClusterOperationStatus.Builder setStateValue(int value)Output only. A message containing the operation state.
 
 .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set.  | 
      
| Type | Description | 
| ClusterOperationStatus.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ClusterOperationStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ClusterOperationStatus.Builder |