google-cloud-spanner-v1 1.10.0 → 1.10.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 +4 -4
- data/lib/google/cloud/spanner/v1/spanner/client.rb +152 -156
- data/lib/google/cloud/spanner/v1/version.rb +1 -1
- data/lib/google/spanner/v1/spanner_pb.rb +1 -1
- data/lib/google/spanner/v1/spanner_services_pb.rb +41 -35
- data/proto_docs/google/spanner/v1/keys.rb +2 -2
- data/proto_docs/google/spanner/v1/mutation.rb +31 -23
- data/proto_docs/google/spanner/v1/query_plan.rb +21 -18
- data/proto_docs/google/spanner/v1/spanner.rb +155 -169
- data/proto_docs/google/spanner/v1/transaction.rb +3 -2
- metadata +3 -3
@@ -227,8 +227,9 @@ module Google
|
|
227
227
|
# actually occurred in parallel. Spanner assigns commit timestamps that
|
228
228
|
# reflect the order of committed transactions to implement this property.
|
229
229
|
# Spanner offers a stronger guarantee than serializability called external
|
230
|
-
# consistency. For
|
231
|
-
#
|
230
|
+
# consistency. For more information, see
|
231
|
+
# [TrueTime and external
|
232
|
+
# consistency](https://cloud.google.com/spanner/docs/true-time-external-consistency#serializability).
|
232
233
|
SERIALIZABLE = 1
|
233
234
|
|
234
235
|
# All reads performed during the transaction observe a consistent snapshot
|
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.10.
|
4
|
+
version: 1.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.1'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.1'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|