Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
AggregationResult |
AggregationResult.Builder.build() |
AggregationResult |
AggregationResult.Builder.buildPartial() |
static AggregationResult |
AggregationResult.getDefaultInstance() |
AggregationResult |
AggregationResult.getDefaultInstanceForType() |
AggregationResult |
AggregationResult.Builder.getDefaultInstanceForType() |
AggregationResult |
RunAggregationQueryResponseOrBuilder.getResult()
A single aggregation result.
|
AggregationResult |
RunAggregationQueryResponse.getResult()
A single aggregation result.
|
AggregationResult |
RunAggregationQueryResponse.Builder.getResult()
A single aggregation result.
|
static AggregationResult |
AggregationResult.parseDelimitedFrom(InputStream input) |
static AggregationResult |
AggregationResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationResult |
AggregationResult.parseFrom(byte[] data) |
static AggregationResult |
AggregationResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationResult |
AggregationResult.parseFrom(ByteBuffer data) |
static AggregationResult |
AggregationResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationResult |
AggregationResult.parseFrom(com.google.protobuf.ByteString data) |
static AggregationResult |
AggregationResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationResult |
AggregationResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static AggregationResult |
AggregationResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationResult |
AggregationResult.parseFrom(InputStream input) |
static AggregationResult |
AggregationResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AggregationResult> |
AggregationResult.getParserForType() |
static com.google.protobuf.Parser<AggregationResult> |
AggregationResult.parser() |
Modifier and Type | Method and Description |
---|---|
AggregationResult.Builder |
AggregationResult.Builder.mergeFrom(AggregationResult other) |
RunAggregationQueryResponse.Builder |
RunAggregationQueryResponse.Builder.mergeResult(AggregationResult value)
A single aggregation result.
|
static AggregationResult.Builder |
AggregationResult.newBuilder(AggregationResult prototype) |
RunAggregationQueryResponse.Builder |
RunAggregationQueryResponse.Builder.setResult(AggregationResult value)
A single aggregation result.
|
Copyright © 2023 Google LLC. All rights reserved.