public static interface Batch.StateHistoryOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Batch.State |
getState()
Output only.
|
String |
getStateMessage()
Output only.
|
ByteString |
getStateMessageBytes()
Output only.
|
Timestamp |
getStateStartTime()
Output only.
|
TimestampOrBuilder |
getStateStartTimeOrBuilder()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasStateStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
Output only. The state of the batch at this point in history.
.google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Batch.State getState()
Output only. The state of the batch at this point in history.
.google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getStateMessage()
Output only. Details about the state at this point in history.
string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ByteString getStateMessageBytes()
Output only. Details about the state at this point in history.
string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasStateStartTime()
Output only. The time when the batch entered the historical state.
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Timestamp getStateStartTime()
Output only. The time when the batch entered the historical state.
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
TimestampOrBuilder getStateStartTimeOrBuilder()
Output only. The time when the batch entered the historical state.
.google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.