Package dev.cel.expr

Interface MapValueOrBuilder

    • Method Detail

      • getEntriesList

        java.util.List<MapValue.Entry> getEntriesList()
         The set of map entries.
         CEL has fewer restrictions on keys, so a protobuf map representation
         cannot be used.
         
        repeated .cel.expr.MapValue.Entry entries = 1;
      • getEntries

        MapValue.Entry getEntries​(int index)
         The set of map entries.
         CEL has fewer restrictions on keys, so a protobuf map representation
         cannot be used.
         
        repeated .cel.expr.MapValue.Entry entries = 1;
      • getEntriesCount

        int getEntriesCount()
         The set of map entries.
         CEL has fewer restrictions on keys, so a protobuf map representation
         cannot be used.
         
        repeated .cel.expr.MapValue.Entry entries = 1;
      • getEntriesOrBuilderList

        java.util.List<? extends MapValue.EntryOrBuilder> getEntriesOrBuilderList()
         The set of map entries.
         CEL has fewer restrictions on keys, so a protobuf map representation
         cannot be used.
         
        repeated .cel.expr.MapValue.Entry entries = 1;
      • getEntriesOrBuilder

        MapValue.EntryOrBuilder getEntriesOrBuilder​(int index)
         The set of map entries.
         CEL has fewer restrictions on keys, so a protobuf map representation
         cannot be used.
         
        repeated .cel.expr.MapValue.Entry entries = 1;