Package flyteidl.core

Interface Condition.ComparisonExpressionOrBuilder

    • Method Detail

      • getOperatorValue

        int getOperatorValue()
        .flyteidl.core.ComparisonExpression.Operator operator = 1;
        Returns:
        The enum numeric value on the wire for operator.
      • hasLeftValue

        boolean hasLeftValue()
        .flyteidl.core.Operand left_value = 2;
        Returns:
        Whether the leftValue field is set.
      • getLeftValue

        Condition.Operand getLeftValue()
        .flyteidl.core.Operand left_value = 2;
        Returns:
        The leftValue.
      • hasRightValue

        boolean hasRightValue()
        .flyteidl.core.Operand right_value = 3;
        Returns:
        Whether the rightValue field is set.
      • getRightValue

        Condition.Operand getRightValue()
        .flyteidl.core.Operand right_value = 3;
        Returns:
        The rightValue.