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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +37 -35
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc7c32e578018f4deae9c1de90f59e0a42cf3059e01c1f5eae090a1764404583
|
|
4
|
+
data.tar.gz: 04d43c88c0329ab0f4dd61549b8c6c02839d258d5d76b1bda58779a42ceafd54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0b41aec0ff8d0212fbe7ead89e5ac9cf39c6d68a59ac1c7a1b2dcce3683cd83415a49cd9777b5995665e41dff6e094017bf6b3cccd6291042bf8407fb582eb4
|
|
7
|
+
data.tar.gz: c7524353fdfcef9a3d3005380a4473263aa0e98d956336b3d8ef11370e1422a30e8368828dbc712fdb6fb33dfcce76f93ed891136009ead984609b019f94dd70
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
1618
|
-
# use '>' sign
|
|
1619
|
-
# name, replace it with other
|
|
1620
|
-
#
|
|
1621
|
-
#
|
|
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
|
|
3946
|
-
# belonging to several parallel categories. Strongly recommended using
|
|
3947
|
-
# path for better search / recommendation quality. To represent
|
|
3948
|
-
# category, use '>' sign
|
|
3949
|
-
#
|
|
3950
|
-
#
|
|
3951
|
-
#
|
|
3952
|
-
#
|
|
3953
|
-
# Clothing > Shoes" ] Must be set for
|
|
3954
|
-
# INVALID_ARGUMENT error is returned. At most
|
|
3955
|
-
# unless overridden through the Google Cloud
|
|
3956
|
-
# allowed. Each value must be a UTF-8 encoded
|
|
3957
|
-
# 000 characters. Otherwise, an INVALID_ARGUMENT
|
|
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
|
|
5661
|
-
# navigation queries to achieve good search quality. The format should
|
|
5662
|
-
# same as UserEvent.page_categories; To represent full path of
|
|
5663
|
-
#
|
|
5664
|
-
#
|
|
5665
|
-
#
|
|
5666
|
-
#
|
|
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
|
|
7270
|
-
# category, use '>' sign
|
|
7271
|
-
#
|
|
7272
|
-
#
|
|
7273
|
-
#
|
|
7274
|
-
#
|
|
7275
|
-
#
|
|
7276
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|