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 voidGapicSpannerRpc. rollback(RollbackRequest request, Map<SpannerRpc.Option,?> options)voidSpannerRpc. 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 voidSpannerClient. 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 RollbackRequestRollbackRequest.Builder. build()RollbackRequestRollbackRequest.Builder. buildPartial()static RollbackRequestRollbackRequest. getDefaultInstance()RollbackRequestRollbackRequest.Builder. getDefaultInstanceForType()RollbackRequestRollbackRequest. getDefaultInstanceForType()static RollbackRequestRollbackRequest. parseDelimitedFrom(InputStream input)static RollbackRequestRollbackRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackRequestRollbackRequest. parseFrom(byte[] data)static RollbackRequestRollbackRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackRequestRollbackRequest. parseFrom(com.google.protobuf.ByteString data)static RollbackRequestRollbackRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackRequestRollbackRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RollbackRequestRollbackRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackRequestRollbackRequest. parseFrom(InputStream input)static RollbackRequestRollbackRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackRequestRollbackRequest. parseFrom(ByteBuffer data)static RollbackRequestRollbackRequest. 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.BuilderRollbackRequest.Builder. mergeFrom(RollbackRequest other)static RollbackRequest.BuilderRollbackRequest. newBuilder(RollbackRequest prototype)default voidSpannerGrpc.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.EmptySpannerGrpc.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.voidSpannerGrpc.SpannerStub. rollback(RollbackRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Rolls back a transaction, releasing any locks it holds.
-