Uses of Class
dev.cel.expr.MapValue.Entry
-
Packages that use MapValue.Entry Package Description dev.cel.expr -
-
Uses of MapValue.Entry in dev.cel.expr
Methods in dev.cel.expr that return MapValue.Entry Modifier and Type Method Description MapValue.Entry
MapValue.Entry.Builder. build()
MapValue.Entry
MapValue.Entry.Builder. buildPartial()
static MapValue.Entry
MapValue.Entry. getDefaultInstance()
MapValue.Entry
MapValue.Entry.Builder. getDefaultInstanceForType()
MapValue.Entry
MapValue.Entry. getDefaultInstanceForType()
MapValue.Entry
MapValue.Builder. getEntries(int index)
The set of map entries.MapValue.Entry
MapValue. getEntries(int index)
The set of map entries.MapValue.Entry
MapValueOrBuilder. getEntries(int index)
The set of map entries.static MapValue.Entry
MapValue.Entry. parseDelimitedFrom(java.io.InputStream input)
static MapValue.Entry
MapValue.Entry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapValue.Entry
MapValue.Entry. parseFrom(byte[] data)
static MapValue.Entry
MapValue.Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapValue.Entry
MapValue.Entry. parseFrom(com.google.protobuf.ByteString data)
static MapValue.Entry
MapValue.Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapValue.Entry
MapValue.Entry. parseFrom(com.google.protobuf.CodedInputStream input)
static MapValue.Entry
MapValue.Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapValue.Entry
MapValue.Entry. parseFrom(java.io.InputStream input)
static MapValue.Entry
MapValue.Entry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapValue.Entry
MapValue.Entry. parseFrom(java.nio.ByteBuffer data)
static MapValue.Entry
MapValue.Entry. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type MapValue.Entry Modifier and Type Method Description java.util.List<MapValue.Entry>
MapValue.Builder. getEntriesList()
The set of map entries.java.util.List<MapValue.Entry>
MapValue. getEntriesList()
The set of map entries.java.util.List<MapValue.Entry>
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.Entry Modifier and Type Method Description MapValue.Builder
MapValue.Builder. addEntries(int index, MapValue.Entry value)
The set of map entries.MapValue.Builder
MapValue.Builder. addEntries(MapValue.Entry value)
The set of map entries.MapValue.Entry.Builder
MapValue.Entry.Builder. mergeFrom(MapValue.Entry other)
static MapValue.Entry.Builder
MapValue.Entry. newBuilder(MapValue.Entry prototype)
MapValue.Builder
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.Entry Modifier and Type Method Description MapValue.Builder
MapValue.Builder. addAllEntries(java.lang.Iterable<? extends MapValue.Entry> values)
The set of map entries.
-