google-apis-spanner_v1 0.43.0 → 0.44.0

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: 9ff3c467cf3caa328b6c200a443e0fa97c76cf2980db9feedacb805456d0a2a9
4
- data.tar.gz: 3ee51aa254b443e266973b0a7cfcc274ece131c985f3d94e464271ee694cfbf5
3
+ metadata.gz: f94ddd3a38c1bce164cdadedebce2083cccc4038af71a6e91cc46a003bf055bf
4
+ data.tar.gz: 5de1e4480e4ec081ec3549afbd6b7aec520e0f2bc493ab854047929b4713774d
5
5
  SHA512:
6
- metadata.gz: 4ba927505875f4f6488e4d11c353dc1837de8cf4824a6d43d85ccc96fd446e81b50561ca6ab353cbb85a74dd96220ca27c9fbcd3f2439a59cfef80e9972fd390
7
- data.tar.gz: f0f369669d52f7856da3cdcbf00c5223a8ca2fa8461125cbfa4e0101f72241dfd4e72ec2f6d0d508dcc7e954f3249a8c7e5a38cfda13aa3688c0a7c0f33f8661
6
+ metadata.gz: 6ea3cd6e82d86e8e37a4b6dfe61501a88660c2ec7411c765f965a08f0e2a98c3da429f706780424512d52abb14aac169ba9720aaf161c983245b345ffab33e55
7
+ data.tar.gz: 4886d04f2ebdaf62229a891269f094c9916a3f62a6fe60edabc1518177357bf6fe09e6d4e317397ce441cb28dbd022c7ab1678f3b0d88e6c3f40a8d70209084f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.44.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250708
6
+
3
7
  ### v0.43.0 (2025-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250625
@@ -712,16 +712,9 @@ module Google
712
712
  class BatchWriteRequest
713
713
  include Google::Apis::Core::Hashable
714
714
 
715
- # Optional. When `exclude_txn_from_change_streams` is set to `true`: *
716
- # Modifications from all transactions in this batch write operation are not be
717
- # recorded in change streams with DDL option `allow_txn_exclusion=true` that are
718
- # tracking columns modified by these transactions. * Modifications from all
719
- # transactions in this batch write operation are recorded in change streams with
720
- # DDL option `allow_txn_exclusion=false or not set` that are tracking columns
721
- # modified by these transactions. When `exclude_txn_from_change_streams` is set
722
- # to `false` or not set, Modifications from all transactions in this batch write
723
- # operation are recorded in all change streams that are tracking columns
724
- # modified by these transactions.
715
+ # Optional. If you don't set the `exclude_txn_from_change_streams` option or if
716
+ # it's set to `false`, then any change streams monitoring columns modified by
717
+ # transactions will capture the updates made within that transaction.
725
718
  # Corresponds to the JSON property `excludeTxnFromChangeStreams`
726
719
  # @return [Boolean]
727
720
  attr_accessor :exclude_txn_from_change_streams
@@ -2122,8 +2115,8 @@ module Google
2122
2115
  include Google::Apis::Core::Hashable
2123
2116
 
2124
2117
  # Required. The unique identifier of the database resource in the Instance. For
2125
- # example if the database uri is projects/foo/instances/bar/databases/baz, the
2126
- # id to supply here is baz.
2118
+ # example, if the database uri is `projects/foo/instances/bar/databases/baz`,
2119
+ # then the id to supply here is baz.
2127
2120
  # Corresponds to the JSON property `databaseId`
2128
2121
  # @return [String]
2129
2122
  attr_accessor :database_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpannerV1
18
18
  # Version of the google-apis-spanner_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250625"
25
+ REVISION = "20250708"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-spanner_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.44.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1
62
62
  rdoc_options: []
63
63
  require_paths: