Package com.google.cloud.dataproc.v1
Interface ClusterOperationStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterOperationStatus
,ClusterOperationStatus.Builder
public interface ClusterOperationStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
Output only. A message containing the operation state.
.google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for state.
-
getState
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];
- Returns:
- The state.
-
getInnerState
String getInnerState()
Output only. A message containing the detailed operation state.
string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The innerState.
-
getInnerStateBytes
com.google.protobuf.ByteString getInnerStateBytes()
Output only. A message containing the detailed operation state.
string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for innerState.
-
getDetails
String getDetails()
Output only. A message containing any operation metadata details.
string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()
Output only. A message containing any operation metadata details.
string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for details.
-
hasStateStartTime
boolean hasStateStartTime()
Output only. The time this state was entered.
.google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the stateStartTime field is set.
-
getStateStartTime
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];
- Returns:
- The stateStartTime.
-
getStateStartTimeOrBuilder
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];
-
-