Package flyteidl.core
Interface Workflow.WorkflowNodeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Workflow.WorkflowNode,Workflow.WorkflowNode.Builder
- Enclosing class:
- Workflow
public static interface Workflow.WorkflowNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.IdentifiergetLaunchplanRef()A globally unique identifier for the launch plan.IdentifierOuterClass.IdentifierOrBuildergetLaunchplanRefOrBuilder()A globally unique identifier for the launch plan.Workflow.WorkflowNode.ReferenceCasegetReferenceCase()IdentifierOuterClass.IdentifiergetSubWorkflowRef()Reference to a subworkflow, that should be defined with the compiler contextIdentifierOuterClass.IdentifierOrBuildergetSubWorkflowRefOrBuilder()Reference to a subworkflow, that should be defined with the compiler contextbooleanhasLaunchplanRef()A globally unique identifier for the launch plan.booleanhasSubWorkflowRef()Reference to a subworkflow, that should be defined with the compiler context-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLaunchplanRef
boolean hasLaunchplanRef()
A globally unique identifier for the launch plan.
.flyteidl.core.Identifier launchplan_ref = 1;- Returns:
- Whether the launchplanRef field is set.
-
getLaunchplanRef
IdentifierOuterClass.Identifier getLaunchplanRef()
A globally unique identifier for the launch plan.
.flyteidl.core.Identifier launchplan_ref = 1;- Returns:
- The launchplanRef.
-
getLaunchplanRefOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getLaunchplanRefOrBuilder()
A globally unique identifier for the launch plan.
.flyteidl.core.Identifier launchplan_ref = 1;
-
hasSubWorkflowRef
boolean hasSubWorkflowRef()
Reference to a subworkflow, that should be defined with the compiler context
.flyteidl.core.Identifier sub_workflow_ref = 2;- Returns:
- Whether the subWorkflowRef field is set.
-
getSubWorkflowRef
IdentifierOuterClass.Identifier getSubWorkflowRef()
Reference to a subworkflow, that should be defined with the compiler context
.flyteidl.core.Identifier sub_workflow_ref = 2;- Returns:
- The subWorkflowRef.
-
getSubWorkflowRefOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getSubWorkflowRefOrBuilder()
Reference to a subworkflow, that should be defined with the compiler context
.flyteidl.core.Identifier sub_workflow_ref = 2;
-
getReferenceCase
Workflow.WorkflowNode.ReferenceCase getReferenceCase()
-
-