Interface OrchestratorService.CompleteOrchestrationActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.CompleteOrchestrationAction,OrchestratorService.CompleteOrchestrationAction.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.CompleteOrchestrationActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorService.HistoryEventgetCarryoverEvents(int index)repeated .HistoryEvent carryoverEvents = 5;intgetCarryoverEventsCount()repeated .HistoryEvent carryoverEvents = 5;java.util.List<OrchestratorService.HistoryEvent>getCarryoverEventsList()repeated .HistoryEvent carryoverEvents = 5;OrchestratorService.HistoryEventOrBuildergetCarryoverEventsOrBuilder(int index)repeated .HistoryEvent carryoverEvents = 5;java.util.List<? extends OrchestratorService.HistoryEventOrBuilder>getCarryoverEventsOrBuilderList()repeated .HistoryEvent carryoverEvents = 5;com.google.protobuf.StringValuegetDetails().google.protobuf.StringValue details = 3;com.google.protobuf.StringValueOrBuildergetDetailsOrBuilder().google.protobuf.StringValue details = 3;OrchestratorService.TaskFailureDetailsgetFailureDetails().TaskFailureDetails failureDetails = 6;OrchestratorService.TaskFailureDetailsOrBuildergetFailureDetailsOrBuilder().TaskFailureDetails failureDetails = 6;com.google.protobuf.StringValuegetNewVersion().google.protobuf.StringValue newVersion = 4;com.google.protobuf.StringValueOrBuildergetNewVersionOrBuilder().google.protobuf.StringValue newVersion = 4;OrchestratorService.OrchestrationStatusgetOrchestrationStatus().OrchestrationStatus orchestrationStatus = 1;intgetOrchestrationStatusValue().OrchestrationStatus orchestrationStatus = 1;com.google.protobuf.StringValuegetResult().google.protobuf.StringValue result = 2;com.google.protobuf.StringValueOrBuildergetResultOrBuilder().google.protobuf.StringValue result = 2;booleanhasDetails().google.protobuf.StringValue details = 3;booleanhasFailureDetails().TaskFailureDetails failureDetails = 6;booleanhasNewVersion().google.protobuf.StringValue newVersion = 4;booleanhasResult().google.protobuf.StringValue result = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOrchestrationStatusValue
int getOrchestrationStatusValue()
.OrchestrationStatus orchestrationStatus = 1;- Returns:
- The enum numeric value on the wire for orchestrationStatus.
-
getOrchestrationStatus
OrchestratorService.OrchestrationStatus getOrchestrationStatus()
.OrchestrationStatus orchestrationStatus = 1;- Returns:
- The orchestrationStatus.
-
hasResult
boolean hasResult()
.google.protobuf.StringValue result = 2;- Returns:
- Whether the result field is set.
-
getResult
com.google.protobuf.StringValue getResult()
.google.protobuf.StringValue result = 2;- Returns:
- The result.
-
getResultOrBuilder
com.google.protobuf.StringValueOrBuilder getResultOrBuilder()
.google.protobuf.StringValue result = 2;
-
hasDetails
boolean hasDetails()
.google.protobuf.StringValue details = 3;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.StringValue getDetails()
.google.protobuf.StringValue details = 3;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.StringValueOrBuilder getDetailsOrBuilder()
.google.protobuf.StringValue details = 3;
-
hasNewVersion
boolean hasNewVersion()
.google.protobuf.StringValue newVersion = 4;- Returns:
- Whether the newVersion field is set.
-
getNewVersion
com.google.protobuf.StringValue getNewVersion()
.google.protobuf.StringValue newVersion = 4;- Returns:
- The newVersion.
-
getNewVersionOrBuilder
com.google.protobuf.StringValueOrBuilder getNewVersionOrBuilder()
.google.protobuf.StringValue newVersion = 4;
-
getCarryoverEventsList
java.util.List<OrchestratorService.HistoryEvent> getCarryoverEventsList()
repeated .HistoryEvent carryoverEvents = 5;
-
getCarryoverEvents
OrchestratorService.HistoryEvent getCarryoverEvents(int index)
repeated .HistoryEvent carryoverEvents = 5;
-
getCarryoverEventsCount
int getCarryoverEventsCount()
repeated .HistoryEvent carryoverEvents = 5;
-
getCarryoverEventsOrBuilderList
java.util.List<? extends OrchestratorService.HistoryEventOrBuilder> getCarryoverEventsOrBuilderList()
repeated .HistoryEvent carryoverEvents = 5;
-
getCarryoverEventsOrBuilder
OrchestratorService.HistoryEventOrBuilder getCarryoverEventsOrBuilder(int index)
repeated .HistoryEvent carryoverEvents = 5;
-
hasFailureDetails
boolean hasFailureDetails()
.TaskFailureDetails failureDetails = 6;- Returns:
- Whether the failureDetails field is set.
-
getFailureDetails
OrchestratorService.TaskFailureDetails getFailureDetails()
.TaskFailureDetails failureDetails = 6;- Returns:
- The failureDetails.
-
getFailureDetailsOrBuilder
OrchestratorService.TaskFailureDetailsOrBuilder getFailureDetailsOrBuilder()
.TaskFailureDetails failureDetails = 6;
-
-