google-cloud-vision-v1p3beta1 0.2.1 → 0.2.2
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/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: bf2553c39fd167282677813185d60629b91fd23e6b0732513330c9a5952b12cc
|
4
|
+
data.tar.gz: b9797b02d3dc5477008edd5892dedb61a93ee07a0953b2a781381837677773cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 111a0697c169cd710506122920c35d48f17b4ad1aec7ab5d46e2391ee2956619d29fe33205100f39a2cd3a5a3aa9cfbf17a4b16fdc005caff221e14482e6c48d
|
7
|
+
data.tar.gz: 604e29c8ad169b8d732a1ce684c02ab46efe08c7438f11d620b5e3aeeb0dbf53003a8719fdca660540b29d703b72ea5d7a03e173c9906cc2118333a42c19acf0
|
@@ -413,7 +413,7 @@ module Google
|
|
413
413
|
def rpcs
|
414
414
|
@rpcs ||= begin
|
415
415
|
parent_rpcs = nil
|
416
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
416
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
417
417
|
Rpcs.new parent_rpcs
|
418
418
|
end
|
419
419
|
end
|
@@ -503,7 +503,7 @@ module Google
|
|
503
503
|
def rpcs
|
504
504
|
@rpcs ||= begin
|
505
505
|
parent_rpcs = nil
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
507
507
|
Rpcs.new parent_rpcs
|
508
508
|
end
|
509
509
|
end
|
@@ -1860,7 +1860,7 @@ module Google
|
|
1860
1860
|
def rpcs
|
1861
1861
|
@rpcs ||= begin
|
1862
1862
|
parent_rpcs = nil
|
1863
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
1863
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
1864
1864
|
Rpcs.new parent_rpcs
|
1865
1865
|
end
|
1866
1866
|
end
|
@@ -503,7 +503,7 @@ module Google
|
|
503
503
|
def rpcs
|
504
504
|
@rpcs ||= begin
|
505
505
|
parent_rpcs = nil
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
507
507
|
Rpcs.new parent_rpcs
|
508
508
|
end
|
509
509
|
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.2.
|
4
|
+
version: 0.2.2
|
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-05
|
11
|
+
date: 2020-06-05 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.1.3
|
225
225
|
signing_key:
|
226
226
|
specification_version: 4
|
227
227
|
summary: API Client library for the Cloud Vision V1p3beta1 API
|