google-apis-retail_v2 0.130.0 → 0.131.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 +6 -5
- 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: f8bd088768cbf551a0d78ca90e72101680e957e4d83d8ff2dfdb7e666ddf6264
|
|
4
|
+
data.tar.gz: 4f7861d950ba0b22e1bbfc3dfdb302dddf0f5633d5117dee21e5a054cf0073d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc6eee60e67f0c3b7cc65c8eb3d5b925d7ab040581dd69788b179e3238ccdb19d1ca89cabc01b9dddb8af6d61bac1f610c6cf20aa151484d4d9110be0278e247
|
|
7
|
+
data.tar.gz: 652fb1bbbe382ea1fec33d82ebaadf9f10e0269e8a3bbb6ae44fe1b144a2d8efc70577abfcf25f076cd9133b2cf9856523f9213fbd003b14be92be73e348d0db
|
data/CHANGELOG.md
CHANGED
|
@@ -4157,11 +4157,12 @@ module Google
|
|
|
4157
4157
|
# type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS"
|
|
4158
4158
|
# represents size type; "27" represents size value. In "32 inches", both size
|
|
4159
4159
|
# system and size type are empty, while size value is "32 inches". A maximum of
|
|
4160
|
-
# 20 values are allowed per Product.
|
|
4161
|
-
#
|
|
4162
|
-
#
|
|
4163
|
-
#
|
|
4164
|
-
# support.google.com/merchants/answer/
|
|
4160
|
+
# 20 values are allowed per Product by default. This limit can be increased
|
|
4161
|
+
# using dynamic override configurations. Each value must be a UTF-8 encoded
|
|
4162
|
+
# string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
|
|
4163
|
+
# error is returned. Corresponding properties: Google Merchant Center property [
|
|
4164
|
+
# size](https://support.google.com/merchants/answer/6324492), [size_type](https:/
|
|
4165
|
+
# /support.google.com/merchants/answer/6324497), and [size_system](https://
|
|
4165
4166
|
# support.google.com/merchants/answer/6324502). Schema.org property [Product.
|
|
4166
4167
|
# size](https://schema.org/size).
|
|
4167
4168
|
# Corresponds to the JSON property `sizes`
|
|
@@ -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.131.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.131.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.131.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:
|