Interface OrchestratorService.HistoryStateEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.HistoryStateEvent,OrchestratorService.HistoryStateEvent.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.HistoryStateEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorService.OrchestrationStategetOrchestrationState().OrchestrationState orchestrationState = 1;OrchestratorService.OrchestrationStateOrBuildergetOrchestrationStateOrBuilder().OrchestrationState orchestrationState = 1;booleanhasOrchestrationState().OrchestrationState orchestrationState = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOrchestrationState
boolean hasOrchestrationState()
.OrchestrationState orchestrationState = 1;- Returns:
- Whether the orchestrationState field is set.
-
getOrchestrationState
OrchestratorService.OrchestrationState getOrchestrationState()
.OrchestrationState orchestrationState = 1;- Returns:
- The orchestrationState.
-
getOrchestrationStateOrBuilder
OrchestratorService.OrchestrationStateOrBuilder getOrchestrationStateOrBuilder()
.OrchestrationState orchestrationState = 1;
-
-