google-apis-retail_v2alpha 0.98.0 → 0.100.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: 29ba7258c7460247dad29ed297c39aed165b75c48ebef9a1e41f5ea31917b9f6
4
+ data.tar.gz: d5fad12ad52d3b2d318b5008bf705d681f34cf1e3063d79db4611a1771737a06
5
5
  SHA512:
6
- metadata.gz: 7a02fd80efb324701d5c3a652ac0d220e28d15249f09874918937c4324e31e20a97f01d527dba90b692d3cbff78de5580feeab40189ae0f91a5f1b662e5483d7
7
- data.tar.gz: a196804548af5800e0d9a80f92efcaeebcff003becad42acfbd5ce08e367887c21fee6a778f11ffde7309de1a0bf7fc8e6fc2739a7e98f124933d890ce695af9
6
+ metadata.gz: 611345a3dd3a260246846c0f17d026cd6b12a1fecc8d025463b441928ae608db6f39b91024ac4539ae034a738214e4106ef72299e2c0df6899575f9322f74000
7
+ data.tar.gz: 0e9d8c3e2239e16e7334a5a53d62a5d0cad6c87ac2179a05353a142e08cea2e5aed5ad96fb40f3b579eb086c739678f43e2724a163a9f25320585ab3ce2f6556
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.100.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
7
+ ### v0.99.0 (2024-04-07)
8
+
9
+ * Regenerated from discovery document revision 20240401
10
+
3
11
  ### v0.98.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240315
@@ -4753,12 +4753,13 @@ module Google
4753
4753
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
4754
4754
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
4755
4755
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
4756
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
4757
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
4758
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
4759
- # Google Merchant Center property google_product_category. Schema.org property [
4760
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
4761
- # https://support.google.com/merchants/answer/6324436
4756
+ # unless overridden through the Google Cloud console. Empty values are not
4757
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
4758
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
4759
+ # Corresponding properties: Google Merchant Center property
4760
+ # google_product_category. Schema.org property [Product.category] (https://
4761
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
4762
+ # merchants/answer/6324436
4762
4763
  # Corresponds to the JSON property `categories`
4763
4764
  # @return [Array<String>]
4764
4765
  attr_accessor :categories
@@ -7174,6 +7175,13 @@ module Google
7174
7175
  # @return [Array<String>]
7175
7176
  attr_accessor :ignore_control_ids
7176
7177
 
7178
+ # When the flag is enabled, the products in the denylist will not be filtered
7179
+ # out in the recommendation filtering results.
7180
+ # Corresponds to the JSON property `ignoreRecsDenylist`
7181
+ # @return [Boolean]
7182
+ attr_accessor :ignore_recs_denylist
7183
+ alias_method :ignore_recs_denylist?, :ignore_recs_denylist
7184
+
7177
7185
  # The id of the model in the same Catalog to use at serving time. Currently only
7178
7186
  # RecommendationModels are supported: https://cloud.google.com/retail/
7179
7187
  # recommendations-ai/docs/create-models Can be changed but only to a compatible
@@ -7260,6 +7268,7 @@ module Google
7260
7268
  @facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
7261
7269
  @filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
7262
7270
  @ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
7271
+ @ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
7263
7272
  @model_id = args[:model_id] if args.key?(:model_id)
7264
7273
  @name = args[:name] if args.key?(:name)
7265
7274
  @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.100.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
@@ -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.100.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_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.100.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: []