Skip to content

Commit a5de864

Browse files
feat: Automated regeneration of retail v2alpha client (googleapis#23686)
Auto-created at 2025-07-13 10:14:20 +0000 using the toys pull request generator.
1 parent 9f2ae7f commit a5de864

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-retail_v2alpha/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_v2alpha
22

3+
### v0.122.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250703
6+
37
### v0.121.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250626

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7670,9 +7670,9 @@ class GoogleCloudRetailV2alphaSearchRequest
76707670

76717671
# Optional. The user attributes that could be used for personalization of search
76727672
# results. * Populate at most 100 key-value pairs per query. * Only supports
7673-
# string keys and repeated string values. * Duplcate keys are not allowed within
7674-
# a single query. Example: user_attributes: [ ` key: "pets" value ` values: "dog"
7675-
# values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
7673+
# string keys and repeated string values. * Duplicate keys are not allowed
7674+
# within a single query. Example: user_attributes: [ ` key: "pets" value `
7675+
# values: "dog" values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
76767676
# Corresponds to the JSON property `userAttributes`
76777677
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaStringList>]
76787678
attr_accessor :user_attributes

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/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 RetailV2alpha
1818
# Version of the google-apis-retail_v2alpha gem
19-
GEM_VERSION = "0.121.0"
19+
GEM_VERSION = "0.122.0"
2020

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

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

0 commit comments

Comments
 (0)