public interface ClusterStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()Optional. Output only. Details of cluster's state.
string detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()Optional. Output only. Details of cluster's state.
string detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for detail. |
getState()
public abstract ClusterStatus.State getState()Output only. The cluster's state.
.google.cloud.dataproc.v1.ClusterStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ClusterStatus.State | The state. |
getStateStartTime()
public abstract Timestamp getStateStartTime()Output only. Time when this state was entered (see JSON representation of Timestamp).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The stateStartTime. |
getStateStartTimeOrBuilder()
public abstract TimestampOrBuilder getStateStartTimeOrBuilder()Output only. Time when this state was entered (see JSON representation of Timestamp).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getStateValue()
public abstract int getStateValue()Output only. The cluster's state.
.google.cloud.dataproc.v1.ClusterStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for state. |
getSubstate()
public abstract ClusterStatus.Substate getSubstate()Output only. Additional state information that includes status reported by the agent.
.google.cloud.dataproc.v1.ClusterStatus.Substate substate = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ClusterStatus.Substate | The substate. |
getSubstateValue()
public abstract int getSubstateValue()Output only. Additional state information that includes status reported by the agent.
.google.cloud.dataproc.v1.ClusterStatus.Substate substate = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for substate. |
hasStateStartTime()
public abstract boolean hasStateStartTime()Output only. Time when this state was entered (see JSON representation of Timestamp).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the stateStartTime field is set. |