google-apis-retail_v2alpha 0.133.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0762ccca8e15042c447341d266a44883ede4a3d7148512cb2ce92a84bb1ffdbf
4
- data.tar.gz: 13c7efb39233dc797dc1bbd9a225d2fe1f7882cee9b70455ea688653b8ecc5b5
3
+ metadata.gz: 258fb98bb270ecfb1a626fcbc0ad1c92c0ac9cbf7ee652f7f2e41f554b7f62b7
4
+ data.tar.gz: 57b39be706c71f80c2368c52171b73fe82115d6302f8828bef0ccb044566099f
5
5
  SHA512:
6
- metadata.gz: 8db4822f338e01bb4788bef357496f63bdc5b39213049c4c14181500a447076dc56541d92b8065db2e135290b91bbb87fe7b03550db67403a638566a05bba679
7
- data.tar.gz: f7d9efb48c8220a761b581a50b38afa33c27af5666676fc94b7a4a94b4193588c2473a1d3b3647944866c66235aad0fc51f142b3c1f13b7c905269e183f98f5b
6
+ metadata.gz: 7c8f5f4e25cedb635d9fc768f6c10fad81e59b76862b13466a77e949695623ceab95bea5ead0f556807e43a31b8d3da13bde115af1f5f637aa3fa4cbd4f55350
7
+ data.tar.gz: 8fe8cd19849f4a7c3140b07fd237cb2282f8bb89bd6cabd37798aacce1bb532a864b6905d76627f11269c6af8742e60778e83a105291371d51172b711618d1ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.134.0 (2026-03-15)
4
+
5
+ * Regenerated from discovery document revision 20260219
6
+
3
7
  ### v0.133.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260129
@@ -2832,11 +2832,12 @@ module Google
2832
2832
 
2833
2833
  # Optional. The categories associated with a category page. Must be set for
2834
2834
  # category navigation queries to achieve good search quality. The format should
2835
- # be the same as UserEvent.page_categories; To represent full path of category,
2836
- # use '>' sign to separate different hierarchies. If '>' is part of the category
2837
- # name, replace it with other character(s). Category pages include special pages
2838
- # such as sales or promotions. For instance, a special sale page may have the
2839
- # category hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"].
2835
+ # be the same as UserEvent.page_categories; To represent the full path of
2836
+ # category, use the '>' sign, with one space on each side, to separate different
2837
+ # hierarchies. If '>' is part of the category name, replace it with other
2838
+ # character(s). Category pages include special pages such as sales or promotions.
2839
+ # For instance, a special sale page may have the category hierarchy: "
2840
+ # pageCategories" : ["Sales > 2017 Black Friday Deals"].
2840
2841
  # Corresponds to the JSON property `pageCategories`
2841
2842
  # @return [Array<String>]
2842
2843
  attr_accessor :page_categories
@@ -5905,20 +5906,20 @@ module Google
5905
5906
  # @return [Array<String>]
5906
5907
  attr_accessor :brands
5907
5908
 
5908
- # Product categories. This field is repeated for supporting one product
5909
- # belonging to several parallel categories. Strongly recommended using the full
5910
- # path for better search / recommendation quality. To represent full path of
5911
- # category, use '>' sign to separate different hierarchies. If '>' is part of
5912
- # the category name, replace it with other character(s). For example, if a shoes
5913
- # product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports &
5914
- # Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as: "
5915
- # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
5916
- # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
5917
- # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
5918
- # unless overridden through the Google Cloud console. Empty values are not
5919
- # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
5920
- # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
5921
- # Corresponding properties: Google Merchant Center property
5909
+ # Optional. Product categories. This field is repeated for supporting one
5910
+ # product belonging to several parallel categories. Strongly recommended using
5911
+ # the full path for better search / recommendation quality. To represent the
5912
+ # full path of category, use the '>' sign, with one space on each side, to
5913
+ # separate different hierarchies. If '>' is part of the category name, replace
5914
+ # it with other character(s). For example, if a shoes product belongs to both ["
5915
+ # Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing"
5916
+ # -> "Shoes"], it could be represented as: "categories": [ "Shoes & Accessories
5917
+ # > Shoes", "Sports & Fitness > Athletic Clothing > Shoes" ] Must be set for
5918
+ # Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned. At most
5919
+ # 250 values are allowed per Product unless overridden through the Google Cloud
5920
+ # console. Empty values are not allowed. Each value must be a UTF-8 encoded
5921
+ # string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT
5922
+ # error is returned. Corresponding properties: Google Merchant Center property
5922
5923
  # google_product_category. Schema.org property [Product.category] (https://
5923
5924
  # schema.org/category). [mc_google_product_category]: https://support.google.com/
5924
5925
  # merchants/answer/6324436
@@ -7651,13 +7652,14 @@ module Google
7651
7652
  # @return [String]
7652
7653
  attr_accessor :order_by
7653
7654
 
7654
- # The categories associated with a category page. Must be set for category
7655
- # navigation queries to achieve good search quality. The format should be the
7656
- # same as UserEvent.page_categories; To represent full path of category, use '>'
7657
- # sign to separate different hierarchies. If '>' is part of the category name,
7658
- # replace it with other character(s). Category pages include special pages such
7659
- # as sales or promotions. For instance, a special sale page may have the
7660
- # category hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"].
7655
+ # Optional. The categories associated with a category page. Must be set for
7656
+ # category navigation queries to achieve good search quality. The format should
7657
+ # be the same as UserEvent.page_categories; To represent the full path of
7658
+ # category, use '>' sign, with one space on each side, to separate different
7659
+ # hierarchies. If '>' is part of the category name, replace it with other
7660
+ # character(s). Category pages include special pages such as sales or promotions.
7661
+ # For instance, a special sale page may have the category hierarchy: "
7662
+ # pageCategories" : ["Sales > 2017 Black Friday Deals"].
7661
7663
  # Corresponds to the JSON property `pageCategories`
7662
7664
  # @return [Array<String>]
7663
7665
  attr_accessor :page_categories
@@ -9296,15 +9298,15 @@ module Google
9296
9298
  # @return [String]
9297
9299
  attr_accessor :order_by
9298
9300
 
9299
- # The categories associated with a category page. To represent full path of
9300
- # category, use '>' sign to separate different hierarchies. If '>' is part of
9301
- # the category name, replace it with other character(s). Category pages include
9302
- # special pages such as sales or promotions. For instance, a special sale page
9303
- # may have the category hierarchy: "pageCategories" : ["Sales > 2017 Black
9304
- # Friday Deals"]. Required for `category-page-view` events. At least one of
9305
- # search_query or page_categories is required for `search` events. Other event
9306
- # types should not set this field. Otherwise, an INVALID_ARGUMENT error is
9307
- # returned.
9301
+ # Optional. The categories associated with a category page. To represent the
9302
+ # full path of category, use the '>' sign, with one space on each side, to
9303
+ # separate different hierarchies. If '>' is part of the category name, replace
9304
+ # it with other character(s). Category pages include special pages such as sales
9305
+ # or promotions. For instance, a special sale page may have the category
9306
+ # hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"]. Required
9307
+ # for `category-page-view` events. At least one of search_query or
9308
+ # page_categories is required for `search` events. Other event types should not
9309
+ # set this field. Otherwise, an INVALID_ARGUMENT error is returned.
9308
9310
  # Corresponds to the JSON property `pageCategories`
9309
9311
  # @return [Array<String>]
9310
9312
  attr_accessor :page_categories
@@ -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.133.0"
19
+ GEM_VERSION = "0.134.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260129"
25
+ REVISION = "20260219"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.133.0
4
+ version: 0.134.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.133.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.134.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths: