Uses of Class
com.google.firestore.v1.MapValue
-
Uses of MapValue in com.google.firestore.v1
Methods in com.google.firestore.v1 that return MapValueModifier and TypeMethodDescriptionMapValue.Builder.build()MapValue.Builder.buildPartial()static MapValueMapValue.getDefaultInstance()MapValue.Builder.getDefaultInstanceForType()MapValue.getDefaultInstanceForType()Value.Builder.getMapValue()A map value.Value.getMapValue()A map value.ValueOrBuilder.getMapValue()A map value.static MapValueMapValue.parseDelimitedFrom(InputStream input) static MapValueMapValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValueMapValue.parseFrom(byte[] data) static MapValueMapValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValueMapValue.parseFrom(com.google.protobuf.ByteString data) static MapValueMapValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValueMapValue.parseFrom(com.google.protobuf.CodedInputStream input) static MapValueMapValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValueMapValue.parseFrom(InputStream input) static MapValueMapValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MapValueMapValue.parseFrom(ByteBuffer data) static MapValueMapValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type MapValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MapValue>MapValue.getParserForType()static com.google.protobuf.Parser<MapValue>MapValue.parser()Methods in com.google.firestore.v1 with parameters of type MapValueModifier and TypeMethodDescriptionValue.Builder.mergeMapValue(MapValue value) A map value.static MapValue.BuilderMapValue.newBuilder(MapValue prototype) Value.Builder.setMapValue(MapValue value) A map value.