google-cloud-vision-v1 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: 458a6014a23f7ec8cf96e5f865846aa07ddf3af3697e37a7bf84b634e5056c85
|
4
|
+
data.tar.gz: 9e7d505b52b89ad5a0fd273998d5249d619e62f54e407587851c35d91d9bd85b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85c0e192a8e244ca170fd0ff82c0a6b5539038c32c23742321f560338642781808be506ac91e0d50f50075978176e5127a02bdd5300d090ba057fba51f121fe0
|
7
|
+
data.tar.gz: 5cca6953e0989095a655ff39a32966da464b81fd986c47bbfb6bedba7b66b8c5fc2ac9d9ef2b47e1113215138913c9851bf6c322d7025886cee562db3a596a19
|
@@ -168,6 +168,7 @@ module Google
|
|
168
168
|
|
169
169
|
@operations_client = Operations.new do |config|
|
170
170
|
config.credentials = credentials
|
171
|
+
config.endpoint = @config.endpoint
|
171
172
|
end
|
172
173
|
|
173
174
|
@image_annotator_stub = Gapic::ServiceStub.new(
|
@@ -179,6 +180,13 @@ module Google
|
|
179
180
|
)
|
180
181
|
end
|
181
182
|
|
183
|
+
##
|
184
|
+
# Get the associated client for long-running operations.
|
185
|
+
#
|
186
|
+
# @return [Google::Cloud::Vision::V1::ImageAnnotator::Operations]
|
187
|
+
#
|
188
|
+
attr_reader :operations_client
|
189
|
+
|
182
190
|
# Service calls
|
183
191
|
|
184
192
|
##
|
@@ -299,6 +299,7 @@ module Google
|
|
299
299
|
|
300
300
|
@operations_client = Operations.new do |config|
|
301
301
|
config.credentials = credentials
|
302
|
+
config.endpoint = @config.endpoint
|
302
303
|
end
|
303
304
|
|
304
305
|
@product_search_stub = Gapic::ServiceStub.new(
|
@@ -310,6 +311,13 @@ module Google
|
|
310
311
|
)
|
311
312
|
end
|
312
313
|
|
314
|
+
##
|
315
|
+
# Get the associated client for long-running operations.
|
316
|
+
#
|
317
|
+
# @return [Google::Cloud::Vision::V1::ProductSearch::Operations]
|
318
|
+
#
|
319
|
+
attr_reader :operations_client
|
320
|
+
|
313
321
|
# Service calls
|
314
322
|
|
315
323
|
##
|
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.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
|