google-cloud-vision-v1p4beta1 0.7.0 → 0.7.1

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: 6075813be25817fa0ee92d5938d37ca1a9e1b965916c5af6c93973d3a819727c
4
- data.tar.gz: 64c269cdd9a2c2ae29779793e88cf6071d5834f1dacd450987f9e7a2fc109958
3
+ metadata.gz: bdb35f773edac16999a9c7922b19a18db86e74f25ed02b74536b2eabfd38a1da
4
+ data.tar.gz: 5b6afb9e4d0fa84f1e7477963ff135f18991d9fc25afef02ac900ad76f561889
5
5
  SHA512:
6
- metadata.gz: a8899e74b9588da09058188f59845de1db1f9e5aa8a2f8509eaa4b54e7b04eb802f53ffbc6b225207e2e12abd37986be7ad405aa9d4e4ac39134ceeea796cd06
7
- data.tar.gz: 1cff650df21f75ba1a4794cc44e4491697ea5a2f0a5d2d2b11a675e8a65bebe17a50fa59a70c3f45ad1e1318aa0f853795f130f1a52f21e503ae0cb0fbfeff68
6
+ metadata.gz: a23b269474269ba8536ed4eaff4abb507bf81bbb90d32cf64fa2daeb154f15f3b3aab2cee4d6cd6227f0eec467b5bb71cdd7d523c472c7cd5c8e11d073c93253
7
+ data.tar.gz: 3f75147d6e2c972085a2004e8a111c1a3286579dc58db1514162e31e118ef618517edd918abb31bca64d8034cf720db1f8715c0623b6a0f36c18483c6c1a75dc
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the batch_annotate_images REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_product_set REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p4beta1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
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-v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common