Uses of Class
com.google.spanner.v1.Transaction
-
Packages that use Transaction 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 Transaction in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 that return Transaction Modifier and Type Method Description TransactionGapicSpannerRpc. beginTransaction(BeginTransactionRequest request, Map<SpannerRpc.Option,?> options, boolean routeToLeader)TransactionSpannerRpc. beginTransaction(BeginTransactionRequest request, Map<SpannerRpc.Option,?> options, boolean routeToLeader)Begins a transaction.Methods in com.google.cloud.spanner.spi.v1 that return types with arguments of type Transaction Modifier and Type Method Description com.google.api.core.ApiFuture<Transaction>GapicSpannerRpc. beginTransactionAsync(BeginTransactionRequest request, Map<SpannerRpc.Option,?> options, boolean routeToLeader)com.google.api.core.ApiFuture<Transaction>SpannerRpc. beginTransactionAsync(BeginTransactionRequest request, Map<SpannerRpc.Option,?> options, boolean routeToLeader)Begins a transaction asynchronously. -
Uses of Transaction in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return Transaction Modifier and Type Method Description TransactionSpannerClient. beginTransaction(BeginTransactionRequest request)Begins a new transaction.TransactionSpannerClient. beginTransaction(SessionName session, TransactionOptions options)Begins a new transaction.TransactionSpannerClient. beginTransaction(String session, TransactionOptions options)Begins a new transaction.Methods in com.google.cloud.spanner.v1 that return types with arguments of type Transaction Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BeginTransactionRequest,Transaction>SpannerClient. beginTransactionCallable()Begins a new transaction.com.google.api.gax.rpc.UnaryCallSettings<BeginTransactionRequest,Transaction>SpannerSettings. beginTransactionSettings()Returns the object with the settings used for calls to beginTransaction.com.google.api.gax.rpc.UnaryCallSettings.Builder<BeginTransactionRequest,Transaction>SpannerSettings.Builder. beginTransactionSettings()Returns the builder for the settings used for calls to beginTransaction. -
Uses of Transaction in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type Transaction Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BeginTransactionRequest,Transaction>GrpcSpannerStub. beginTransactionCallable()com.google.api.gax.rpc.UnaryCallable<BeginTransactionRequest,Transaction>HttpJsonSpannerStub. beginTransactionCallable()com.google.api.gax.rpc.UnaryCallable<BeginTransactionRequest,Transaction>SpannerStub. beginTransactionCallable()com.google.api.gax.rpc.UnaryCallSettings<BeginTransactionRequest,Transaction>SpannerStubSettings. beginTransactionSettings()Returns the object with the settings used for calls to beginTransaction.com.google.api.gax.rpc.UnaryCallSettings.Builder<BeginTransactionRequest,Transaction>SpannerStubSettings.Builder. beginTransactionSettings()Returns the builder for the settings used for calls to beginTransaction. -
Uses of Transaction in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Transaction Modifier and Type Method Description TransactionSpannerGrpc.SpannerBlockingStub. beginTransaction(BeginTransactionRequest request)Begins a new transaction.TransactionTransaction.Builder. build()TransactionTransaction.Builder. buildPartial()static TransactionTransaction. getDefaultInstance()TransactionTransaction.Builder. getDefaultInstanceForType()TransactionTransaction. getDefaultInstanceForType()TransactionPartitionResponse.Builder. getTransaction()Transaction created by this request.TransactionPartitionResponse. getTransaction()Transaction created by this request.TransactionPartitionResponseOrBuilder. getTransaction()Transaction created by this request.TransactionResultSetMetadata.Builder. getTransaction()If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.TransactionResultSetMetadata. getTransaction()If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.TransactionResultSetMetadataOrBuilder. getTransaction()If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.static TransactionTransaction. parseDelimitedFrom(InputStream input)static TransactionTransaction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionTransaction. parseFrom(byte[] data)static TransactionTransaction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionTransaction. parseFrom(com.google.protobuf.ByteString data)static TransactionTransaction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionTransaction. parseFrom(com.google.protobuf.CodedInputStream input)static TransactionTransaction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionTransaction. parseFrom(InputStream input)static TransactionTransaction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionTransaction. parseFrom(ByteBuffer data)static TransactionTransaction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type Transaction Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Transaction>SpannerGrpc.SpannerFutureStub. beginTransaction(BeginTransactionRequest request)Begins a new transaction.static io.grpc.MethodDescriptor<BeginTransactionRequest,Transaction>SpannerGrpc. getBeginTransactionMethod()com.google.protobuf.Parser<Transaction>Transaction. getParserForType()static com.google.protobuf.Parser<Transaction>Transaction. parser()Methods in com.google.spanner.v1 with parameters of type Transaction Modifier and Type Method Description Transaction.BuilderTransaction.Builder. mergeFrom(Transaction other)PartitionResponse.BuilderPartitionResponse.Builder. mergeTransaction(Transaction value)Transaction created by this request.ResultSetMetadata.BuilderResultSetMetadata.Builder. mergeTransaction(Transaction value)If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.static Transaction.BuilderTransaction. newBuilder(Transaction prototype)PartitionResponse.BuilderPartitionResponse.Builder. setTransaction(Transaction value)Transaction created by this request.ResultSetMetadata.BuilderResultSetMetadata.Builder. setTransaction(Transaction value)If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.Method parameters in com.google.spanner.v1 with type arguments of type Transaction Modifier and Type Method Description default voidSpannerGrpc.AsyncService. beginTransaction(BeginTransactionRequest request, io.grpc.stub.StreamObserver<Transaction> responseObserver)Begins a new transaction.voidSpannerGrpc.SpannerStub. beginTransaction(BeginTransactionRequest request, io.grpc.stub.StreamObserver<Transaction> responseObserver)Begins a new transaction.
-