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.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
FirestoreRpc.batchWriteCallable() |
com.google.api.gax.rpc.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
GrpcFirestoreRpc.batchWriteCallable() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
FirestoreClient.batchWriteCallable()
Applies a batch of write operations.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchWriteRequest,BatchWriteResponse> |
FirestoreSettings.batchWriteSettings()
Returns the object with the settings used for calls to batchWrite.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchWriteRequest,BatchWriteResponse> |
FirestoreSettings.Builder.batchWriteSettings()
Returns the builder for the settings used for calls to batchWrite.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteResponse |
FirestoreClient.batchWrite(BatchWriteRequest request)
Applies a batch of write operations.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
HttpJsonFirestoreStub.batchWriteCallable() |
com.google.api.gax.rpc.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
FirestoreStub.batchWriteCallable() |
com.google.api.gax.rpc.UnaryCallable<BatchWriteRequest,BatchWriteResponse> |
GrpcFirestoreStub.batchWriteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<BatchWriteRequest,BatchWriteResponse> |
FirestoreStubSettings.batchWriteSettings()
Returns the object with the settings used for calls to batchWrite.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchWriteRequest,BatchWriteResponse> |
FirestoreStubSettings.Builder.batchWriteSettings()
Returns the builder for the settings used for calls to batchWrite.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteRequest |
BatchWriteRequest.Builder.build() |
BatchWriteRequest |
BatchWriteRequest.Builder.buildPartial() |
static BatchWriteRequest |
BatchWriteRequest.getDefaultInstance() |
BatchWriteRequest |
BatchWriteRequest.getDefaultInstanceForType() |
BatchWriteRequest |
BatchWriteRequest.Builder.getDefaultInstanceForType() |
static BatchWriteRequest |
BatchWriteRequest.parseDelimitedFrom(InputStream input) |
static BatchWriteRequest |
BatchWriteRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(byte[] data) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(ByteBuffer data) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(com.google.protobuf.ByteString data) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(InputStream input) |
static BatchWriteRequest |
BatchWriteRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<BatchWriteRequest,BatchWriteResponse> |
FirestoreGrpc.getBatchWriteMethod() |
com.google.protobuf.Parser<BatchWriteRequest> |
BatchWriteRequest.getParserForType() |
static com.google.protobuf.Parser<BatchWriteRequest> |
BatchWriteRequest.parser() |
Modifier and Type | Method and Description |
---|---|
BatchWriteResponse |
FirestoreGrpc.FirestoreBlockingStub.batchWrite(BatchWriteRequest request)
Applies a batch of write operations.
|
com.google.common.util.concurrent.ListenableFuture<BatchWriteResponse> |
FirestoreGrpc.FirestoreFutureStub.batchWrite(BatchWriteRequest request)
Applies a batch of write operations.
|
default void |
FirestoreGrpc.AsyncService.batchWrite(BatchWriteRequest request,
io.grpc.stub.StreamObserver<BatchWriteResponse> responseObserver)
Applies a batch of write operations.
|
void |
FirestoreGrpc.FirestoreStub.batchWrite(BatchWriteRequest request,
io.grpc.stub.StreamObserver<BatchWriteResponse> responseObserver)
Applies a batch of write operations.
|
BatchWriteRequest.Builder |
BatchWriteRequest.Builder.mergeFrom(BatchWriteRequest other) |
static BatchWriteRequest.Builder |
BatchWriteRequest.newBuilder(BatchWriteRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.