google-apis-retail_v2alpha 0.98.0 → 0.99.0

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: cd6fde70f91b773243d9d4ee719d08750dd8717366c7815f40d927d28dea46dd
4
- data.tar.gz: f4a54c70165a2ded85ca631594c3e40dcae0793742ed4133e7ba35d6bfd5eb97
3
+ metadata.gz: 0d914726edba8ce7a9938904716a97fa2483319ace9a4e5e09a7979a99626f7e
4
+ data.tar.gz: 2dbff993a6f36e35bc82921fdf0852fd33be6fdd54f7cedb111af9dc0f508553
5
5
  SHA512:
6
- metadata.gz: 7a02fd80efb324701d5c3a652ac0d220e28d15249f09874918937c4324e31e20a97f01d527dba90b692d3cbff78de5580feeab40189ae0f91a5f1b662e5483d7
7
- data.tar.gz: a196804548af5800e0d9a80f92efcaeebcff003becad42acfbd5ce08e367887c21fee6a778f11ffde7309de1a0bf7fc8e6fc2739a7e98f124933d890ce695af9
6
+ metadata.gz: 81eb4f6ee27fbf6a29c180bcc5325dbc889318e0f8df8aff927706f4ee7f7e7bb6c782a22a5f8bedf0a94e416ff3a4eb7ce546be5ad3da1be123a60c873de051
7
+ data.tar.gz: da38b22b7cca5cfc663aa998079c68752c98a8b27a76b3a3f0e1cf4745c14119b154062ea492d8ce06e31fa5bda58b183c5c03699949b8aaf3a32406654425de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.99.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240401
6
+
3
7
  ### v0.98.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240315
@@ -7174,6 +7174,13 @@ module Google
7174
7174
  # @return [Array<String>]
7175
7175
  attr_accessor :ignore_control_ids
7176
7176
 
7177
+ # When the flag is enabled, the products in the denylist will not be filtered
7178
+ # out in the recommendation filtering results.
7179
+ # Corresponds to the JSON property `ignoreRecsDenylist`
7180
+ # @return [Boolean]
7181
+ attr_accessor :ignore_recs_denylist
7182
+ alias_method :ignore_recs_denylist?, :ignore_recs_denylist
7183
+
7177
7184
  # The id of the model in the same Catalog to use at serving time. Currently only
7178
7185
  # RecommendationModels are supported: https://cloud.google.com/retail/
7179
7186
  # recommendations-ai/docs/create-models Can be changed but only to a compatible
@@ -7260,6 +7267,7 @@ module Google
7260
7267
  @facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
7261
7268
  @filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
7262
7269
  @ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
7270
+ @ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
7263
7271
  @model_id = args[:model_id] if args.key?(:model_id)
7264
7272
  @name = args[:name] if args.key?(:name)
7265
7273
  @oneway_synonyms_control_ids = args[:oneway_synonyms_control_ids] if args.key?(:oneway_synonyms_control_ids)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240315"
25
+ REVISION = "20240401"
26
26
  end
27
27
  end
28
28
  end
@@ -3387,6 +3387,7 @@ module Google
3387
3387
  collection :facet_control_ids, as: 'facetControlIds'
3388
3388
  collection :filter_control_ids, as: 'filterControlIds'
3389
3389
  collection :ignore_control_ids, as: 'ignoreControlIds'
3390
+ property :ignore_recs_denylist, as: 'ignoreRecsDenylist'
3390
3391
  property :model_id, as: 'modelId'
3391
3392
  property :name, as: 'name'
3392
3393
  collection :oneway_synonyms_control_ids, as: 'onewaySynonymsControlIds'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.99.0
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-03-24 00:00:00.000000000 Z
11
+ date: 2024-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.98.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.99.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []