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;ClusterOperationStatus.State getState()
Output only. A message containing the operation state.
.google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1;String getInnerState()
Output only. A message containing the detailed operation state.
string inner_state = 2;com.google.protobuf.ByteString getInnerStateBytes()
Output only. A message containing the detailed operation state.
string inner_state = 2;String getDetails()
Output only. A message containing any operation metadata details.
string details = 3;com.google.protobuf.ByteString getDetailsBytes()
Output only. A message containing any operation metadata details.
string details = 3;boolean hasStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4;com.google.protobuf.Timestamp getStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4;com.google.protobuf.TimestampOrBuilder getStateStartTimeOrBuilder()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4;Copyright © 2019 Google LLC. All rights reserved.