Skip to content

Commit 8cb1989

Browse files
feat: Automated regeneration of retail v2beta client (googleapis#22025)
Auto-created at 2025-03-09 10:28:24 +0000 using the toys pull request generator.
1 parent e3c0880 commit 8cb1989

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.105.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250227
6+
37
### v0.104.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250221

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.104.0"
19+
GEM_VERSION = "0.105.0"
2020

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

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ def update_project_alert_config(name, google_cloud_retail_v2beta_alert_config_ob
150150
# The entity for customers who run multiple entities, domains, sites, or regions,
151151
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
152152
# etc. If this is set, it must be an exact match with UserEvent.entity to get
153-
# per-entity autocomplete results.
153+
# per-entity autocomplete results. Also, this entity should be limited to 256
154+
# characters, if too long, it will be truncated to 256 characters in both
155+
# generation and serving time, and may lead to mis-match. To ensure it works,
156+
# please set the entity with string within 256 characters.
154157
# @param [Array<String>, String] language_codes
155158
# Note that this field applies for `user-data` dataset only. For requests with `
156159
# cloud-retail` dataset, setting this field has no effect. The language filters

0 commit comments

Comments
 (0)