Uses of Class
com.google.spanner.v1.Transaction
-
-
Uses of Transaction in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Transaction Modifier and Type Method Description 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.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.
-