google-cloud-language-v1 0.2.6 → 0.2.7

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: 851ecb1213c7192d6cf024109ea1911924073e2630273e5b9dc7683f3cfc002b
4
- data.tar.gz: 5210e7381a372353d56c8fa618d864c024ab3c57b3e152d22661568b28d8ed33
3
+ metadata.gz: f7f3632adcaaead7fc20d90a28ee2d15d815195d4848c3328544ea5e0a252362
4
+ data.tar.gz: 3fab0d5878bce608e43beef32c44de9ec76e82c1fd6d36049f2edb49e8b62455
5
5
  SHA512:
6
- metadata.gz: 3e5e85770434e4f85dc295a79730f1efd00364c53a97d9b98cbbbe65e5a1d279b37b676e8b190b28637ec9b51e2e5989d8ba154576155f26b1341bf627815083
7
- data.tar.gz: 2a5924bfd7e4047a1b9821d2d4a13a75799ea913f6a588fd5ef5e46fc841107e8dabc086a2b9716f7b6b25a459922e15d36ed7c6134304798c2910286136ba97
6
+ metadata.gz: 4829e6a5cdca3498e2160bd0c4e69e49f3765a49b6d8135069ac995585cbd75f137ec0c1e92bef886ce5bf287c48a663ae1d9de84713e324d22b85095f18c4d1
7
+ data.tar.gz: 7093f45c79eb4951580e92f3697d88a6b046c908e881edb53071e768694a9a75767bea836e7d44d7df46b4ab10039158c1d10ab925830e5090201d81b17445d4
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
38
+ require "google/cloud/language/v1/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1
24
- VERSION = "0.2.6"
24
+ VERSION = "0.2.7"
25
25
  end
26
26
  end
27
27
  end
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.6
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: 2020-10-14 00:00:00.000000000 Z
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.1.4
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