Package | Description |
---|---|
com.google.cloud.spanner.spi.v1 | |
com.google.cloud.spanner.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.spanner.v1.stub | |
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
void |
GapicSpannerRpc.rollback(RollbackRequest request,
Map<SpannerRpc.Option,?> options) |
void |
SpannerRpc.rollback(RollbackRequest request,
Map<SpannerRpc.Option,?> options) |
com.google.api.core.ApiFuture<Empty> |
GapicSpannerRpc.rollbackAsync(RollbackRequest request,
Map<SpannerRpc.Option,?> options) |
com.google.api.core.ApiFuture<Empty> |
SpannerRpc.rollbackAsync(RollbackRequest request,
Map<SpannerRpc.Option,?> options) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<RollbackRequest,Empty> |
SpannerClient.rollbackCallable()
Rolls back a transaction, releasing any locks it holds.
|
UnaryCallSettings<RollbackRequest,Empty> |
SpannerSettings.rollbackSettings()
Returns the object with the settings used for calls to rollback.
|
UnaryCallSettings.Builder<RollbackRequest,Empty> |
SpannerSettings.Builder.rollbackSettings()
Returns the builder for the settings used for calls to rollback.
|
Modifier and Type | Method and Description |
---|---|
void |
SpannerClient.rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<RollbackRequest,Empty> |
GrpcSpannerStub.rollbackCallable() |
UnaryCallable<RollbackRequest,Empty> |
SpannerStub.rollbackCallable() |
UnaryCallSettings<RollbackRequest,Empty> |
SpannerStubSettings.rollbackSettings()
Returns the object with the settings used for calls to rollback.
|
UnaryCallSettings.Builder<RollbackRequest,Empty> |
SpannerStubSettings.Builder.rollbackSettings()
Returns the builder for the settings used for calls to rollback.
|
Modifier and Type | Method and Description |
---|---|
Parser<RollbackRequest> |
RollbackRequest.getParserForType() |
static MethodDescriptor<RollbackRequest,Empty> |
SpannerGrpc.getRollbackMethod() |
static Parser<RollbackRequest> |
RollbackRequest.parser() |
Modifier and Type | Method and Description |
---|---|
RollbackRequest.Builder |
RollbackRequest.Builder.mergeFrom(RollbackRequest other) |
static RollbackRequest.Builder |
RollbackRequest.newBuilder(RollbackRequest prototype) |
Empty |
SpannerGrpc.SpannerBlockingStub.rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
SpannerGrpc.SpannerFutureStub.rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds.
|
void |
SpannerGrpc.SpannerImplBase.rollback(RollbackRequest request,
StreamObserver<Empty> responseObserver)
Rolls back a transaction, releasing any locks it holds.
|
void |
SpannerGrpc.SpannerStub.rollback(RollbackRequest request,
StreamObserver<Empty> responseObserver)
Rolls back a transaction, releasing any locks it holds.
|
Copyright © 2022 Google LLC. All rights reserved.