Skip to content

Commit 8a74e8b

Browse files
feat: Automated regeneration of retail v2 client (googleapis#22218)
Auto-created at 2025-03-23 10:48:49 +0000 using the toys pull request generator.
1 parent 434f356 commit 8a74e8b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

generated/google-apis-retail_v2/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_v2
22

3+
### v0.113.0 (2025-03-23)
4+
5+
* Regenerated from discovery document revision 20250315
6+
37
### v0.112.0 (2025-03-16)
48

59
* Regenerated from discovery document revision 20250314

generated/google-apis-retail_v2/lib/google/apis/retail_v2/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 RetailV2
1818
# Version of the google-apis-retail_v2 gem
19-
GEM_VERSION = "0.112.0"
19+
GEM_VERSION = "0.113.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 = "20250314"
25+
REVISION = "20250315"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ def initialize
8181
# The entity for customers who run multiple entities, domains, sites, or regions,
8282
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
8383
# etc. If this is set, it must be an exact match with UserEvent.entity to get
84-
# per-entity autocomplete results. Also, this entity should be limited to 256
85-
# characters, if too long, it will be truncated to 256 characters in both
86-
# generation and serving time, and may lead to mis-match. To ensure it works,
87-
# please set the entity with string within 256 characters.
84+
# per-entity autocomplete results. This field will be applied to `
85+
# completion_results` only. It has no effect on the `attribute_results`. Also,
86+
# this entity should be limited to 256 characters, if too long, it will be
87+
# truncated to 256 characters in both generation and serving time, and may lead
88+
# to mis-match. To ensure it works, please set the entity with string within 256
89+
# characters.
8890
# @param [Array<String>, String] language_codes
8991
# Note that this field applies for `user-data` dataset only. For requests with `
9092
# cloud-retail` dataset, setting this field has no effect. The language filters

0 commit comments

Comments
 (0)