Interface OrchestratorService.ExecutionStartedEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.ExecutionStartedEvent,OrchestratorService.ExecutionStartedEvent.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.ExecutionStartedEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetCorrelationData().google.protobuf.StringValue correlationData = 7;com.google.protobuf.StringValueOrBuildergetCorrelationDataOrBuilder().google.protobuf.StringValue correlationData = 7;com.google.protobuf.StringValuegetInput().google.protobuf.StringValue input = 3;com.google.protobuf.StringValueOrBuildergetInputOrBuilder().google.protobuf.StringValue input = 3;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;OrchestratorService.OrchestrationInstancegetOrchestrationInstance().OrchestrationInstance orchestrationInstance = 4;OrchestratorService.OrchestrationInstanceOrBuildergetOrchestrationInstanceOrBuilder().OrchestrationInstance orchestrationInstance = 4;OrchestratorService.ParentInstanceInfogetParentInstance().ParentInstanceInfo parentInstance = 5;OrchestratorService.ParentInstanceInfoOrBuildergetParentInstanceOrBuilder().ParentInstanceInfo parentInstance = 5;com.google.protobuf.TimestampgetScheduledStartTimestamp().google.protobuf.Timestamp scheduledStartTimestamp = 6;com.google.protobuf.TimestampOrBuildergetScheduledStartTimestampOrBuilder().google.protobuf.Timestamp scheduledStartTimestamp = 6;com.google.protobuf.StringValuegetVersion().google.protobuf.StringValue version = 2;com.google.protobuf.StringValueOrBuildergetVersionOrBuilder().google.protobuf.StringValue version = 2;booleanhasCorrelationData().google.protobuf.StringValue correlationData = 7;booleanhasInput().google.protobuf.StringValue input = 3;booleanhasOrchestrationInstance().OrchestrationInstance orchestrationInstance = 4;booleanhasParentInstance().ParentInstanceInfo parentInstance = 5;booleanhasScheduledStartTimestamp().google.protobuf.Timestamp scheduledStartTimestamp = 6;booleanhasVersion().google.protobuf.StringValue version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()
.google.protobuf.StringValue version = 2;- Returns:
- Whether the version field is set.
-
getVersion
com.google.protobuf.StringValue getVersion()
.google.protobuf.StringValue version = 2;- Returns:
- The version.
-
getVersionOrBuilder
com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
.google.protobuf.StringValue version = 2;
-
hasInput
boolean hasInput()
.google.protobuf.StringValue input = 3;- Returns:
- Whether the input field is set.
-
getInput
com.google.protobuf.StringValue getInput()
.google.protobuf.StringValue input = 3;- Returns:
- The input.
-
getInputOrBuilder
com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
.google.protobuf.StringValue input = 3;
-
hasOrchestrationInstance
boolean hasOrchestrationInstance()
.OrchestrationInstance orchestrationInstance = 4;- Returns:
- Whether the orchestrationInstance field is set.
-
getOrchestrationInstance
OrchestratorService.OrchestrationInstance getOrchestrationInstance()
.OrchestrationInstance orchestrationInstance = 4;- Returns:
- The orchestrationInstance.
-
getOrchestrationInstanceOrBuilder
OrchestratorService.OrchestrationInstanceOrBuilder getOrchestrationInstanceOrBuilder()
.OrchestrationInstance orchestrationInstance = 4;
-
hasParentInstance
boolean hasParentInstance()
.ParentInstanceInfo parentInstance = 5;- Returns:
- Whether the parentInstance field is set.
-
getParentInstance
OrchestratorService.ParentInstanceInfo getParentInstance()
.ParentInstanceInfo parentInstance = 5;- Returns:
- The parentInstance.
-
getParentInstanceOrBuilder
OrchestratorService.ParentInstanceInfoOrBuilder getParentInstanceOrBuilder()
.ParentInstanceInfo parentInstance = 5;
-
hasScheduledStartTimestamp
boolean hasScheduledStartTimestamp()
.google.protobuf.Timestamp scheduledStartTimestamp = 6;- Returns:
- Whether the scheduledStartTimestamp field is set.
-
getScheduledStartTimestamp
com.google.protobuf.Timestamp getScheduledStartTimestamp()
.google.protobuf.Timestamp scheduledStartTimestamp = 6;- Returns:
- The scheduledStartTimestamp.
-
getScheduledStartTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getScheduledStartTimestampOrBuilder()
.google.protobuf.Timestamp scheduledStartTimestamp = 6;
-
hasCorrelationData
boolean hasCorrelationData()
.google.protobuf.StringValue correlationData = 7;- Returns:
- Whether the correlationData field is set.
-
getCorrelationData
com.google.protobuf.StringValue getCorrelationData()
.google.protobuf.StringValue correlationData = 7;- Returns:
- The correlationData.
-
getCorrelationDataOrBuilder
com.google.protobuf.StringValueOrBuilder getCorrelationDataOrBuilder()
.google.protobuf.StringValue correlationData = 7;
-
-