Interface ClusterStatusOrBuilder (3.0.3)

public interface ClusterStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the stateStartTime field is set.