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 |
---|---|
RunQueryRequest |
Query.toProto()
Returns the
RunQueryRequest that this Query instance represents. |
Modifier and Type | Method and Description |
---|---|
static Query |
Query.fromProto(Firestore firestore,
RunQueryRequest proto)
Returns a Query instance that can be used to execute the provided
RunQueryRequest . |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
FirestoreRpc.runQueryCallable()
Runs a query.
|
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
GrpcFirestoreRpc.runQueryCallable() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
FirestoreClient.runQueryCallable()
Runs a query.
|
com.google.api.gax.rpc.ServerStreamingCallSettings<RunQueryRequest,RunQueryResponse> |
FirestoreSettings.runQuerySettings()
Returns the object with the settings used for calls to runQuery.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<RunQueryRequest,RunQueryResponse> |
FirestoreSettings.Builder.runQuerySettings()
Returns the builder for the settings used for calls to runQuery.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
HttpJsonFirestoreStub.runQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
FirestoreStub.runQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<RunQueryRequest,RunQueryResponse> |
GrpcFirestoreStub.runQueryCallable() |
com.google.api.gax.rpc.ServerStreamingCallSettings<RunQueryRequest,RunQueryResponse> |
FirestoreStubSettings.runQuerySettings()
Returns the object with the settings used for calls to runQuery.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<RunQueryRequest,RunQueryResponse> |
FirestoreStubSettings.Builder.runQuerySettings()
Returns the builder for the settings used for calls to runQuery.
|
Modifier and Type | Method and Description |
---|---|
RunQueryRequest |
RunQueryRequest.Builder.build() |
RunQueryRequest |
RunQueryRequest.Builder.buildPartial() |
static RunQueryRequest |
RunQueryRequest.getDefaultInstance() |
RunQueryRequest |
RunQueryRequest.getDefaultInstanceForType() |
RunQueryRequest |
RunQueryRequest.Builder.getDefaultInstanceForType() |
static RunQueryRequest |
RunQueryRequest.parseDelimitedFrom(InputStream input) |
static RunQueryRequest |
RunQueryRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryRequest |
RunQueryRequest.parseFrom(byte[] data) |
static RunQueryRequest |
RunQueryRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryRequest |
RunQueryRequest.parseFrom(ByteBuffer data) |
static RunQueryRequest |
RunQueryRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryRequest |
RunQueryRequest.parseFrom(com.google.protobuf.ByteString data) |
static RunQueryRequest |
RunQueryRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryRequest |
RunQueryRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunQueryRequest |
RunQueryRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryRequest |
RunQueryRequest.parseFrom(InputStream input) |
static RunQueryRequest |
RunQueryRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunQueryRequest> |
RunQueryRequest.getParserForType() |
static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> |
FirestoreGrpc.getRunQueryMethod() |
static com.google.protobuf.Parser<RunQueryRequest> |
RunQueryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
RunQueryRequest.Builder |
RunQueryRequest.Builder.mergeFrom(RunQueryRequest other) |
static RunQueryRequest.Builder |
RunQueryRequest.newBuilder(RunQueryRequest prototype) |
Iterator<RunQueryResponse> |
FirestoreGrpc.FirestoreBlockingStub.runQuery(RunQueryRequest request)
Runs a query.
|
default void |
FirestoreGrpc.AsyncService.runQuery(RunQueryRequest request,
io.grpc.stub.StreamObserver<RunQueryResponse> responseObserver)
Runs a query.
|
void |
FirestoreGrpc.FirestoreStub.runQuery(RunQueryRequest request,
io.grpc.stub.StreamObserver<RunQueryResponse> responseObserver)
Runs a query.
|
Copyright © 2023 Google LLC. All rights reserved.