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