google-cloud-recommendation_engine-v1beta1 0.8.0 → 0.8.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: 2786c56e87953cfab3ec27dd21f484f22a10c62ac700cab34008594d701f6dee
4
- data.tar.gz: e83a27f6e2b5fc9289218be29def91a821652d1eb294efc1dcc94e345843e014
3
+ metadata.gz: 28c26f036648cbd135e0aaafd5b6fa61c0b75fe051ace4d4247731b9c5047548
4
+ data.tar.gz: 4685c5b956e7e8d27f5b0a8c79f6c72a5cbdcfb679c4afafccd02e978a2e96d3
5
5
  SHA512:
6
- metadata.gz: 2c0d77b61de5fe3cc7500404c69c568050525403adc01dbaa3fe37ada717a57fd0aaf30a1cf3f035b96391f4415e8ca435ccb0d5334304677c4a4494afaea5cc
7
- data.tar.gz: 55526295c4e6d3c847d46d3285a1abce9ba12922e438618c91cfb68502207faf20e88b5f330dc940c5d8c0ff4315bd8181ff4cc503ea883d2dc2205ab7989aec
6
+ metadata.gz: 8665e3ba4764795bcf825e8dc5abacc07e5b781b34dcd6d2c0f972d4fd7faee45cf53eed097093f0712538385a916a0c0694b3a4dd1ca75d980c0a88376df72a
7
+ data.tar.gz: 238ae9cef59e7e8dcc88fe33f676460b02e080d61f6331e92b44a379446bdae0107ac20443de739ddcfb3c0e97cda85298157c0a1a9a3877bcb0e92ea08b1f89
@@ -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_catalog_item 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_prediction_api_key_registration 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
  #
@@ -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 write_user_event REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecommendationEngine
23
23
  module V1beta1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.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-recommendation_engine-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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