Skip to content

Commit 9dc06b8

Browse files
feat: Automated regeneration of retail v2beta client (#13166)
Auto-created at 2023-01-04 17:04:13 +0000 using the toys pull request generator.
1 parent c64742e commit 9dc06b8

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

generated/google-apis-retail_v2beta/CHANGELOG.md

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

3-
### v0.61.0 (2022-12-14)
3+
### v0.61.0 (2023-01-04)
44

5-
* Regenerated from discovery document revision 20221208
5+
* Regenerated from discovery document revision 20230102
66

77
### v0.60.0 (2022-12-03)
88

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,8 @@ class GoogleCloudRetailV2betaCatalogAttribute
21702170

21712171
# If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable. This
21722172
# property only applies to textual custom attributes and requires indexable set
2173-
# to enabled to enable exact-searchable.
2173+
# to enabled to enable exact-searchable. If unset, the server behavior defaults
2174+
# to EXACT_SEARCHABLE_DISABLED.
21742175
# Corresponds to the JSON property `exactSearchableOption`
21752176
# @return [String]
21762177
attr_accessor :exact_searchable_option
@@ -2203,7 +2204,9 @@ class GoogleCloudRetailV2betaCatalogAttribute
22032204
# custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
22042205
# name can contain only alpha-numeric characters and underscores. For example,
22052206
# an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
2206-
# `attributes.abc-xyz` cannot be indexed.
2207+
# `attributes.abc-xyz` cannot be indexed. For attributes whoes key start with `
2208+
# attributes.`, we refer them as custom attributes. Otherwise they are built-in
2209+
# attributes such as `color` and `brands`.
22072210
# Corresponds to the JSON property `key`
22082211
# @return [String]
22092212
attr_accessor :key
@@ -2217,6 +2220,7 @@ class GoogleCloudRetailV2betaCatalogAttribute
22172220
attr_accessor :recommendations_filtering_option
22182221

22192222
# If RETRIEVABLE_ENABLED, attribute values are retrievable in the search results.
2223+
# If unset, the server behavior defaults to RETRIEVABLE_DISABLED.
22202224
# Corresponds to the JSON property `retrievableOption`
22212225
# @return [String]
22222226
attr_accessor :retrievable_option
@@ -6285,7 +6289,8 @@ class GoogleCloudRetailV2betaServingConfig
62856289
# @return [String]
62866290
attr_accessor :diversity_level
62876291

6288-
# What kind of diversity to use - data driven or rule based.
6292+
# What kind of diversity to use - data driven or rule based. If unset, the
6293+
# server behavior defaults to RULE_BASED_DIVERSITY.
62896294
# Corresponds to the JSON property `diversityType`
62906295
# @return [String]
62916296
attr_accessor :diversity_type
@@ -6373,7 +6378,7 @@ class GoogleCloudRetailV2betaServingConfig
63736378
# product items with a similar recommendation probability to be ordered by price,
63746379
# with the highest-priced items first. This setting could result in a decrease
63756380
# in click-through and conversion rates. Allowed values are: * `no-price-
6376-
# reranking` * `low-price-raranking` * `medium-price-reranking` * `high-price-
6381+
# reranking` * `low-price-reranking` * `medium-price-reranking` * `high-price-
63776382
# reranking` If not specified, we choose default based on model type. Default
63786383
# value: `no-price-reranking`. Can only be set if solution_types is
63796384
# SOLUTION_TYPE_RECOMMENDATION.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module RetailV2beta
2222
GENERATOR_VERSION = "0.11.0"
2323

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ def search_project_location_catalog_serving_configs(placement, google_cloud_reta
21192119
# payload bytes.
21202120
# @param [String] prebuilt_rule
21212121
# The prebuilt rule name that can convert a specific type of raw_json. For
2122-
# example: "default_schema/v1.0"
2122+
# example: "ga4_bq" rule for the GA4 user event schema.
21232123
# @param [String] raw_json
21242124
# An arbitrary serialized JSON string that contains necessary information that
21252125
# can comprise a user event. When this field is specified, the user_event field

0 commit comments

Comments
 (0)