Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
MapValue |
MapValue.Builder.build() |
MapValue |
MapValue.Builder.buildPartial() |
static MapValue |
MapValue.getDefaultInstance() |
MapValue |
MapValue.getDefaultInstanceForType() |
MapValue |
MapValue.Builder.getDefaultInstanceForType() |
MapValue |
Value.getMapValue()
A map value.
|
MapValue |
Value.Builder.getMapValue()
A map value.
|
MapValue |
ValueOrBuilder.getMapValue()
A map value.
|
static MapValue |
MapValue.parseDelimitedFrom(InputStream input) |
static MapValue |
MapValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapValue |
MapValue.parseFrom(byte[] data) |
static MapValue |
MapValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapValue |
MapValue.parseFrom(ByteBuffer data) |
static MapValue |
MapValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapValue |
MapValue.parseFrom(com.google.protobuf.ByteString data) |
static MapValue |
MapValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapValue |
MapValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static MapValue |
MapValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapValue |
MapValue.parseFrom(InputStream input) |
static MapValue |
MapValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MapValue> |
MapValue.getParserForType() |
static com.google.protobuf.Parser<MapValue> |
MapValue.parser() |
Modifier and Type | Method and Description |
---|---|
MapValue.Builder |
MapValue.Builder.mergeFrom(MapValue other) |
Value.Builder |
Value.Builder.mergeMapValue(MapValue value)
A map value.
|
static MapValue.Builder |
MapValue.newBuilder(MapValue prototype) |
Value.Builder |
Value.Builder.setMapValue(MapValue value)
A map value.
|
Copyright © 2023 Google LLC. All rights reserved.