google-cloud-vision-v1p3beta1 0.3.0 → 0.3.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/vision/v1p3beta1.rb +3 -0
- data/lib/google/cloud/vision/v1p3beta1/image_annotator/client.rb +1 -1
- data/lib/google/cloud/vision/v1p3beta1/image_annotator/operations.rb +1 -1
- data/lib/google/cloud/vision/v1p3beta1/product_search/client.rb +1 -1
- data/lib/google/cloud/vision/v1p3beta1/product_search/operations.rb +1 -1
- data/lib/google/cloud/vision/v1p3beta1/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: e1b4b8896adba2a4f674a3660d1c9c8dfd4feca8dafeccb1cb86829cb9df4b87
|
4
|
+
data.tar.gz: 6617ea06b2f921339a46ccb73dd587837171c365fb1469aa42fc2458546f5e7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b9f2c721bc3bd321eb080715585f456dc73154d10c279ca0061184f090b1689155de53b3eb7e638aaf7825ec0e94ced19604e48ba5d8301eadae69b4d6a8eaa
|
7
|
+
data.tar.gz: '080162fb33c38b7131372246c9ba872a4dbf07c0d5a512d6c172bb024ab9416a1f530f17eed405568b8c8adb4546a913123ef83331715a1665ea34793dc2108f'
|
@@ -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
|
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
|
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
|
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
|
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-v1p3beta1
|
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 V1p3beta1 API
|