public interface ClusterOperationStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
Output only.
|
ByteString |
getDetailsBytes()
Output only.
|
String |
getInnerState()
Output only.
|
ByteString |
getInnerStateBytes()
Output only.
|
ClusterOperationStatus.State |
getState()
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. A message containing the operation state.
.google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ClusterOperationStatus.State getState()
Output only. A message containing the operation state.
.google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getInnerState()
Output only. A message containing the detailed operation state.
string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ByteString getInnerStateBytes()
Output only. A message containing the detailed operation state.
string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDetails()
Output only. A message containing any operation metadata details.
string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ByteString getDetailsBytes()
Output only. A message containing any operation metadata details.
string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Timestamp getStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
TimestampOrBuilder getStateStartTimeOrBuilder()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.