google-cloud-spanner-v1 1.12.0 → 1.12.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbb63411b71ef6508facfe6f855c160d20671c914a4b77692967b2c8e129290e
|
|
4
|
+
data.tar.gz: 4802a9d8212bb6bf80d0193fa52e7fa535126afae471504b66183e5dab1305b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d57dca2d35434a26bb4ea6a9e8368c7e34bb3b3d7b104ca4c3f6e5702a6d90e2ecd2d816440b8f75af1c0331a51393570497299a4c7c5554371225cdf1c86c35
|
|
7
|
+
data.tar.gz: 90540fc482c9b244e9fd88fd1a92d9882b6c459d8dd6ad50b14536657cf06f123b222b7c99114403960cbb150936f76a60ad973cf60b0526fedbf9a5ffd10102
|
|
@@ -72,9 +72,8 @@ module Google
|
|
|
72
72
|
# address or DNS hostname and a port number.
|
|
73
73
|
# @!attribute [rw] location
|
|
74
74
|
# @return [::String]
|
|
75
|
-
# Where this tablet is located.
|
|
76
|
-
#
|
|
77
|
-
# previously created location.
|
|
75
|
+
# Where this tablet is located. This is the name of a Google Cloud region,
|
|
76
|
+
# such as "us-central1".
|
|
78
77
|
# @!attribute [rw] role
|
|
79
78
|
# @return [::Google::Cloud::Spanner::V1::Tablet::Role]
|
|
80
79
|
# The role of the tablet.
|
|
@@ -387,10 +386,8 @@ module Google
|
|
|
387
386
|
# with new locations for those tablets.
|
|
388
387
|
# @!attribute [rw] client_location
|
|
389
388
|
# @return [::String]
|
|
390
|
-
# If present, the client's current location.
|
|
391
|
-
#
|
|
392
|
-
# "us-central1". In Spanner Omni, this should correspond to a previously
|
|
393
|
-
# created location.
|
|
389
|
+
# If present, the client's current location. This should be the name of a
|
|
390
|
+
# Google Cloud zone or region, such as "us-central1".
|
|
394
391
|
#
|
|
395
392
|
# If absent, the client's location will be assumed to be the same as the
|
|
396
393
|
# location of the server the client ends up connected to.
|