Package flyteidl.event
Interface Event.DynamicWorkflowNodeMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.DynamicWorkflowNodeMetadata,Event.DynamicWorkflowNodeMetadata.Builder
- Enclosing class:
- Event
public static interface Event.DynamicWorkflowNodeMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler.CompiledWorkflowClosuregetCompiledWorkflow()Represents the compiled representation of the embedded dynamic workflow.Compiler.CompiledWorkflowClosureOrBuildergetCompiledWorkflowOrBuilder()Represents the compiled representation of the embedded dynamic workflow.IdentifierOuterClass.IdentifiergetId()id represents the unique identifier of the workflow.IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder()id represents the unique identifier of the workflow.booleanhasCompiledWorkflow()Represents the compiled representation of the embedded dynamic workflow.booleanhasId()id represents the unique identifier of the workflow.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
id represents the unique identifier of the workflow.
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
id represents the unique identifier of the workflow.
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
id represents the unique identifier of the workflow.
.flyteidl.core.Identifier id = 1;
-
hasCompiledWorkflow
boolean hasCompiledWorkflow()
Represents the compiled representation of the embedded dynamic workflow.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;- Returns:
- Whether the compiledWorkflow field is set.
-
getCompiledWorkflow
Compiler.CompiledWorkflowClosure getCompiledWorkflow()
Represents the compiled representation of the embedded dynamic workflow.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;- Returns:
- The compiledWorkflow.
-
getCompiledWorkflowOrBuilder
Compiler.CompiledWorkflowClosureOrBuilder getCompiledWorkflowOrBuilder()
Represents the compiled representation of the embedded dynamic workflow.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;
-
-