google-cloud-automl-v1beta1 0.10.0 → 0.10.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: f77f6d5588513d3fdad2dda40eea65af09f506e32e99e7a4f1fe40e399293759
4
- data.tar.gz: 01d2089dfa91b622fef2e3802a5746ab6e67f0ae944b66bb063a2f47787cb91f
3
+ metadata.gz: 8cb5bb8f4ad1f5f7d28b39a56867f9e04d0fe5487d57db5382048b4f0f48ca2d
4
+ data.tar.gz: 792a9f93e07fab3add80b0bf749ad5957b6370a0ba30a0a27e05805f27b59c3c
5
5
  SHA512:
6
- metadata.gz: '029c117b5292b508d10604b73c7bc475e69f0eff9b4e4239f5ae1c7f24c174cccccef16287c75f7af052c0dd7745f4e475bd992622b46b582199fbf0ec5da193'
7
- data.tar.gz: 3f40c348693222947fdf55de156cdeebf14e2dec36106a974b98979c7b9b672a995478b0460ec95f95fb8ed0c70d93a9bd3f9d463624c5070a69dd2698e62547
6
+ metadata.gz: 68805ce977c3bc11a5a284b3092da5f0a4d87f8eed4276e4b3cedf91fd564a9201e04aef5f2a90740eaf4c35d24d4526027da077a4a17fe080b231cac400058b
7
+ data.tar.gz: fde5aaa981335ff1ee5245f3a592c7f0c2d4910ec7e1f408ab883a8b6ba12b9d9eb6a42afb14f82f314bcdb9141e12637d874f1170bbbfcaf80e5ba41a47ce41
@@ -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_dataset 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 predict REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1beta1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.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-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.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