google-cloud-recommendation_engine-v1beta1 0.9.1 → 0.9.2

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: b8447b575e2aade0f32c64e856654c4c9a5cdda0c480cc2872b4df130db8239b
4
- data.tar.gz: b160ba8f280d697ac07581a49cdee82a08d3c28bdbe2b2db7e4c75958eeca9e1
3
+ metadata.gz: 23275fcdd1c73fe2838c68ec92e75877d810c6803888bafb78a6798465377b70
4
+ data.tar.gz: 4e64e8533548c6c62ff762f0dead9280db80ef09d8f2797bca2c293498d50463
5
5
  SHA512:
6
- metadata.gz: 0d55e09b8abe7ce321773ecf6f6996e9949dd06914ef7c9c901eb0372b5d9abe4f7b1f5dcd37462284d437a1fa0019e960c0e8018983a68415f97c4f5f8ab442
7
- data.tar.gz: 9b68e1d4f80852b55e61a58c382e27ee283ab23c623d9e89f1a078a523128c232acc8fa809bf6354c2a1b5d49f7d454740aa1d78ca1da1d50b9496efa2082642
6
+ metadata.gz: 3c19fa61003070b8b9c60faebf401c2439b9fb1f34ac51432e95b49bb8fe5f26d412a5a490957196aaf87d521acc06029c5a9c974ecd22bd8cc4ba67b4d305cc
7
+ data.tar.gz: efab2f01e9cb6f11bedb7241e62412fc84374fa122a63e2511199bc201a2ebe609575fb41f930e1be02e125285b0ecc6a54c38dbab21fdd1513d9449622cb805
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecommendationEngine
23
23
  module V1beta1
24
- VERSION = "0.9.1"
24
+ VERSION = "0.9.2"
25
25
  end
26
26
  end
27
27
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
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.9.1
4
+ version: 0.9.2
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-07-22 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common