google-apis-retail_v2alpha 0.99.0 → 0.100.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 +7 -6
- data/lib/google/apis/retail_v2alpha/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: 29ba7258c7460247dad29ed297c39aed165b75c48ebef9a1e41f5ea31917b9f6
|
|
4
|
+
data.tar.gz: d5fad12ad52d3b2d318b5008bf705d681f34cf1e3063d79db4611a1771737a06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 611345a3dd3a260246846c0f17d026cd6b12a1fecc8d025463b441928ae608db6f39b91024ac4539ae034a738214e4106ef72299e2c0df6899575f9322f74000
|
|
7
|
+
data.tar.gz: 0e9d8c3e2239e16e7334a5a53d62a5d0cad6c87ac2179a05353a142e08cea2e5aed5ad96fb40f3b579eb086c739678f43e2724a163a9f25320585ab3ce2f6556
|
data/CHANGELOG.md
CHANGED
|
@@ -4753,12 +4753,13 @@ module Google
|
|
|
4753
4753
|
# categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
|
|
4754
4754
|
# Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
|
|
4755
4755
|
# INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
|
|
4756
|
-
# unless overridden
|
|
4757
|
-
# must be a UTF-8 encoded string with a length limit of 5,
|
|
4758
|
-
# Otherwise, an INVALID_ARGUMENT error is returned.
|
|
4759
|
-
# Google Merchant Center property
|
|
4760
|
-
# Product.category] (https://
|
|
4761
|
-
# https://support.google.com/
|
|
4756
|
+
# unless overridden through the Google Cloud console. Empty values are not
|
|
4757
|
+
# allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
|
|
4758
|
+
# 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
|
4759
|
+
# Corresponding properties: Google Merchant Center property
|
|
4760
|
+
# google_product_category. Schema.org property [Product.category] (https://
|
|
4761
|
+
# schema.org/category). [mc_google_product_category]: https://support.google.com/
|
|
4762
|
+
# merchants/answer/6324436
|
|
4762
4763
|
# Corresponds to the JSON property `categories`
|
|
4763
4764
|
# @return [Array<String>]
|
|
4764
4765
|
attr_accessor :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.100.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_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.100.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_v2alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.100.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|