google-apis-retail_v2 0.92.0 → 0.93.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: 2432e87a8101ea9c14020dae5f2aa6b7a6a98d92b7a8ab853c815e7a200c7265
4
- data.tar.gz: 5a73e5805dadf6ba055a058868db53f53f3257e1a5cf61fda37d322d9b76bad2
3
+ metadata.gz: 9ffaa1c990b1cbe9dc0e82c4d69bb96380bc6110143ac4929788874e080ab83a
4
+ data.tar.gz: f36a023e146386992b37e6dfd55fd70430ccc29bcf40905b96354d5b8efe4c23
5
5
  SHA512:
6
- metadata.gz: bafa02711ed37ad41de7439a3481f5fe3e0c37b4cd018e96360255f04019ecb797004fab96d46279cf45af05c38aa61511d156495607f7199f23440bd30077de
7
- data.tar.gz: 72b9a2b7729d89aca663f11b1b6cd5c07ab6605e541e832a4880e2c6db192712b97be1e2e80f2750b6d3db24c4d27171ce0b7a3ba84d7190c53a3ad67745c8dc
6
+ metadata.gz: f8166538eb2b14bbdefd460afd25472f751fda57324ea337a6da41d07b4529ced41b0c35e568ca642ebfdecc8b9d89784fd41c505017aa149d62f16906d6b728
7
+ data.tar.gz: f2cdcdfc949ce94e898e0d4fb7d79395be767c497a15b16a965db38df51747625a4a3c270ad8b7060e3a6e4ce71896afd25f9b5e851d7cd58b2e6caf2cc80ed4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.93.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240401
6
+
3
7
  ### v0.92.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240315
@@ -5408,6 +5408,13 @@ module Google
5408
5408
  # @return [Array<String>]
5409
5409
  attr_accessor :ignore_control_ids
5410
5410
 
5411
+ # When the flag is enabled, the products in the denylist will not be filtered
5412
+ # out in the recommendation filtering results.
5413
+ # Corresponds to the JSON property `ignoreRecsDenylist`
5414
+ # @return [Boolean]
5415
+ attr_accessor :ignore_recs_denylist
5416
+ alias_method :ignore_recs_denylist?, :ignore_recs_denylist
5417
+
5411
5418
  # The id of the model in the same Catalog to use at serving time. Currently only
5412
5419
  # RecommendationModels are supported: https://cloud.google.com/retail/
5413
5420
  # recommendations-ai/docs/create-models Can be changed but only to a compatible
@@ -5494,6 +5501,7 @@ module Google
5494
5501
  @facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
5495
5502
  @filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
5496
5503
  @ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
5504
+ @ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
5497
5505
  @model_id = args[:model_id] if args.key?(:model_id)
5498
5506
  @name = args[:name] if args.key?(:name)
5499
5507
  @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 RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.92.0"
19
+ GEM_VERSION = "0.93.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
@@ -2751,6 +2751,7 @@ module Google
2751
2751
  collection :facet_control_ids, as: 'facetControlIds'
2752
2752
  collection :filter_control_ids, as: 'filterControlIds'
2753
2753
  collection :ignore_control_ids, as: 'ignoreControlIds'
2754
+ property :ignore_recs_denylist, as: 'ignoreRecsDenylist'
2754
2755
  property :model_id, as: 'modelId'
2755
2756
  property :name, as: 'name'
2756
2757
  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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.0
4
+ version: 0.93.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.92.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.93.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []