google-cloud-vision-v1 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 +4 -4
- data/lib/google/cloud/vision/v1.rb +3 -0
- data/lib/google/cloud/vision/v1/image_annotator/client.rb +1 -1
- data/lib/google/cloud/vision/v1/image_annotator/operations.rb +1 -1
- data/lib/google/cloud/vision/v1/product_search/client.rb +1 -1
- data/lib/google/cloud/vision/v1/product_search/operations.rb +1 -1
- data/lib/google/cloud/vision/v1/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: e74814b3c0b917e4dbf92558ac7a1dac4cb3fff4da8a46fe7e6627ef3866fe3d
|
|
4
|
+
data.tar.gz: f7c69b65a91d24321225812e41af0a52df740000d84d0b7977339cf5e6413726
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9de4cfd600a937aeba40f84f6c06d9c6ba140a8521f2d7255b0881540431ec7aa781db7e5d21f0f240d7c006b4486cd16ce4760a824b01fbbfcaf13bb2417b9
|
|
7
|
+
data.tar.gz: cd4ca8a6e63a52065064ab3e895017e315f609da2d4e0257ce4e85e6a0a4dcecdb7cd0055a82f81022903d4e83036e168da2842236a4335836eee896edcdceea
|
|
@@ -631,7 +631,7 @@ module Google
|
|
|
631
631
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
632
632
|
# the following configuration fields:
|
|
633
633
|
#
|
|
634
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
634
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
635
635
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
636
636
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
637
637
|
# 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
|
|
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:
|
|
@@ -1965,7 +1965,7 @@ module Google
|
|
|
1965
1965
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1966
1966
|
# the following configuration fields:
|
|
1967
1967
|
#
|
|
1968
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1968
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1969
1969
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1970
1970
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1971
1971
|
# 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
|
|
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:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-vision-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
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:
|
|
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.
|
|
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 V1 API
|