Uses of Class
com.google.protobuf.MapField
-
Packages that use MapField Package Description com.google.protobuf dev.cel.expr -
-
Uses of MapField in com.google.protobuf
Methods in com.google.protobuf that return MapField Modifier and Type Method Description MapField<K,V>MapField. copy()Returns a deep copy of this MapField.static <K,V>
MapField<K,V>MapField. emptyMapField(MapEntry<K,V> defaultEntry)Returns an immutable empty MapField.protected MapFieldGeneratedMessage.Builder. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldGeneratedMessage. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldGeneratedMessageV3.Builder. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldGeneratedMessageV3. internalGetMapField(int fieldNumber)Gets the map field with the given field number.protected MapFieldStruct.Builder. internalGetMapField(int number)protected MapFieldStruct. internalGetMapField(int number)protected MapFieldGeneratedMessage.Builder. internalGetMutableMapField(int fieldNumber)LikeGeneratedMessage.Builder.internalGetMapField(int)but return a mutable version.protected MapFieldGeneratedMessageV3.Builder. internalGetMutableMapField(int fieldNumber)LikeGeneratedMessageV3.Builder.internalGetMapField(int)but return a mutable version.protected MapFieldStruct.Builder. internalGetMutableMapField(int number)static <K,V>
MapField<K,V>MapField. newMapField(MapEntry<K,V> defaultEntry)Creates a new mutable empty MapField.Methods in com.google.protobuf with parameters of type MapField Modifier and Type Method Description voidMapField. mergeFrom(MapField<K,V> other)protected static <V> voidGeneratedMessageV3. serializeBooleanMapTo(CodedOutputStream out, MapField<java.lang.Boolean,V> field, MapEntry<java.lang.Boolean,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeIntegerMapTo(CodedOutputStream out, MapField<java.lang.Integer,V> field, MapEntry<java.lang.Integer,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeLongMapTo(CodedOutputStream out, MapField<java.lang.Long,V> field, MapEntry<java.lang.Long,V> defaultEntry, int fieldNumber)protected static <V> voidGeneratedMessageV3. serializeStringMapTo(CodedOutputStream out, MapField<java.lang.String,V> field, MapEntry<java.lang.String,V> defaultEntry, int fieldNumber) -
Uses of MapField in dev.cel.expr
Methods in dev.cel.expr that return MapField Modifier and Type Method Description protected MapFieldCheckedExpr.Builder. internalGetMapField(int number)protected MapFieldCheckedExpr. internalGetMapField(int number)protected MapFieldSourceInfo.Builder. internalGetMapField(int number)protected MapFieldSourceInfo. internalGetMapField(int number)protected MapFieldCheckedExpr.Builder. internalGetMutableMapField(int number)protected MapFieldSourceInfo.Builder. internalGetMutableMapField(int number)
-