google-cloud-spanner-v1 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8542884b48f89f5db4ecbd14ab7e3dc12389e1a898e3cfdbeeb708f832425ee2
|
4
|
+
data.tar.gz: ae2971fc107a9785e8aa318e1249e5f34af7d582aeebb63a9f0b81367f4d7506
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ad723ceb698ca5988271174bbfa8510ff6bf2054006dcc55cc99002ebb02bfa2bba932eccbb635ac9e1e68b8eae73b143a35a58c4538d6bc848714b7e3397d5
|
7
|
+
data.tar.gz: ab6e7713ad3ceba008bff01e5d324dd4d25b421a81f3177dd3e3f5ad513ab2d2c95395af947e4dbad77a209a923b46a93245dae49bc7f3b40184af09f2e57b34
|
@@ -1708,7 +1708,7 @@ module Google
|
|
1708
1708
|
# @param transaction_id [::String]
|
1709
1709
|
# Commit a previously-started transaction.
|
1710
1710
|
#
|
1711
|
-
# Note: The following
|
1711
|
+
# Note: The following parameters are mutually exclusive: `transaction_id`, `single_use_transaction`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1712
1712
|
# @param single_use_transaction [::Google::Cloud::Spanner::V1::TransactionOptions, ::Hash]
|
1713
1713
|
# Execute mutations in a temporary transaction. Note that unlike
|
1714
1714
|
# commit of a previously-started transaction, commit with a
|
@@ -1720,7 +1720,7 @@ module Google
|
|
1720
1720
|
# {::Google::Cloud::Spanner::V1::Spanner::Client#begin_transaction BeginTransaction} and
|
1721
1721
|
# {::Google::Cloud::Spanner::V1::Spanner::Client#commit Commit} instead.
|
1722
1722
|
#
|
1723
|
-
# Note: The following
|
1723
|
+
# Note: The following parameters are mutually exclusive: `single_use_transaction`, `transaction_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1724
1724
|
# @param mutations [::Array<::Google::Cloud::Spanner::V1::Mutation, ::Hash>]
|
1725
1725
|
# The mutations to be executed when this transaction commits. All
|
1726
1726
|
# mutations are applied atomically, in the order they appear in
|