public interface ClusterStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDetail()
Output-only.
|
ByteString |
getDetailBytes()
Output-only.
|
ClusterStatus.State |
getState()
Output-only.
|
Timestamp |
getStateStartTime()
Output-only.
|
TimestampOrBuilder |
getStateStartTimeOrBuilder()
Output-only.
|
int |
getStateValue()
Output-only.
|
ClusterStatus.Substate |
getSubstate()
Output-only.
|
int |
getSubstateValue()
Output-only.
|
boolean |
hasStateStartTime()
Output-only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
Output-only. The cluster's state.
.google.cloud.dataproc.v1.ClusterStatus.State state = 1;
ClusterStatus.State getState()
Output-only. The cluster's state.
.google.cloud.dataproc.v1.ClusterStatus.State state = 1;
java.lang.String getDetail()
Output-only. Optional details of cluster's state.
string detail = 2;
ByteString getDetailBytes()
Output-only. Optional details of cluster's state.
string detail = 2;
boolean hasStateStartTime()
Output-only. Time when this state was entered.
.google.protobuf.Timestamp state_start_time = 3;
Timestamp getStateStartTime()
Output-only. Time when this state was entered.
.google.protobuf.Timestamp state_start_time = 3;
TimestampOrBuilder getStateStartTimeOrBuilder()
Output-only. Time when this state was entered.
.google.protobuf.Timestamp state_start_time = 3;
int getSubstateValue()
Output-only. Additional state information that includes status reported by the agent.
.google.cloud.dataproc.v1.ClusterStatus.Substate substate = 4;
ClusterStatus.Substate getSubstate()
Output-only. Additional state information that includes status reported by the agent.
.google.cloud.dataproc.v1.ClusterStatus.Substate substate = 4;