Uses of Class
com.google.spanner.v1.RollbackRequest
-
Packages that use RollbackRequest Package Description com.google.cloud.spanner.spi.v1 com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of RollbackRequest in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 with parameters of type RollbackRequest Modifier and Type Method Description void
GapicSpannerRpc. rollback(RollbackRequest request, Map<SpannerRpc.Option,?> options)
void
SpannerRpc. rollback(RollbackRequest request, Map<SpannerRpc.Option,?> options)
com.google.api.core.ApiFuture<com.google.protobuf.Empty>
GapicSpannerRpc. rollbackAsync(RollbackRequest request, Map<SpannerRpc.Option,?> options)
com.google.api.core.ApiFuture<com.google.protobuf.Empty>
SpannerRpc. rollbackAsync(RollbackRequest request, Map<SpannerRpc.Option,?> options)
-
Uses of RollbackRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type RollbackRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RollbackRequest,com.google.protobuf.Empty>
SpannerClient. rollbackCallable()
Rolls back a transaction, releasing any locks it holds.com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackRequest,com.google.protobuf.Empty>
SpannerSettings.Builder. rollbackSettings()
Returns the builder for the settings used for calls to rollback.com.google.api.gax.rpc.UnaryCallSettings<RollbackRequest,com.google.protobuf.Empty>
SpannerSettings. rollbackSettings()
Returns the object with the settings used for calls to rollback.Methods in com.google.cloud.spanner.v1 with parameters of type RollbackRequest Modifier and Type Method Description void
SpannerClient. rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds. -
Uses of RollbackRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type RollbackRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RollbackRequest,com.google.protobuf.Empty>
GrpcSpannerStub. rollbackCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackRequest,com.google.protobuf.Empty>
HttpJsonSpannerStub. rollbackCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackRequest,com.google.protobuf.Empty>
SpannerStub. rollbackCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackRequest,com.google.protobuf.Empty>
SpannerStubSettings.Builder. rollbackSettings()
Returns the builder for the settings used for calls to rollback.com.google.api.gax.rpc.UnaryCallSettings<RollbackRequest,com.google.protobuf.Empty>
SpannerStubSettings. rollbackSettings()
Returns the object with the settings used for calls to rollback. -
Uses of RollbackRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return RollbackRequest Modifier and Type Method Description RollbackRequest
RollbackRequest.Builder. build()
RollbackRequest
RollbackRequest.Builder. buildPartial()
static RollbackRequest
RollbackRequest. getDefaultInstance()
RollbackRequest
RollbackRequest.Builder. getDefaultInstanceForType()
RollbackRequest
RollbackRequest. 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(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)
static RollbackRequest
RollbackRequest. parseFrom(ByteBuffer data)
static RollbackRequest
RollbackRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type RollbackRequest Modifier and Type Method Description com.google.protobuf.Parser<RollbackRequest>
RollbackRequest. getParserForType()
static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty>
SpannerGrpc. getRollbackMethod()
static com.google.protobuf.Parser<RollbackRequest>
RollbackRequest. parser()
Methods in com.google.spanner.v1 with parameters of type RollbackRequest Modifier and Type Method Description RollbackRequest.Builder
RollbackRequest.Builder. mergeFrom(RollbackRequest other)
static RollbackRequest.Builder
RollbackRequest. newBuilder(RollbackRequest prototype)
default void
SpannerGrpc.AsyncService. rollback(RollbackRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Rolls back a transaction, releasing any locks it holds.com.google.protobuf.Empty
SpannerGrpc.SpannerBlockingStub. rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SpannerGrpc.SpannerFutureStub. rollback(RollbackRequest request)
Rolls back a transaction, releasing any locks it holds.void
SpannerGrpc.SpannerStub. rollback(RollbackRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Rolls back a transaction, releasing any locks it holds.
-