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 Transaction
GapicSpannerRpc. beginTransaction(BeginTransactionRequest request, Map<SpannerRpc.Option,?> options, boolean routeToLeader)
Transaction
SpannerRpc. 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 Transaction
SpannerClient. beginTransaction(BeginTransactionRequest request)
Begins a new transaction.Transaction
SpannerClient. beginTransaction(SessionName session, TransactionOptions options)
Begins a new transaction.Transaction
SpannerClient. 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 Transaction
SpannerGrpc.SpannerBlockingStub. beginTransaction(BeginTransactionRequest request)
Begins a new transaction.Transaction
Transaction.Builder. build()
Transaction
Transaction.Builder. buildPartial()
static Transaction
Transaction. getDefaultInstance()
Transaction
Transaction.Builder. getDefaultInstanceForType()
Transaction
Transaction. getDefaultInstanceForType()
Transaction
PartitionResponse.Builder. getTransaction()
Transaction created by this request.Transaction
PartitionResponse. getTransaction()
Transaction created by this request.Transaction
PartitionResponseOrBuilder. getTransaction()
Transaction created by this request.Transaction
ResultSetMetadata.Builder. getTransaction()
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.Transaction
ResultSetMetadata. getTransaction()
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.Transaction
ResultSetMetadataOrBuilder. getTransaction()
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.static Transaction
Transaction. parseDelimitedFrom(InputStream input)
static Transaction
Transaction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Transaction
Transaction. parseFrom(byte[] data)
static Transaction
Transaction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Transaction
Transaction. parseFrom(com.google.protobuf.ByteString data)
static Transaction
Transaction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Transaction
Transaction. parseFrom(com.google.protobuf.CodedInputStream input)
static Transaction
Transaction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Transaction
Transaction. parseFrom(InputStream input)
static Transaction
Transaction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Transaction
Transaction. parseFrom(ByteBuffer data)
static Transaction
Transaction. 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.Builder
Transaction.Builder. mergeFrom(Transaction other)
PartitionResponse.Builder
PartitionResponse.Builder. mergeTransaction(Transaction value)
Transaction created by this request.ResultSetMetadata.Builder
ResultSetMetadata.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.Builder
Transaction. newBuilder(Transaction prototype)
PartitionResponse.Builder
PartitionResponse.Builder. setTransaction(Transaction value)
Transaction created by this request.ResultSetMetadata.Builder
ResultSetMetadata.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 void
SpannerGrpc.AsyncService. beginTransaction(BeginTransactionRequest request, io.grpc.stub.StreamObserver<Transaction> responseObserver)
Begins a new transaction.void
SpannerGrpc.SpannerStub. beginTransaction(BeginTransactionRequest request, io.grpc.stub.StreamObserver<Transaction> responseObserver)
Begins a new transaction.
-