google-cloud-service_directory 1.0.0 → 1.0.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: 32f9f9a35fc4e643e16798fe9919d78234352c02d33fb9ad9ce7f01b6f6bb8a3
|
|
4
|
+
data.tar.gz: e04449a21491e3ec4c6e0859ab10a839eea83e04003e1ab9cb33c160d7acb35c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1933dda9a4e9015aa7fce4bf1afc0dcccea928b52c980738c5b1b7f95f29c2e050b20781f4a6d4b1993a2b60f87327ac3f777af2a3711212e09aa745daf396da
|
|
7
|
+
data.tar.gz: 14439261ded9bcc04f77d8e65003794b9b2f046cb1000b3a6294a79d47df85203ae310ba81370040c2c24bd6933a88a4b962796af35ff3e6289a52cf99a506b4
|
|
@@ -132,8 +132,8 @@ module Google
|
|
|
132
132
|
# The library version as recorded in instrumentation and logging.
|
|
133
133
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
134
134
|
# An array of interceptors that are run before calls are executed.
|
|
135
|
-
# * `timeout` (*type:* `
|
|
136
|
-
# Default timeout in
|
|
135
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
136
|
+
# Default timeout in seconds.
|
|
137
137
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
138
138
|
# Additional gRPC headers to be sent with the call.
|
|
139
139
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_directory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
198
|
version: '0'
|
|
199
199
|
requirements: []
|
|
200
|
-
rubygems_version: 3.
|
|
200
|
+
rubygems_version: 3.2.6
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
203
|
summary: API Client library for the Service Directory API
|