Package dev.cel.expr

Interface UnknownSetOrBuilder

    • Method Detail

      • getExprsList

        java.util.List<java.lang.Long> getExprsList()
         The ids of the expressions with unknown values.
         
        repeated int64 exprs = 1;
        Returns:
        A list containing the exprs.
      • getExprsCount

        int getExprsCount()
         The ids of the expressions with unknown values.
         
        repeated int64 exprs = 1;
        Returns:
        The count of exprs.
      • getExprs

        long getExprs​(int index)
         The ids of the expressions with unknown values.
         
        repeated int64 exprs = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The exprs at the given index.