google-apis-retail_v2 0.126.0 → 0.127.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: 58a0e1f7b419a6a18106b8812d7334b5f5bbef8759029c33fdba850801dd9aa5
4
- data.tar.gz: 5797cf4c0beb42ce9da5b36f0ff6190ec46478904912f7adeb04a60fb4271595
3
+ metadata.gz: bc7c32e578018f4deae9c1de90f59e0a42cf3059e01c1f5eae090a1764404583
4
+ data.tar.gz: 04d43c88c0329ab0f4dd61549b8c6c02839d258d5d76b1bda58779a42ceafd54
5
5
  SHA512:
6
- metadata.gz: 4638b5ccc70d132cb10a457952fce620c4243857967896d6ea56a56bf3159c5283c1d6e6c447336931d59118175de113eacd4926417e6f55b352d8324187ac49
7
- data.tar.gz: ec7089a1f36a6b358da26f3586866c430b221341d82927b89d00ebba5f05c66faa8a60a1b353a570015b4560fbbd0c36d29f5c7ddd4f8a7360eaba34b2a5b0a6
6
+ metadata.gz: f0b41aec0ff8d0212fbe7ead89e5ac9cf39c6d68a59ac1c7a1b2dcce3683cd83415a49cd9777b5995665e41dff6e094017bf6b3cccd6291042bf8407fb582eb4
7
+ data.tar.gz: c7524353fdfcef9a3d3005380a4473263aa0e98d956336b3d8ef11370e1422a30e8368828dbc712fdb6fb33dfcce76f93ed891136009ead984609b019f94dd70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.127.0 (2026-03-01)
4
+
5
+ * Regenerated from discovery document revision 20260219
6
+
3
7
  ### v0.126.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260129
@@ -1614,11 +1614,12 @@ module Google
1614
1614
 
1615
1615
  # Optional. The categories associated with a category page. Must be set for
1616
1616
  # category navigation queries to achieve good search quality. The format should
1617
- # be the same as UserEvent.page_categories; To represent full path of category,
1618
- # use '>' sign to separate different hierarchies. If '>' is part of the category
1619
- # name, replace it with other character(s). Category pages include special pages
1620
- # such as sales or promotions. For instance, a special sale page may have the
1621
- # category hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"].
1617
+ # be the same as UserEvent.page_categories; To represent the full path of
1618
+ # category, use the '>' sign, with one space on each side, to separate different
1619
+ # hierarchies. If '>' is part of the category name, replace it with other
1620
+ # character(s). Category pages include special pages such as sales or promotions.
1621
+ # For instance, a special sale page may have the category hierarchy: "
1622
+ # pageCategories" : ["Sales > 2017 Black Friday Deals"].
1622
1623
  # Corresponds to the JSON property `pageCategories`
1623
1624
  # @return [Array<String>]
1624
1625
  attr_accessor :page_categories
@@ -3942,20 +3943,20 @@ module Google
3942
3943
  # @return [Array<String>]
3943
3944
  attr_accessor :brands
3944
3945
 
3945
- # Product categories. This field is repeated for supporting one product
3946
- # belonging to several parallel categories. Strongly recommended using the full
3947
- # path for better search / recommendation quality. To represent full path of
3948
- # category, use '>' sign to separate different hierarchies. If '>' is part of
3949
- # the category name, replace it with other character(s). For example, if a shoes
3950
- # product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports &
3951
- # Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as: "
3952
- # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
3953
- # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
3954
- # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
3955
- # unless overridden through the Google Cloud console. Empty values are not
3956
- # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
3957
- # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
3958
- # Corresponding properties: Google Merchant Center property
3946
+ # Optional. Product categories. This field is repeated for supporting one
3947
+ # product belonging to several parallel categories. Strongly recommended using
3948
+ # the full path for better search / recommendation quality. To represent the
3949
+ # full path of category, use the '>' sign, with one space on each side, to
3950
+ # separate different hierarchies. If '>' is part of the category name, replace
3951
+ # it with other character(s). For example, if a shoes product belongs to both ["
3952
+ # Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing"
3953
+ # -> "Shoes"], it could be represented as: "categories": [ "Shoes & Accessories
3954
+ # > Shoes", "Sports & Fitness > Athletic Clothing > Shoes" ] Must be set for
3955
+ # Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned. At most
3956
+ # 250 values are allowed per Product unless overridden through the Google Cloud
3957
+ # console. Empty values are not allowed. Each value must be a UTF-8 encoded
3958
+ # string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT
3959
+ # error is returned. Corresponding properties: Google Merchant Center property
3959
3960
  # google_product_category. Schema.org property [Product.category] (https://
3960
3961
  # schema.org/category). [mc_google_product_category]: https://support.google.com/
3961
3962
  # merchants/answer/6324436
@@ -5657,13 +5658,14 @@ module Google
5657
5658
  # @return [String]
5658
5659
  attr_accessor :order_by
5659
5660
 
5660
- # The categories associated with a category page. Must be set for category
5661
- # navigation queries to achieve good search quality. The format should be the
5662
- # same as UserEvent.page_categories; To represent full path of category, use '>'
5663
- # sign to separate different hierarchies. If '>' is part of the category name,
5664
- # replace it with other character(s). Category pages include special pages such
5665
- # as sales or promotions. For instance, a special sale page may have the
5666
- # category hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"].
5661
+ # Optional. The categories associated with a category page. Must be set for
5662
+ # category navigation queries to achieve good search quality. The format should
5663
+ # be the same as UserEvent.page_categories; To represent the full path of
5664
+ # category, use '>' sign, with one space on each side, to separate different
5665
+ # hierarchies. If '>' is part of the category name, replace it with other
5666
+ # character(s). Category pages include special pages such as sales or promotions.
5667
+ # For instance, a special sale page may have the category hierarchy: "
5668
+ # pageCategories" : ["Sales > 2017 Black Friday Deals"].
5667
5669
  # Corresponds to the JSON property `pageCategories`
5668
5670
  # @return [Array<String>]
5669
5671
  attr_accessor :page_categories
@@ -7266,15 +7268,15 @@ module Google
7266
7268
  # @return [String]
7267
7269
  attr_accessor :order_by
7268
7270
 
7269
- # The categories associated with a category page. To represent full path of
7270
- # category, use '>' sign to separate different hierarchies. If '>' is part of
7271
- # the category name, replace it with other character(s). Category pages include
7272
- # special pages such as sales or promotions. For instance, a special sale page
7273
- # may have the category hierarchy: "pageCategories" : ["Sales > 2017 Black
7274
- # Friday Deals"]. Required for `category-page-view` events. At least one of
7275
- # search_query or page_categories is required for `search` events. Other event
7276
- # types should not set this field. Otherwise, an INVALID_ARGUMENT error is
7277
- # returned.
7271
+ # Optional. The categories associated with a category page. To represent the
7272
+ # full path of category, use the '>' sign, with one space on each side, to
7273
+ # separate different hierarchies. If '>' is part of the category name, replace
7274
+ # it with other character(s). Category pages include special pages such as sales
7275
+ # or promotions. For instance, a special sale page may have the category
7276
+ # hierarchy: "pageCategories" : ["Sales > 2017 Black Friday Deals"]. Required
7277
+ # for `category-page-view` events. At least one of search_query or
7278
+ # page_categories is required for `search` events. Other event types should not
7279
+ # set this field. Otherwise, an INVALID_ARGUMENT error is returned.
7278
7280
  # Corresponds to the JSON property `pageCategories`
7279
7281
  # @return [Array<String>]
7280
7282
  attr_accessor :page_categories
@@ -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.126.0"
19
+ GEM_VERSION = "0.127.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.126.0
4
+ version: 0.127.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.126.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.127.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
62
62
  rdoc_options: []
63
63
  require_paths: