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 +4 -4
- data/lib/google/cloud/spanner/admin/database/v1.rb +3 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/client.rb +1 -1
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/operations.rb +1 -1
- data/lib/google/cloud/spanner/admin/database/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ced9b319e69ecc07d77b483c794383fcd5e05610ae88ffedb25d5994669bffd
|
|
4
|
+
data.tar.gz: 8c3edc635fcf3ca39855705bdd593b6f184149bf8f118f96ccb49b3eb8397753
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7a5d27c5cc695752232478c06394fb77cf17611ee4800184d6d533e838c1d05b674866cd54ecb405196fa3820c5cd84a82de94ed67664405b74a76b57bf4706
|
|
7
|
+
data.tar.gz: 3195e20baefcb410f0384965f39414b0322b9421911fffe4a5067eb74d7cdb49ac69d9c80e5c7d615257b671c6ecb0b17fd8a705d0aafcbdd4581948aa269704
|
|
@@ -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
|
|
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
|
|
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:
|
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.
|
|
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:
|
|
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.
|
|
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
|