google-cloud-retail 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/retail.rb +2 -2
- data/lib/google/cloud/retail/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: 564f33750d3a5cdd4139174118a2b8f6cd1bf57c42e5abf4696d66c6a93188e4
|
4
|
+
data.tar.gz: 1f420ec9bee9ed87614b2103528a52bb5108e41028b12f99e9ad6484f2aae006
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d258c16abd8a3f9723b215311dfff6b9b7d12224a39670711a04be82333dbdf80ae732c68c676647782ee205ea82568fb12ab76b92467d8ffe6d92e08ec0591
|
7
|
+
data.tar.gz: 0403abfabc26701d2f5bd52914fa9b54d3996cffe2565cea075d48fbe116b2c8ff61b8be917d22239a6666f57c734a7ace341f9580e8e0c10fc61b2e4af5fe0b
|
data/lib/google/cloud/retail.rb
CHANGED
@@ -179,8 +179,8 @@ module Google
|
|
179
179
|
# The library version as recorded in instrumentation and logging.
|
180
180
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
181
181
|
# An array of interceptors that are run before calls are executed.
|
182
|
-
# * `timeout` (*type:* `
|
183
|
-
# Default timeout in
|
182
|
+
# * `timeout` (*type:* `Numeric`) -
|
183
|
+
# Default timeout in seconds.
|
184
184
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
185
185
|
# Additional gRPC headers to be sent with the call.
|
186
186
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-retail
|
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: 2021-01-
|
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
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
- !ruby/object:Gem::Version
|
185
185
|
version: '0'
|
186
186
|
requirements: []
|
187
|
-
rubygems_version: 3.
|
187
|
+
rubygems_version: 3.2.6
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: API Client library for the Retail API
|