google-cloud-vision-v1p3beta1 0.3.0 → 0.3.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: 663cadbac5806ece8cb9797c31ff799c2efd87ede50b7e7b9d267c03b0be94bb
4
- data.tar.gz: 7abb29970b5ba2d4cde46034df9ef858cefa766f6fef9507cb2701582624cf00
3
+ metadata.gz: e1b4b8896adba2a4f674a3660d1c9c8dfd4feca8dafeccb1cb86829cb9df4b87
4
+ data.tar.gz: 6617ea06b2f921339a46ccb73dd587837171c365fb1469aa42fc2458546f5e7a
5
5
  SHA512:
6
- metadata.gz: b971261343948d073a96433787edcd92ddefa328e90d7f94fd723d969e0db71a4c19926da135c29c1bde1ae5d06f7e95fef95487f03345f6d09b8bba87df7a58
7
- data.tar.gz: b37326e7414a4c399892aaaa9f41ffd619811ea54e7c30be50adc4cde0719459aad766281265438f323babda9fbe888934e72b1331a14a7acc17930963ac4a0c
6
+ metadata.gz: 4b9f2c721bc3bd321eb080715585f456dc73154d10c279ca0061184f090b1689155de53b3eb7e638aaf7825ec0e94ced19604e48ba5d8301eadae69b4d6a8eaa
7
+ data.tar.gz: '080162fb33c38b7131372246c9ba872a4dbf07c0d5a512d6c172bb024ab9416a1f530f17eed405568b8c8adb4546a913123ef83331715a1665ea34793dc2108f'
@@ -34,3 +34,6 @@ module Google
34
34
  end
35
35
  end
36
36
  end
37
+
38
+ helper_path = ::File.join __dir__, "v1p3beta1", "_helpers.rb"
39
+ require "google/cloud/vision/v1p3beta1/_helpers" if ::File.file? helper_path
@@ -425,7 +425,7 @@ module Google
425
425
  # Each configuration object is of type `Gapic::Config::Method` and includes
426
426
  # the following configuration fields:
427
427
  #
428
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
428
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
429
429
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
430
430
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
431
431
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -1872,7 +1872,7 @@ module Google
1872
1872
  # Each configuration object is of type `Gapic::Config::Method` and includes
1873
1873
  # the following configuration fields:
1874
1874
  #
1875
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1875
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1876
1876
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1877
1877
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1878
1878
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p3beta1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
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-vision-v1p3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.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: 2020-12-02 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0'
223
223
  requirements: []
224
- rubygems_version: 3.1.4
224
+ rubygems_version: 3.2.6
225
225
  signing_key:
226
226
  specification_version: 4
227
227
  summary: API Client library for the Cloud Vision V1p3beta1 API