Package flyteidl.core

Interface Workflow.IfBlockOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Workflow.IfBlock, Workflow.IfBlock.Builder
    Enclosing class:
    Workflow

    public static interface Workflow.IfBlockOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasCondition

        boolean hasCondition()
        .flyteidl.core.BooleanExpression condition = 1;
        Returns:
        Whether the condition field is set.
      • hasThenNode

        boolean hasThenNode()
        .flyteidl.core.Node then_node = 2;
        Returns:
        Whether the thenNode field is set.
      • getThenNode

        Workflow.Node getThenNode()
        .flyteidl.core.Node then_node = 2;
        Returns:
        The thenNode.