google-apis-retail_v2alpha 0.137.0 → 0.138.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 +6 -5
- 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: d8e4e1f446ef4772b74036a69ef2a031611f4cdedc1adfc45459fe63f9bd38ad
|
|
4
|
+
data.tar.gz: 79973aea526fa16a3d80e114ef7251b6c156e9e2dfd3f87a0f738832baefafcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08b884ebe681d6b59f4859848da06e5ef092f9540edcd95913e0bdc100c5861c208eca7ecef4ea0c685c7d8cf150d84c9cdf4bebfa339ce3cd9da32185034767'
|
|
7
|
+
data.tar.gz: dc36e92bb9f1ccfa5180a71beaf77387a40cc58f624966d6855c2020a287908ddc1dfb7bbc52501f2bb16fe8425b501e0d250302c6957607944febce6fee870b
|
data/CHANGELOG.md
CHANGED
|
@@ -6120,11 +6120,12 @@ module Google
|
|
|
6120
6120
|
# type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS"
|
|
6121
6121
|
# represents size type; "27" represents size value. In "32 inches", both size
|
|
6122
6122
|
# system and size type are empty, while size value is "32 inches". A maximum of
|
|
6123
|
-
# 20 values are allowed per Product.
|
|
6124
|
-
#
|
|
6125
|
-
#
|
|
6126
|
-
#
|
|
6127
|
-
# support.google.com/merchants/answer/
|
|
6123
|
+
# 20 values are allowed per Product by default. This limit can be increased
|
|
6124
|
+
# using dynamic override configurations. Each value must be a UTF-8 encoded
|
|
6125
|
+
# string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
|
|
6126
|
+
# error is returned. Corresponding properties: Google Merchant Center property [
|
|
6127
|
+
# size](https://support.google.com/merchants/answer/6324492), [size_type](https:/
|
|
6128
|
+
# /support.google.com/merchants/answer/6324497), and [size_system](https://
|
|
6128
6129
|
# support.google.com/merchants/answer/6324502). Schema.org property [Product.
|
|
6129
6130
|
# size](https://schema.org/size).
|
|
6130
6131
|
# Corresponds to the JSON property `sizes`
|
|
@@ -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.138.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_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.138.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.138.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:
|