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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/spanner_v1/classes.rb +5 -12
- data/lib/google/apis/spanner_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f94ddd3a38c1bce164cdadedebce2083cccc4038af71a6e91cc46a003bf055bf
|
4
|
+
data.tar.gz: 5de1e4480e4ec081ec3549afbd6b7aec520e0f2bc493ab854047929b4713774d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ea3cd6e82d86e8e37a4b6dfe61501a88660c2ec7411c765f965a08f0e2a98c3da429f706780424512d52abb14aac169ba9720aaf161c983245b345ffab33e55
|
7
|
+
data.tar.gz: 4886d04f2ebdaf62229a891269f094c9916a3f62a6fe60edabc1518177357bf6fe09e6d4e317397ce441cb28dbd022c7ab1678f3b0d88e6c3f40a8d70209084f
|
data/CHANGELOG.md
CHANGED
@@ -712,16 +712,9 @@ module Google
|
|
712
712
|
class BatchWriteRequest
|
713
713
|
include Google::Apis::Core::Hashable
|
714
714
|
|
715
|
-
# Optional.
|
716
|
-
#
|
717
|
-
#
|
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
|
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.
|
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 = "
|
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.
|
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.
|
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:
|