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: 1e608332cd1e0b0cba1b9d9732838ee0e3fa11f6aebb171f7271b6803b036deb
4
- data.tar.gz: 756c4e8410d25bde7101ad19a97369a16773d9fa969f7015ec4d54a266b2ba63
3
+ metadata.gz: 8542884b48f89f5db4ecbd14ab7e3dc12389e1a898e3cfdbeeb708f832425ee2
4
+ data.tar.gz: ae2971fc107a9785e8aa318e1249e5f34af7d582aeebb63a9f0b81367f4d7506
5
5
  SHA512:
6
- metadata.gz: e92b09b178d9dcc879ebb0061dd08c6c033ebf548467b4f59e9a3c5afc40ac07b0f4959ae4f7fc2126327672d1c4cc3f324286250b86b3bdef64d3b26df0f5db
7
- data.tar.gz: 7381402bead929b83052f1ed5003bd72526ff0e4ebd38eb7fcf3e263e4e3e60b59157db41b4288300c865eb078e8cc0e382060d94417968e89da73bce238b72e
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 fields are mutually exclusive: `transaction_id`, `single_use_transaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `single_use_transaction`, `transaction_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "1.9.0"
24
+ VERSION = "1.9.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC