google-cloud-language-v1 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7f3632adcaaead7fc20d90a28ee2d15d815195d4848c3328544ea5e0a252362
|
4
|
+
data.tar.gz: 3fab0d5878bce608e43beef32c44de9ec76e82c1fd6d36049f2edb49e8b62455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4829e6a5cdca3498e2160bd0c4e69e49f3765a49b6d8135069ac995585cbd75f137ec0c1e92bef886ce5bf287c48a663ae1d9de84713e324d22b85095f18c4d1
|
7
|
+
data.tar.gz: 7093f45c79eb4951580e92f3697d88a6b046c908e881edb53071e768694a9a75767bea836e7d44d7df46b4ab10039158c1d10ab925830e5090201d81b17445d4
|
@@ -694,7 +694,7 @@ module Google
|
|
694
694
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
695
695
|
# the following configuration fields:
|
696
696
|
#
|
697
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
697
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
698
698
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
699
699
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
700
700
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-language-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
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: gapic-common
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
- !ruby/object:Gem::Version
|
193
193
|
version: '0'
|
194
194
|
requirements: []
|
195
|
-
rubygems_version: 3.
|
195
|
+
rubygems_version: 3.2.6
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: API Client library for the Natural Language V1 API
|