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: e5d725cef5c7efe7de779a4695f95329f9e6dc072a6286ef24846bc8877b2323
4
- data.tar.gz: c475196633214967d77da38bb5cc499b79ef3f6d8aa9bcd679c0a8d302728021
3
+ metadata.gz: 8b284f572a0d3c58aa62cf269c90bb587a22728d72ba3178b82fc68bd4ee0b66
4
+ data.tar.gz: c4eec9a8cf4a51660e46e0be0a2a9af644453d3f3be6f66f740ef5fc45a57dd0
5
5
  SHA512:
6
- metadata.gz: 20a621e8a1d61a407fc4e3fd5b8ae1df418b60dc95e1186800a06383d38687b2e66a0fef8d4d2ab5400e1dc2aa5a9c93e46f0a694b8f41088eab1e6d160cc6fe
7
- data.tar.gz: a079bc6565cf4ed3f2fcd035f02d156031a3a6e7c35430eb7b1c3f9d59b4a36f32b0f4aedaf82603e642e6c1c79faf2b392da980c1842fc72d1d63aad676be98
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
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p3beta1
24
- VERSION = "0.1.3"
24
+ VERSION = "0.1.4"
25
25
  end
26
26
  end
27
27
  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.1.3
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-13 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common