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: 84a8a3752bef17ff5a723d630b03d3adc0813a8106a51cccda3bb8b572e50eca
4
- data.tar.gz: 7670c8c587fbab9959730fc65939a2bb37eea1eeb7805de12e7e79541d452c8a
3
+ metadata.gz: fbb63411b71ef6508facfe6f855c160d20671c914a4b77692967b2c8e129290e
4
+ data.tar.gz: 4802a9d8212bb6bf80d0193fa52e7fa535126afae471504b66183e5dab1305b7
5
5
  SHA512:
6
- metadata.gz: c7d171f93b70fa445453b978242510c32ef7e483a69386720ea23f77b333900ae3fec7c9ba78c1dad1f4286dbeee7d82f3bacba497250b9ec7bdb8164350f480
7
- data.tar.gz: 220f692815c31b483fc0e4cd472c838d4c34bf11c238fd9b0fb6593d69a3e7b3464a977634d0f46fb6716b87577b507a2f35bb8bc33bb8f3fcc01627e7ca1558
6
+ metadata.gz: d57dca2d35434a26bb4ea6a9e8368c7e34bb3b3d7b104ca4c3f6e5702a6d90e2ecd2d816440b8f75af1c0331a51393570497299a4c7c5554371225cdf1c86c35
7
+ data.tar.gz: 90540fc482c9b244e9fd88fd1a92d9882b6c459d8dd6ad50b14536657cf06f123b222b7c99114403960cbb150936f76a60ad973cf60b0526fedbf9a5ffd10102
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "1.12.0"
24
+ VERSION = "1.12.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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. In the Spanner managed service, this is the
76
- # name of a region, such as "us-central1". In Spanner Omni, this is a
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. In the Spanner managed service,
391
- # this should be the name of a Google Cloud zone or region, such as
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.
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.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC