google-cloud-vision-v1p3beta1 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b284f572a0d3c58aa62cf269c90bb587a22728d72ba3178b82fc68bd4ee0b66
|
4
|
+
data.tar.gz: c4eec9a8cf4a51660e46e0be0a2a9af644453d3f3be6f66f740ef5fc45a57dd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30975384ed30fc5bc6b230914f04ec47be7cec3f873719701073504f7428b766c373ff5791cbadd6c81625ae87d96ee20dd0666596f2eca5554ec0284251fbf1
|
7
|
+
data.tar.gz: 1b3371f417127b020d236a1429cc2228bc1df6d9ddd6e54ee715a80f8592ab0fd10a53883675157bac65050336afab5d922fbb423b8ee2d5595dc9d768b8d90f
|
@@ -152,6 +152,7 @@ module Google
|
|
152
152
|
|
153
153
|
@operations_client = Operations.new do |config|
|
154
154
|
config.credentials = credentials
|
155
|
+
config.endpoint = @config.endpoint
|
155
156
|
end
|
156
157
|
|
157
158
|
@image_annotator_stub = Gapic::ServiceStub.new(
|
@@ -163,6 +164,13 @@ module Google
|
|
163
164
|
)
|
164
165
|
end
|
165
166
|
|
167
|
+
##
|
168
|
+
# Get the associated client for long-running operations.
|
169
|
+
#
|
170
|
+
# @return [Google::Cloud::Vision::V1p3beta1::ImageAnnotator::Operations]
|
171
|
+
#
|
172
|
+
attr_reader :operations_client
|
173
|
+
|
166
174
|
# Service calls
|
167
175
|
|
168
176
|
##
|
@@ -291,6 +291,7 @@ module Google
|
|
291
291
|
|
292
292
|
@operations_client = Operations.new do |config|
|
293
293
|
config.credentials = credentials
|
294
|
+
config.endpoint = @config.endpoint
|
294
295
|
end
|
295
296
|
|
296
297
|
@product_search_stub = Gapic::ServiceStub.new(
|
@@ -302,6 +303,13 @@ module Google
|
|
302
303
|
)
|
303
304
|
end
|
304
305
|
|
306
|
+
##
|
307
|
+
# Get the associated client for long-running operations.
|
308
|
+
#
|
309
|
+
# @return [Google::Cloud::Vision::V1p3beta1::ProductSearch::Operations]
|
310
|
+
#
|
311
|
+
attr_reader :operations_client
|
312
|
+
|
305
313
|
# Service calls
|
306
314
|
|
307
315
|
##
|
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.1.
|
4
|
+
version: 0.1.4
|
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-04-
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|