public interface ClusterStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Optional.
|
ByteString |
getDetailBytes()
Optional.
|
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
ClusterStatus.State getState()
Output only. The cluster's state.
.google.cloud.dataproc.v1.ClusterStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDetail()
Optional. Output only. Details of cluster's state.
string detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
ByteString getDetailBytes()
Optional. Output only. Details of cluster's state.
string detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
boolean hasStateStartTime()
Output only. Time when this state was entered (see JSON representation of [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Timestamp getStateStartTime()
Output only. Time when this state was entered (see JSON representation of [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
TimestampOrBuilder getStateStartTimeOrBuilder()
Output only. Time when this state was entered (see JSON representation of [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.