public interface ClusterOperationStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |
getStateStartTimeOrBuilder()
public abstract 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 abstract 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 abstract 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. |