google-cloud-service_directory-v1 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/service_directory/v1.rb +3 -0
- data/lib/google/cloud/service_directory/v1/lookup_service/client.rb +1 -1
- data/lib/google/cloud/service_directory/v1/registration_service/client.rb +1 -1
- data/lib/google/cloud/service_directory/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: 6373d0e84f7af0a0a683e110f75cec7f0b3addb42cb75ad23fdb39b47e9fc301
|
4
|
+
data.tar.gz: 7a8897ce25738154af8ac27f70267399a5af81dfc88cd87f8a5e9b796fe411ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e522483f31352abd2e6581639f827b37ea1e2fa9d3a98def367ef24fb80c242c9076c08ae91e85d19805513030bfcf9ead08a3d613ef34385b70b7cfebfd5bae
|
7
|
+
data.tar.gz: dff76640b5fbf2ddb9e1bb6940bc20d17e5ed9b4482e13ec2f227d50a7d4e5060ab6871c9c4c4ba321771200a8181b1f88095801b97c622e60f3fc8725c09a8d
|
@@ -368,7 +368,7 @@ module Google
|
|
368
368
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
369
369
|
# the following configuration fields:
|
370
370
|
#
|
371
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
371
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
372
372
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
373
373
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
374
374
|
# include the following keys:
|
@@ -1643,7 +1643,7 @@ module Google
|
|
1643
1643
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1644
1644
|
# the following configuration fields:
|
1645
1645
|
#
|
1646
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
1646
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1647
1647
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
1648
1648
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
1649
1649
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_directory-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.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
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
- !ruby/object:Gem::Version
|
233
233
|
version: '0'
|
234
234
|
requirements: []
|
235
|
-
rubygems_version: 3.
|
235
|
+
rubygems_version: 3.2.6
|
236
236
|
signing_key:
|
237
237
|
specification_version: 4
|
238
238
|
summary: API Client library for the Service Directory V1 API
|