Skip to content

Commit 033b394

Browse files
feat: Automated regeneration of retail v2beta client (googleapis#27401)
Auto-created at 2026-07-19 11:42:15 +0000 using the toys pull request generator.
1 parent 26d0867 commit 033b394

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

generated/google-apis-retail_v2beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-retail_v2beta
22

3+
### v0.123.0 (2026-07-19)
4+
5+
* Regenerated from discovery document revision 20260709
6+
37
### v0.122.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260507

generated/google-apis-retail_v2beta/lib/google/apis/retail_v2beta/classes.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6695,11 +6695,12 @@ class GoogleCloudRetailV2betaProduct
66956695
# type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS"
66966696
# represents size type; "27" represents size value. In "32 inches", both size
66976697
# system and size type are empty, while size value is "32 inches". A maximum of
6698-
# 20 values are allowed per Product. Each value must be a UTF-8 encoded string
6699-
# with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is
6700-
# returned. Corresponding properties: Google Merchant Center property [size](
6701-
# https://support.google.com/merchants/answer/6324492), [size_type](https://
6702-
# support.google.com/merchants/answer/6324497), and [size_system](https://
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://
67036704
# support.google.com/merchants/answer/6324502). Schema.org property [Product.
67046705
# size](https://schema.org/size).
67056706
# Corresponds to the JSON property `sizes`

generated/google-apis-retail_v2beta/lib/google/apis/retail_v2beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RetailV2beta
1818
# Version of the google-apis-retail_v2beta gem
19-
GEM_VERSION = "0.122.0"
19+
GEM_VERSION = "0.123.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260507"
25+
REVISION = "20260709"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)