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<CommitRequest,CommitResponse> |
FirestoreRpc.commitCallable()
Commits a transaction, while optionally updating documents.
|
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse> |
GrpcFirestoreRpc.commitCallable() |
Modifier and Type | Method and Description |
---|---|
CommitResponse |
FirestoreClient.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
CommitResponse |
FirestoreClient.commit(String database,
List<Write> writes)
Commits a transaction, while optionally updating documents.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse> |
FirestoreClient.commitCallable()
Commits a transaction, while optionally updating documents.
|
com.google.api.gax.rpc.UnaryCallSettings<CommitRequest,CommitResponse> |
FirestoreSettings.commitSettings()
Returns the object with the settings used for calls to commit.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitRequest,CommitResponse> |
FirestoreSettings.Builder.commitSettings()
Returns the builder for the settings used for calls to commit.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse> |
HttpJsonFirestoreStub.commitCallable() |
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse> |
FirestoreStub.commitCallable() |
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse> |
GrpcFirestoreStub.commitCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CommitRequest,CommitResponse> |
FirestoreStubSettings.commitSettings()
Returns the object with the settings used for calls to commit.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitRequest,CommitResponse> |
FirestoreStubSettings.Builder.commitSettings()
Returns the builder for the settings used for calls to commit.
|
Modifier and Type | Method and Description |
---|---|
CommitResponse |
CommitResponse.Builder.build() |
CommitResponse |
CommitResponse.Builder.buildPartial() |
CommitResponse |
FirestoreGrpc.FirestoreBlockingStub.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
static CommitResponse |
CommitResponse.getDefaultInstance() |
CommitResponse |
CommitResponse.getDefaultInstanceForType() |
CommitResponse |
CommitResponse.Builder.getDefaultInstanceForType() |
static CommitResponse |
CommitResponse.parseDelimitedFrom(InputStream input) |
static CommitResponse |
CommitResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitResponse |
CommitResponse.parseFrom(byte[] data) |
static CommitResponse |
CommitResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitResponse |
CommitResponse.parseFrom(ByteBuffer data) |
static CommitResponse |
CommitResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitResponse |
CommitResponse.parseFrom(com.google.protobuf.ByteString data) |
static CommitResponse |
CommitResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitResponse |
CommitResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommitResponse |
CommitResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitResponse |
CommitResponse.parseFrom(InputStream input) |
static CommitResponse |
CommitResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CommitResponse> |
FirestoreGrpc.FirestoreFutureStub.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
FirestoreGrpc.getCommitMethod() |
com.google.protobuf.Parser<CommitResponse> |
CommitResponse.getParserForType() |
static com.google.protobuf.Parser<CommitResponse> |
CommitResponse.parser() |
Modifier and Type | Method and Description |
---|---|
CommitResponse.Builder |
CommitResponse.Builder.mergeFrom(CommitResponse other) |
static CommitResponse.Builder |
CommitResponse.newBuilder(CommitResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
FirestoreGrpc.AsyncService.commit(CommitRequest request,
io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction, while optionally updating documents.
|
void |
FirestoreGrpc.FirestoreStub.commit(CommitRequest request,
io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction, while optionally updating documents.
|
Copyright © 2023 Google LLC. All rights reserved.