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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +37 -35
- data/lib/google/apis/retail_v2alpha/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: 258fb98bb270ecfb1a626fcbc0ad1c92c0ac9cbf7ee652f7f2e41f554b7f62b7
|
|
4
|
+
data.tar.gz: 57b39be706c71f80c2368c52171b73fe82115d6302f8828bef0ccb044566099f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c8f5f4e25cedb635d9fc768f6c10fad81e59b76862b13466a77e949695623ceab95bea5ead0f556807e43a31b8d3da13bde115af1f5f637aa3fa4cbd4f55350
|
|
7
|
+
data.tar.gz: 8fe8cd19849f4a7c3140b07fd237cb2282f8bb89bd6cabd37798aacce1bb532a864b6905d76627f11269c6af8742e60778e83a105291371d51172b711618d1ba
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
2836
|
-
# use '>' sign
|
|
2837
|
-
# name, replace it with other
|
|
2838
|
-
#
|
|
2839
|
-
#
|
|
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
|
|
5909
|
-
# belonging to several parallel categories. Strongly recommended using
|
|
5910
|
-
# path for better search / recommendation quality. To represent
|
|
5911
|
-
# category, use '>' sign
|
|
5912
|
-
#
|
|
5913
|
-
#
|
|
5914
|
-
#
|
|
5915
|
-
#
|
|
5916
|
-
# Clothing > Shoes" ] Must be set for
|
|
5917
|
-
# INVALID_ARGUMENT error is returned. At most
|
|
5918
|
-
# unless overridden through the Google Cloud
|
|
5919
|
-
# allowed. Each value must be a UTF-8 encoded
|
|
5920
|
-
# 000 characters. Otherwise, an INVALID_ARGUMENT
|
|
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
|
|
7655
|
-
# navigation queries to achieve good search quality. The format should
|
|
7656
|
-
# same as UserEvent.page_categories; To represent full path of
|
|
7657
|
-
#
|
|
7658
|
-
#
|
|
7659
|
-
#
|
|
7660
|
-
#
|
|
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
|
|
9300
|
-
# category, use '>' sign
|
|
9301
|
-
#
|
|
9302
|
-
#
|
|
9303
|
-
#
|
|
9304
|
-
#
|
|
9305
|
-
#
|
|
9306
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|