Skip to content

Commit 4421ada

Browse files
feat: Automated regeneration of retail v2beta client (googleapis#22317)
Auto-created at 2025-03-30 10:41:09 +0000 using the toys pull request generator.
1 parent 609b9b9 commit 4421ada

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
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.108.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250327
6+
37
### v0.107.0 (2025-03-23)
48

59
* Regenerated from discovery document revision 20250315

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,8 +3424,8 @@ def update!(**args)
34243424
class GoogleCloudRetailV2betaCompleteQueryResponse
34253425
include Google::Apis::Core::Hashable
34263426

3427-
# A map of matched attribute suggestions. This field is only available for "
3428-
# cloud-retail" dataset. Current supported keys: * `brands` * `categories`
3427+
# A map of matched attribute suggestions. This field is only available for `
3428+
# cloud-retail` dataset. Current supported keys: * `brands` * `categories`
34293429
# Corresponds to the JSON property `attributeResults`
34303430
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseAttributeResult>]
34313431
attr_accessor :attribute_results
@@ -3492,9 +3492,9 @@ def update!(**args)
34923492
class GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult
34933493
include Google::Apis::Core::Hashable
34943494

3495-
# Custom attributes for the suggestion term. * For "user-data", the attributes
3496-
# are additional custom attributes ingested through BigQuery. * For "cloud-
3497-
# retail", the attributes are product attributes generated by Cloud Retail. It
3495+
# Custom attributes for the suggestion term. * For `user-data`, the attributes
3496+
# are additional custom attributes ingested through BigQuery. * For `cloud-
3497+
# retail`, the attributes are product attributes generated by Cloud Retail. It
34983498
# requires UserEvent.product_details is imported properly.
34993499
# Corresponds to the JSON property `attributes`
35003500
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
@@ -5021,7 +5021,7 @@ class GoogleCloudRetailV2betaLocalInventory
50215021
# @return [Array<String>]
50225022
attr_accessor :fulfillment_types
50235023

5024-
# Required. The place ID for the current set of inventory information.
5024+
# Optional. The place ID for the current set of inventory information.
50255025
# Corresponds to the JSON property `placeId`
50265026
# @return [String]
50275027
attr_accessor :place_id
@@ -7722,7 +7722,7 @@ class GoogleCloudRetailV2betaSearchRequestBoostSpec
77227722
include Google::Apis::Core::Hashable
77237723

77247724
# Condition boost specifications. If a product matches multiple conditions in
7725-
# the specifictions, boost scores from these specifications are all applied and
7725+
# the specifications, boost scores from these specifications are all applied and
77267726
# combined in a non-linear way. Maximum number of specifications is 20.
77277727
# Corresponds to the JSON property `conditionBoostSpecs`
77287728
# @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec>]

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.107.0"
19+
GEM_VERSION = "0.108.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 = "20250315"
25+
REVISION = "20250327"
2626
end
2727
end
2828
end

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ def update_project_alert_config(name, google_cloud_retail_v2beta_alert_config_ob
131131
# catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
132132
# @param [String] dataset
133133
# Determines which dataset to use for fetching completion. "user-data" will use
134-
# the imported dataset through CompletionService.ImportCompletionData. "cloud-
135-
# retail" will use the dataset generated by cloud retail based on user events.
136-
# If leave empty, it will use the "user-data". Current supported values: * user-
137-
# data * cloud-retail: This option requires enabling auto-learning function
138-
# first. See [guidelines](https://cloud.google.com/retail/docs/completion-
139-
# overview#generated-completion-dataset).
134+
# the dataset imported through CompletionService.ImportCompletionData. `cloud-
135+
# retail` will use the dataset generated by Cloud Retail based on user events.
136+
# If left empty, completions will be fetched from the `user-data` dataset.
137+
# Current supported values: * user-data * cloud-retail: This option requires
138+
# enabling auto-learning function first. See [guidelines](https://cloud.google.
139+
# com/retail/docs/completion-overview#generated-completion-dataset).
140140
# @param [String] device_type
141141
# The device type context for completion suggestions. We recommend that you
142142
# leave this field empty. It can apply different suggestions on different device
@@ -145,7 +145,7 @@ def update_project_alert_config(name, google_cloud_retail_v2beta_alert_config_ob
145145
# MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
146146
# @param [Boolean] enable_attribute_suggestions
147147
# If true, attribute suggestions are enabled and provided in the response. This
148-
# field is only available for the "cloud-retail" dataset.
148+
# field is only available for the `cloud-retail` dataset.
149149
# @param [String] entity
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`,

0 commit comments

Comments
 (0)