public interface ClusterOperationStatusOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetails()
Output-only.A message containing any operation metadata details.
|
ByteString |
getDetailsBytes()
Output-only.A message containing any operation metadata details.
|
java.lang.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, hasOneofisInitializedint 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;java.lang.String getInnerState()
Output-only. A message containing the detailed operation state.
string inner_state = 2;ByteString getInnerStateBytes()
Output-only. A message containing the detailed operation state.
string inner_state = 2;java.lang.String getDetails()
Output-only.A message containing any operation metadata details.
string details = 3;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;Timestamp getStateStartTime()
Output-only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4;TimestampOrBuilder getStateStartTimeOrBuilder()
Output-only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4;