google-apis-retail_v2 0.92.0 → 0.94.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: e073db26a48a2422fd4d72009339e70e598c096bc9f726c7ed598d30193b15d1
4
+ data.tar.gz: a7a851683f8d59cf1618bf060c2b6286131cfd0eca3b0a14cc2371565cca749b
5
5
  SHA512:
6
- metadata.gz: bafa02711ed37ad41de7439a3481f5fe3e0c37b4cd018e96360255f04019ecb797004fab96d46279cf45af05c38aa61511d156495607f7199f23440bd30077de
7
- data.tar.gz: 72b9a2b7729d89aca663f11b1b6cd5c07ab6605e541e832a4880e2c6db192712b97be1e2e80f2750b6d3db24c4d27171ce0b7a3ba84d7190c53a3ad67745c8dc
6
+ metadata.gz: 6ecd0a7a75d9ea5cb406a3f4fdb1cdf8027f7e26e3cda73628a1deb3852e118b915ff725d035a73129857f4b896eeef43810413131bc8cd4b077b6453e7d8d16
7
+ data.tar.gz: 5e2b6918d97aa7540b7146ff9635cb2b58d497d3f28df7706c14bde55d43723dcfc34e39cc19b5912f26ee9932c107de0f2c58a9bf6de69f2b051ae0cf8700b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.94.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
7
+ ### v0.93.0 (2024-04-07)
8
+
9
+ * Regenerated from discovery document revision 20240401
10
+
3
11
  ### v0.92.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240315
@@ -3022,12 +3022,13 @@ module Google
3022
3022
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
3023
3023
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
3024
3024
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
3025
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
3026
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
3027
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
3028
- # Google Merchant Center property google_product_category. Schema.org property [
3029
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
3030
- # https://support.google.com/merchants/answer/6324436
3025
+ # unless overridden through the Google Cloud console. Empty values are not
3026
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
3027
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
3028
+ # Corresponding properties: Google Merchant Center property
3029
+ # google_product_category. Schema.org property [Product.category] (https://
3030
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
3031
+ # merchants/answer/6324436
3031
3032
  # Corresponds to the JSON property `categories`
3032
3033
  # @return [Array<String>]
3033
3034
  attr_accessor :categories
@@ -5408,6 +5409,13 @@ module Google
5408
5409
  # @return [Array<String>]
5409
5410
  attr_accessor :ignore_control_ids
5410
5411
 
5412
+ # When the flag is enabled, the products in the denylist will not be filtered
5413
+ # out in the recommendation filtering results.
5414
+ # Corresponds to the JSON property `ignoreRecsDenylist`
5415
+ # @return [Boolean]
5416
+ attr_accessor :ignore_recs_denylist
5417
+ alias_method :ignore_recs_denylist?, :ignore_recs_denylist
5418
+
5411
5419
  # The id of the model in the same Catalog to use at serving time. Currently only
5412
5420
  # RecommendationModels are supported: https://cloud.google.com/retail/
5413
5421
  # recommendations-ai/docs/create-models Can be changed but only to a compatible
@@ -5494,6 +5502,7 @@ module Google
5494
5502
  @facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
5495
5503
  @filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
5496
5504
  @ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
5505
+ @ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
5497
5506
  @model_id = args[:model_id] if args.key?(:model_id)
5498
5507
  @name = args[:name] if args.key?(:name)
5499
5508
  @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.94.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 = "20240411"
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.94.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-21 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.94.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: []