google-cloud-vision-v1 0.2.1 → 0.2.2
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/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: d8b8a4ca4407e28105598dc2ec070eff0f5bf96c059055e8fae7c707d3a1ee45
|
|
4
|
+
data.tar.gz: 4049bc11cf8839d4b931c02bec26abd1459f731ca49310cf03b0533e7eac3956
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e7ef57be1087ed8911a307ebec9cf24c7d2243bd5f09512c42c6eb36f2576b7df3056884f53b298cb58fe49107df066baa475d592545f1b1b94a0bb9d734a03
|
|
7
|
+
data.tar.gz: e046d97fa4212388803a90c0048511784f76484c9d03411bd6e6a8730372a9acc769ada9e14c85cdfd49c9f7cf18790ffeb82e53d42d1faa3e56a3111ccc2d82
|
|
@@ -619,7 +619,7 @@ module Google
|
|
|
619
619
|
def rpcs
|
|
620
620
|
@rpcs ||= begin
|
|
621
621
|
parent_rpcs = nil
|
|
622
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
622
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
623
623
|
Rpcs.new parent_rpcs
|
|
624
624
|
end
|
|
625
625
|
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
|
|
@@ -1953,7 +1953,7 @@ module Google
|
|
|
1953
1953
|
def rpcs
|
|
1954
1954
|
@rpcs ||= begin
|
|
1955
1955
|
parent_rpcs = nil
|
|
1956
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1956
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1957
1957
|
Rpcs.new parent_rpcs
|
|
1958
1958
|
end
|
|
1959
1959
|
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-v1
|
|
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 V1 API
|