google-cloud-spanner-admin-database-v1 0.2.0 → 0.2.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: f1d429a8b4d8b6a253ceb4a210e92b7efb7667085d1800f39519d81e4da92bee
4
- data.tar.gz: ef5316ef4523d8148581d0c61e29021a44b5ec32470745a796c46d11d682b71a
3
+ metadata.gz: 7ced9b319e69ecc07d77b483c794383fcd5e05610ae88ffedb25d5994669bffd
4
+ data.tar.gz: 8c3edc635fcf3ca39855705bdd593b6f184149bf8f118f96ccb49b3eb8397753
5
5
  SHA512:
6
- metadata.gz: 4baaa5295a453543f48015966c0521997b2505329f69d40710eba917b6e59a7716123ffc92d48bc987c09b086e6e58cfd4d3429284b47277a41cc7c25e34b131
7
- data.tar.gz: 8ad43de2c543e94d1fb38150a3e868fd949ea94e6cf2a5863e590ae06058de1e862420dfde106cf246107d8031312a8fd923d3a4b09f29a66a184d86d59c5776
6
+ metadata.gz: a7a5d27c5cc695752232478c06394fb77cf17611ee4800184d6d533e838c1d05b674866cd54ecb405196fa3820c5cd84a82de94ed67664405b74a76b57bf4706
7
+ data.tar.gz: 3195e20baefcb410f0384965f39414b0322b9421911fffe4a5067eb74d7cdb49ac69d9c80e5c7d615257b671c6ecb0b17fd8a705d0aafcbdd4581948aa269704
@@ -37,3 +37,6 @@ module Google
37
37
  end
38
38
  end
39
39
  end
40
+
41
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
42
+ require "google/cloud/spanner/admin/database/v1/_helpers" if ::File.file? helper_path
@@ -1847,7 +1847,7 @@ module Google
1847
1847
  # Each configuration object is of type `Gapic::Config::Method` and includes
1848
1848
  # the following configuration fields:
1849
1849
  #
1850
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1850
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1851
1851
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1852
1852
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1853
1853
  # include the following keys:
@@ -517,7 +517,7 @@ module Google
517
517
  # Each configuration object is of type `Gapic::Config::Method` and includes
518
518
  # the following configuration fields:
519
519
  #
520
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
520
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
521
521
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
522
522
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
523
523
  # include the following keys:
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "0.2.0"
26
+ VERSION = "0.2.1"
27
27
  end
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-02 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  - !ruby/object:Gem::Version
229
229
  version: '0'
230
230
  requirements: []
231
- rubygems_version: 3.1.4
231
+ rubygems_version: 3.2.6
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: API Client library for the Cloud Spanner Database Admin V1 API