Skip to content

Commit 9ab8fa5

Browse files
feat: Automated regeneration of spanner v1 client (googleapis#23714)
Auto-created at 2025-07-20 09:50:14 +0000 using the toys pull request generator.
1 parent 96d5b65 commit 9ab8fa5

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

generated/google-apis-spanner_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-spanner_v1
22

3+
### v0.44.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250708
6+
37
### v0.43.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250625

generated/google-apis-spanner_v1/lib/google/apis/spanner_v1/classes.rb

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -712,16 +712,9 @@ def update!(**args)
712712
class BatchWriteRequest
713713
include Google::Apis::Core::Hashable
714714

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.
725718
# Corresponds to the JSON property `excludeTxnFromChangeStreams`
726719
# @return [Boolean]
727720
attr_accessor :exclude_txn_from_change_streams
@@ -2122,8 +2115,8 @@ class DatabaseMoveConfig
21222115
include Google::Apis::Core::Hashable
21232116

21242117
# 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.
21272120
# Corresponds to the JSON property `databaseId`
21282121
# @return [String]
21292122
attr_accessor :database_id

generated/google-apis-spanner_v1/lib/google/apis/spanner_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SpannerV1
1818
# Version of the google-apis-spanner_v1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250625"
25+
REVISION = "20250708"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)