Uses of Class
dev.cel.expr.MapValue.Entry
Packages that use MapValue.Entry
-
Uses of MapValue.Entry in dev.cel.expr
Methods in dev.cel.expr that return MapValue.EntryModifier and TypeMethodDescriptionMapValue.Entry.Builder.build()MapValue.Entry.Builder.buildPartial()static MapValue.EntryMapValue.Entry.getDefaultInstance()MapValue.Entry.Builder.getDefaultInstanceForType()MapValue.Entry.getDefaultInstanceForType()MapValue.Builder.getEntries(int index) The set of map entries.MapValue.getEntries(int index) The set of map entries.MapValueOrBuilder.getEntries(int index) The set of map entries.static MapValue.EntryMapValue.Entry.parseDelimitedFrom(InputStream input) static MapValue.EntryMapValue.Entry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValue.EntryMapValue.Entry.parseFrom(byte[] data) static MapValue.EntryMapValue.Entry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValue.EntryMapValue.Entry.parseFrom(com.google.protobuf.ByteString data) static MapValue.EntryMapValue.Entry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValue.EntryMapValue.Entry.parseFrom(com.google.protobuf.CodedInputStream input) static MapValue.EntryMapValue.Entry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValue.EntryMapValue.Entry.parseFrom(InputStream input) static MapValue.EntryMapValue.Entry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValue.EntryMapValue.Entry.parseFrom(ByteBuffer data) static MapValue.EntryMapValue.Entry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type MapValue.EntryModifier and TypeMethodDescriptionMapValue.Builder.getEntriesList()The set of map entries.MapValue.getEntriesList()The set of map entries.MapValueOrBuilder.getEntriesList()The set of map entries.com.google.protobuf.Parser<MapValue.Entry>MapValue.Entry.getParserForType()static com.google.protobuf.Parser<MapValue.Entry>MapValue.Entry.parser()Methods in dev.cel.expr with parameters of type MapValue.EntryModifier and TypeMethodDescriptionMapValue.Builder.addEntries(int index, MapValue.Entry value) The set of map entries.MapValue.Builder.addEntries(MapValue.Entry value) The set of map entries.MapValue.Entry.Builder.mergeFrom(MapValue.Entry other) static MapValue.Entry.BuilderMapValue.Entry.newBuilder(MapValue.Entry prototype) MapValue.Builder.setEntries(int index, MapValue.Entry value) The set of map entries.Method parameters in dev.cel.expr with type arguments of type MapValue.EntryModifier and TypeMethodDescriptionMapValue.Builder.addAllEntries(Iterable<? extends MapValue.Entry> values) The set of map entries.