Package flyteidl.core

Interface Condition.OperandOrBuilder

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

    public static interface Condition.OperandOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPrimitive

        boolean hasPrimitive()
         Can be a constant
         
        .flyteidl.core.Primitive primitive = 1;
        Returns:
        Whether the primitive field is set.
      • getPrimitive

        Literals.Primitive getPrimitive()
         Can be a constant
         
        .flyteidl.core.Primitive primitive = 1;
        Returns:
        The primitive.
      • hasVar

        boolean hasVar()
         Or one of this node's input variables
         
        string var = 2;
        Returns:
        Whether the var field is set.
      • getVar

        String getVar()
         Or one of this node's input variables
         
        string var = 2;
        Returns:
        The var.
      • getVarBytes

        com.google.protobuf.ByteString getVarBytes()
         Or one of this node's input variables
         
        string var = 2;
        Returns:
        The bytes for var.