public interface ClusterOperationStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Output only.
|
com.google.protobuf.ByteString |
getDetailsBytes()
Output only.
|
String |
getInnerState()
Output only.
|
com.google.protobuf.ByteString |
getInnerStateBytes()
Output only.
|
ClusterOperationStatus.State |
getState()
Output only.
|
com.google.protobuf.Timestamp |
getStateStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStateStartTimeOrBuilder()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasStateStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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];com.google.protobuf.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];com.google.protobuf.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];
com.google.protobuf.Timestamp getStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStateStartTimeOrBuilder()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.