google-apis-retail_v2 0.91.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: ce75c661d1b8128a280636e2b3078e88871532f2d5424908f710de0adeb356ae
4
- data.tar.gz: 689dde7c660b84d2730c956e01afd8a3afc2da95ecb25ace18806cfb6eae8eb4
3
+ metadata.gz: 9ffaa1c990b1cbe9dc0e82c4d69bb96380bc6110143ac4929788874e080ab83a
4
+ data.tar.gz: f36a023e146386992b37e6dfd55fd70430ccc29bcf40905b96354d5b8efe4c23
5
5
  SHA512:
6
- metadata.gz: 790f6c13e1e09553871769fd626cff776b325ffb411dd04db08579ba0ad7d07a86833be74640367d355271d94cc6ec9ed1c999f1c015cf6033a979b80581f5b7
7
- data.tar.gz: 637d1ea8fb127aec07aeecbe0451eb9022477cc306eb634b2e3f7d5169fb7286c81e77b6f236999cb2c758476c7ed7cc717107d590af8184c0dfaaf6985f448f
6
+ metadata.gz: f8166538eb2b14bbdefd460afd25472f751fda57324ea337a6da41d07b4529ced41b0c35e568ca642ebfdecc8b9d89784fd41c505017aa149d62f16906d6b728
7
+ data.tar.gz: f2cdcdfc949ce94e898e0d4fb7d79395be767c497a15b16a965db38df51747625a4a3c270ad8b7060e3a6e4ce71896afd25f9b5e851d7cd58b2e6caf2cc80ed4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.92.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240315
10
+
3
11
  ### v0.91.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1551,7 +1551,7 @@ module Google
1551
1551
  class GoogleCloudRetailV2ExperimentInfoServingConfigExperiment
1552
1552
  include Google::Apis::Core::Hashable
1553
1553
 
1554
- # The fully qualified resource name of the serving config VariantArm.
1554
+ # The fully qualified resource name of the serving config Experiment.VariantArm.
1555
1555
  # serving_config_id responsible for generating the search response. For example:
1556
1556
  # `projects/*/locations/*/catalogs/*/servingConfigs/*`.
1557
1557
  # Corresponds to the JSON property `experimentServingConfig`
@@ -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.91.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 = "20240212"
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.91.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-02-25 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.91.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: []