Package | Description |
---|---|
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 |
---|---|
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 |
---|---|
RunQueryResponse |
RunQueryResponse.Builder.build() |
RunQueryResponse |
RunQueryResponse.Builder.buildPartial() |
static RunQueryResponse |
RunQueryResponse.getDefaultInstance() |
RunQueryResponse |
RunQueryResponse.getDefaultInstanceForType() |
RunQueryResponse |
RunQueryResponse.Builder.getDefaultInstanceForType() |
static RunQueryResponse |
RunQueryResponse.parseDelimitedFrom(InputStream input) |
static RunQueryResponse |
RunQueryResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(byte[] data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(ByteBuffer data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.ByteString data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(InputStream input) |
static RunQueryResponse |
RunQueryResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunQueryResponse> |
RunQueryResponse.getParserForType() |
static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> |
FirestoreGrpc.getRunQueryMethod() |
static com.google.protobuf.Parser<RunQueryResponse> |
RunQueryResponse.parser() |
Iterator<RunQueryResponse> |
FirestoreGrpc.FirestoreBlockingStub.runQuery(RunQueryRequest request)
Runs a query.
|
Modifier and Type | Method and Description |
---|---|
RunQueryResponse.Builder |
RunQueryResponse.Builder.mergeFrom(RunQueryResponse other) |
static RunQueryResponse.Builder |
RunQueryResponse.newBuilder(RunQueryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.