Package flyteidl.core
Interface Compiler.CompiledWorkflowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Compiler.CompiledWorkflow,Compiler.CompiledWorkflow.Builder
- Enclosing class:
- Compiler
public static interface Compiler.CompiledWorkflowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler.ConnectionSetgetConnections()For internal use only! This field is used by the system and must not be filled in.Compiler.ConnectionSetOrBuildergetConnectionsOrBuilder()For internal use only! This field is used by the system and must not be filled in.Workflow.WorkflowTemplategetTemplate()Completely contained Workflow TemplateWorkflow.WorkflowTemplateOrBuildergetTemplateOrBuilder()Completely contained Workflow TemplatebooleanhasConnections()For internal use only! This field is used by the system and must not be filled in.booleanhasTemplate()Completely contained Workflow Template-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTemplate
boolean hasTemplate()
Completely contained Workflow Template
.flyteidl.core.WorkflowTemplate template = 1;- Returns:
- Whether the template field is set.
-
getTemplate
Workflow.WorkflowTemplate getTemplate()
Completely contained Workflow Template
.flyteidl.core.WorkflowTemplate template = 1;- Returns:
- The template.
-
getTemplateOrBuilder
Workflow.WorkflowTemplateOrBuilder getTemplateOrBuilder()
Completely contained Workflow Template
.flyteidl.core.WorkflowTemplate template = 1;
-
hasConnections
boolean hasConnections()
For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
.flyteidl.core.ConnectionSet connections = 2;- Returns:
- Whether the connections field is set.
-
getConnections
Compiler.ConnectionSet getConnections()
For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
.flyteidl.core.ConnectionSet connections = 2;- Returns:
- The connections.
-
getConnectionsOrBuilder
Compiler.ConnectionSetOrBuilder getConnectionsOrBuilder()
For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
.flyteidl.core.ConnectionSet connections = 2;
-
-