@@ -712,16 +712,9 @@ def update!(**args)
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 @@ class DatabaseMoveConfig
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
0 commit comments