Package dev.cel.expr

Interface ListValueOrBuilder

    • Method Detail

      • getValuesList

        java.util.List<Value> getValuesList()
         The ordered values in the list.
         
        repeated .cel.expr.Value values = 1;
      • getValues

        Value getValues​(int index)
         The ordered values in the list.
         
        repeated .cel.expr.Value values = 1;
      • getValuesCount

        int getValuesCount()
         The ordered values in the list.
         
        repeated .cel.expr.Value values = 1;
      • getValuesOrBuilderList

        java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
         The ordered values in the list.
         
        repeated .cel.expr.Value values = 1;
      • getValuesOrBuilder

        ValueOrBuilder getValuesOrBuilder​(int index)
         The ordered values in the list.
         
        repeated .cel.expr.Value values = 1;