google-apis-retail_v2beta 0.95.0 → 0.96.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2beta/classes.rb +7 -6
- data/lib/google/apis/retail_v2beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 072f0456501e0e2074769bcad76b957d6dc13326d54f5a96efddac88b5cebc2a
|
4
|
+
data.tar.gz: 567986e6d519b028623afe1e4e41bdf6fc148a4cd7d138bba252c94201a1c52a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecd65326bfee33eaedd3b549486a64ea91249803a0f9bacc7c5fbf50e4e02eca8f0df3f7a1090e61cc3de31756698276628b8c66383e988dc63318f7c85a3134
|
7
|
+
data.tar.gz: 9a9b03ed2ba7c7965cba53e1f682ef7f02c15e845164c91c3176be45d9f369ed7d51460874096960ca933c1ac16f0fdc9db86953b949848fdf49b236272e3ac7
|
data/CHANGELOG.md
CHANGED
@@ -5572,12 +5572,13 @@ module Google
|
|
5572
5572
|
# categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
|
5573
5573
|
# Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
|
5574
5574
|
# INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
|
5575
|
-
# unless overridden
|
5576
|
-
# must be a UTF-8 encoded string with a length limit of 5,
|
5577
|
-
# Otherwise, an INVALID_ARGUMENT error is returned.
|
5578
|
-
# Google Merchant Center property
|
5579
|
-
# Product.category] (https://
|
5580
|
-
# https://support.google.com/
|
5575
|
+
# unless overridden through the Google Cloud console. Empty values are not
|
5576
|
+
# allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
|
5577
|
+
# 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
5578
|
+
# Corresponding properties: Google Merchant Center property
|
5579
|
+
# google_product_category. Schema.org property [Product.category] (https://
|
5580
|
+
# schema.org/category). [mc_google_product_category]: https://support.google.com/
|
5581
|
+
# merchants/answer/6324436
|
5581
5582
|
# Corresponds to the JSON property `categories`
|
5582
5583
|
# @return [Array<String>]
|
5583
5584
|
attr_accessor :categories
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.96.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 = "
|
25
|
+
REVISION = "20240411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.96.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-04-
|
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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.96.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|