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<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreRpc.batchGetDocumentsCallable()
Gets multiple documents.
|
com.google.api.gax.rpc.ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
GrpcFirestoreRpc.batchGetDocumentsCallable() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreClient.batchGetDocumentsCallable()
Gets multiple documents.
|
com.google.api.gax.rpc.ServerStreamingCallSettings<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreSettings.batchGetDocumentsSettings()
Returns the object with the settings used for calls to batchGetDocuments.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreSettings.Builder.batchGetDocumentsSettings()
Returns the builder for the settings used for calls to batchGetDocuments.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
HttpJsonFirestoreStub.batchGetDocumentsCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreStub.batchGetDocumentsCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
GrpcFirestoreStub.batchGetDocumentsCallable() |
com.google.api.gax.rpc.ServerStreamingCallSettings<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreStubSettings.batchGetDocumentsSettings()
Returns the object with the settings used for calls to batchGetDocuments.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreStubSettings.Builder.batchGetDocumentsSettings()
Returns the builder for the settings used for calls to batchGetDocuments.
|
Modifier and Type | Method and Description |
---|---|
BatchGetDocumentsResponse |
BatchGetDocumentsResponse.Builder.build() |
BatchGetDocumentsResponse |
BatchGetDocumentsResponse.Builder.buildPartial() |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.getDefaultInstance() |
BatchGetDocumentsResponse |
BatchGetDocumentsResponse.getDefaultInstanceForType() |
BatchGetDocumentsResponse |
BatchGetDocumentsResponse.Builder.getDefaultInstanceForType() |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseDelimitedFrom(InputStream input) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(byte[] data) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(ByteBuffer data) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(com.google.protobuf.ByteString data) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(InputStream input) |
static BatchGetDocumentsResponse |
BatchGetDocumentsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Iterator<BatchGetDocumentsResponse> |
FirestoreGrpc.FirestoreBlockingStub.batchGetDocuments(BatchGetDocumentsRequest request)
Gets multiple documents.
|
static io.grpc.MethodDescriptor<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
FirestoreGrpc.getBatchGetDocumentsMethod() |
com.google.protobuf.Parser<BatchGetDocumentsResponse> |
BatchGetDocumentsResponse.getParserForType() |
static com.google.protobuf.Parser<BatchGetDocumentsResponse> |
BatchGetDocumentsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchGetDocumentsResponse.Builder |
BatchGetDocumentsResponse.Builder.mergeFrom(BatchGetDocumentsResponse other) |
static BatchGetDocumentsResponse.Builder |
BatchGetDocumentsResponse.newBuilder(BatchGetDocumentsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
FirestoreGrpc.AsyncService.batchGetDocuments(BatchGetDocumentsRequest request,
io.grpc.stub.StreamObserver<BatchGetDocumentsResponse> responseObserver)
Gets multiple documents.
|
void |
FirestoreGrpc.FirestoreStub.batchGetDocuments(BatchGetDocumentsRequest request,
io.grpc.stub.StreamObserver<BatchGetDocumentsResponse> responseObserver)
Gets multiple documents.
|
Copyright © 2023 Google LLC. All rights reserved.