google-apis-retail_v2beta 0.122.0 → 0.123.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_v2beta/classes.rb +6 -5
- data/lib/google/apis/retail_v2beta/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: 1bdd774d929d6fc10cd0d16da4129f97504bbd1965cdefe687f0a5873fc35d87
|
|
4
|
+
data.tar.gz: 3a1d797e31814df50049d4ef3367c56ff7888198630b30c265f404ed8275e9e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45af8c8d6c10ba9ab6505119cf77665d88d6abffb618dfe742e49d2f5607aced7b3c046e12f75df47896db6eae1fa28242f0526a13868033aaddda63085e222c
|
|
7
|
+
data.tar.gz: bab3e03a4f922f9c9b84cc720a9d3ce22ba5f39a97c2ead32f020be5da56362ae1a842ea67a1135bd41d22f48ded1be547a982fbe65464d7ba6259894dac72bc
|
data/CHANGELOG.md
CHANGED
|
@@ -6695,11 +6695,12 @@ module Google
|
|
|
6695
6695
|
# type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS"
|
|
6696
6696
|
# represents size type; "27" represents size value. In "32 inches", both size
|
|
6697
6697
|
# system and size type are empty, while size value is "32 inches". A maximum of
|
|
6698
|
-
# 20 values are allowed per Product.
|
|
6699
|
-
#
|
|
6700
|
-
#
|
|
6701
|
-
#
|
|
6702
|
-
# support.google.com/merchants/answer/
|
|
6698
|
+
# 20 values are allowed per Product by default. This limit can be increased
|
|
6699
|
+
# using dynamic override configurations. Each value must be a UTF-8 encoded
|
|
6700
|
+
# string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
|
|
6701
|
+
# error is returned. Corresponding properties: Google Merchant Center property [
|
|
6702
|
+
# size](https://support.google.com/merchants/answer/6324492), [size_type](https:/
|
|
6703
|
+
# /support.google.com/merchants/answer/6324497), and [size_system](https://
|
|
6703
6704
|
# support.google.com/merchants/answer/6324502). Schema.org property [Product.
|
|
6704
6705
|
# size](https://schema.org/size).
|
|
6705
6706
|
# Corresponds to the JSON property `sizes`
|
|
@@ -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.123.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260709"
|
|
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_v2beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.123.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_v2beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.123.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|