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 |
---|---|
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 |
---|---|
CommitResponse |
FirestoreClient.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
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 |
---|---|
CommitRequest |
CommitRequest.Builder.build() |
CommitRequest |
CommitRequest.Builder.buildPartial() |
static CommitRequest |
CommitRequest.getDefaultInstance() |
CommitRequest |
CommitRequest.getDefaultInstanceForType() |
CommitRequest |
CommitRequest.Builder.getDefaultInstanceForType() |
static CommitRequest |
CommitRequest.parseDelimitedFrom(InputStream input) |
static CommitRequest |
CommitRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitRequest |
CommitRequest.parseFrom(byte[] data) |
static CommitRequest |
CommitRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitRequest |
CommitRequest.parseFrom(ByteBuffer data) |
static CommitRequest |
CommitRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitRequest |
CommitRequest.parseFrom(com.google.protobuf.ByteString data) |
static CommitRequest |
CommitRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitRequest |
CommitRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommitRequest |
CommitRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitRequest |
CommitRequest.parseFrom(InputStream input) |
static CommitRequest |
CommitRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
FirestoreGrpc.getCommitMethod() |
com.google.protobuf.Parser<CommitRequest> |
CommitRequest.getParserForType() |
static com.google.protobuf.Parser<CommitRequest> |
CommitRequest.parser() |
Modifier and Type | Method and Description |
---|---|
CommitResponse |
FirestoreGrpc.FirestoreBlockingStub.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
com.google.common.util.concurrent.ListenableFuture<CommitResponse> |
FirestoreGrpc.FirestoreFutureStub.commit(CommitRequest request)
Commits a transaction, while optionally updating documents.
|
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.
|
CommitRequest.Builder |
CommitRequest.Builder.mergeFrom(CommitRequest other) |
static CommitRequest.Builder |
CommitRequest.newBuilder(CommitRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.