public interface ClusterStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail()
Output only.
|
com.google.protobuf.ByteString |
getDetailBytes()
Output only.
|
ClusterStatus.State |
getState()
Output only.
|
com.google.protobuf.Timestamp |
getStateStartTime()
Output only.
|
com.google.protobuf.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, hasOneofint 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;String getDetail()
Output only. Optional details of cluster's state.
string detail = 2;com.google.protobuf.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;com.google.protobuf.Timestamp getStateStartTime()
Output only. Time when this state was entered.
.google.protobuf.Timestamp state_start_time = 3;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.