Package | Description |
---|---|
com.google.cloud.firestore | |
com.google.cloud.firestore.spi.v1 | |
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest |
AggregateQuery.toProto()
Returns the
RunAggregationQueryRequest that this AggregateQuery instance represents. |
Modifier and Type | Method and Description |
---|---|
static AggregateQuery |
AggregateQuery.fromProto(Firestore firestore,
RunAggregationQueryRequest proto)
Returns an AggregateQuery instance that can be used to execute the provided
RunAggregationQueryRequest . |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreRpc.runAggregationQueryCallable()
Runs an aggregation query.
|
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
GrpcFirestoreRpc.runAggregationQueryCallable() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreClient.runAggregationQueryCallable()
Runs an aggregation query.
|
com.google.api.gax.rpc.ServerStreamingCallSettings<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreSettings.runAggregationQuerySettings()
Returns the object with the settings used for calls to runAggregationQuery.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreSettings.Builder.runAggregationQuerySettings()
Returns the builder for the settings used for calls to runAggregationQuery.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
HttpJsonFirestoreStub.runAggregationQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreStub.runAggregationQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> |
GrpcFirestoreStub.runAggregationQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallSettings<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreStubSettings.runAggregationQuerySettings()
Returns the object with the settings used for calls to runAggregationQuery.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreStubSettings.Builder.runAggregationQuerySettings()
Returns the builder for the settings used for calls to runAggregationQuery.
|
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest |
RunAggregationQueryRequest.Builder.build() |
RunAggregationQueryRequest |
RunAggregationQueryRequest.Builder.buildPartial() |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.getDefaultInstance() |
RunAggregationQueryRequest |
RunAggregationQueryRequest.getDefaultInstanceForType() |
RunAggregationQueryRequest |
RunAggregationQueryRequest.Builder.getDefaultInstanceForType() |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseDelimitedFrom(InputStream input) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(byte[] data) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(ByteBuffer data) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(com.google.protobuf.ByteString data) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(InputStream input) |
static RunAggregationQueryRequest |
RunAggregationQueryRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunAggregationQueryRequest> |
RunAggregationQueryRequest.getParserForType() |
static io.grpc.MethodDescriptor<RunAggregationQueryRequest,RunAggregationQueryResponse> |
FirestoreGrpc.getRunAggregationQueryMethod() |
static com.google.protobuf.Parser<RunAggregationQueryRequest> |
RunAggregationQueryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest.Builder |
RunAggregationQueryRequest.Builder.mergeFrom(RunAggregationQueryRequest other) |
static RunAggregationQueryRequest.Builder |
RunAggregationQueryRequest.newBuilder(RunAggregationQueryRequest prototype) |
Iterator<RunAggregationQueryResponse> |
FirestoreGrpc.FirestoreBlockingStub.runAggregationQuery(RunAggregationQueryRequest request)
Runs an aggregation query.
|
default void |
FirestoreGrpc.AsyncService.runAggregationQuery(RunAggregationQueryRequest request,
io.grpc.stub.StreamObserver<RunAggregationQueryResponse> responseObserver)
Runs an aggregation query.
|
void |
FirestoreGrpc.FirestoreStub.runAggregationQuery(RunAggregationQueryRequest request,
io.grpc.stub.StreamObserver<RunAggregationQueryResponse> responseObserver)
Runs an aggregation query.
|
Copyright © 2023 Google LLC. All rights reserved.