Package flyteidl.core

Interface Condition.BooleanExpressionOrBuilder

    • Method Detail

      • hasConjunction

        boolean hasConjunction()
        .flyteidl.core.ConjunctionExpression conjunction = 1;
        Returns:
        Whether the conjunction field is set.
      • hasComparison

        boolean hasComparison()
        .flyteidl.core.ComparisonExpression comparison = 2;
        Returns:
        Whether the comparison field is set.