google-apis-retail_v2beta 0.60.0 → 0.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da83e64dd45bacdda7ff247074b4134070ae2f26cd75757941dd568de72bbbf8
4
- data.tar.gz: e1da5407a5ababcaa6de865b3f307e94aac0373e9f46f704fabcb55c8f363b66
3
+ metadata.gz: b3fb77eff1104a388f1f370195d8d0b9b1e0b94f482a95292233a1d21a2543d7
4
+ data.tar.gz: dd6ebc8162bae9172f726a85b3b891e94cbbedfb6d15f3f9708c1344a481b593
5
5
  SHA512:
6
- metadata.gz: 6235a85ab8f9c22d4bc4d068cbeec3df8bfa76aabe26157d0e5a98e4ac7c0237c7bc0648e2ca7162d4c61623d1eec8cafd60644a4c4f8090fa687a62f8b3862e
7
- data.tar.gz: 441f60b14e767bddbc09b69bda468fa497f7db0bbc011071fac726dc44b3614f1ba941abace1e3d6741693d600774f5aa598e1d9309b56c55104e81db6979874
6
+ metadata.gz: bfb6e3cbd7dec4a2894c024fdbe5e8dfe2c22ceafcf0118c68701476c09d0bfe9f1902ce53a42abcf7ff7512e68189c2f7a8a4a0039870bb644b511b6481cb13
7
+ data.tar.gz: 77c040e7244f02569722e415f83bfae5d7348862774800519e64cae4344fdd80e2385759bc55c36155eb81b364f01978b98cec3bcb96bd1a2edef2b699dcec01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.61.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20230102
6
+
3
7
  ### v0.60.0 (2022-12-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20221130
@@ -1145,8 +1145,8 @@ module Google
1145
1145
  attr_accessor :optimization_objective
1146
1146
 
1147
1147
  # The PageOptimizationConfig for model training. This determines how many panels
1148
- # to optimize for, and which serving configurations to consider for each panel.
1149
- # The purpose of this model is to optimize which ServingConfig to show on which
1148
+ # to optimize for, and which serving configs to consider for each panel. The
1149
+ # purpose of this model is to optimize which ServingConfig to show on which
1150
1150
  # panels in way that optimizes the visitors shopping journey.
1151
1151
  # Corresponds to the JSON property `pageOptimizationConfig`
1152
1152
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfig]
@@ -1232,8 +1232,8 @@ module Google
1232
1232
  end
1233
1233
 
1234
1234
  # The PageOptimizationConfig for model training. This determines how many panels
1235
- # to optimize for, and which serving configurations to consider for each panel.
1236
- # The purpose of this model is to optimize which ServingConfig to show on which
1235
+ # to optimize for, and which serving configs to consider for each panel. The
1236
+ # purpose of this model is to optimize which ServingConfig to show on which
1237
1237
  # panels in way that optimizes the visitors shopping journey.
1238
1238
  class GoogleCloudRetailV2alphaModelPageOptimizationConfig
1239
1239
  include Google::Apis::Core::Hashable
@@ -2170,7 +2170,8 @@ module Google
2170
2170
 
2171
2171
  # If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable. This
2172
2172
  # 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.
2174
2175
  # Corresponds to the JSON property `exactSearchableOption`
2175
2176
  # @return [String]
2176
2177
  attr_accessor :exact_searchable_option
@@ -2203,7 +2204,9 @@ module Google
2203
2204
  # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
2204
2205
  # name can contain only alpha-numeric characters and underscores. For example,
2205
2206
  # 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`.
2207
2210
  # Corresponds to the JSON property `key`
2208
2211
  # @return [String]
2209
2212
  attr_accessor :key
@@ -2217,6 +2220,7 @@ module Google
2217
2220
  attr_accessor :recommendations_filtering_option
2218
2221
 
2219
2222
  # If RETRIEVABLE_ENABLED, attribute values are retrievable in the search results.
2223
+ # If unset, the server behavior defaults to RETRIEVABLE_DISABLED.
2220
2224
  # Corresponds to the JSON property `retrievableOption`
2221
2225
  # @return [String]
2222
2226
  attr_accessor :retrievable_option
@@ -2628,9 +2632,9 @@ module Google
2628
2632
  class GoogleCloudRetailV2betaControl
2629
2633
  include Google::Apis::Core::Hashable
2630
2634
 
2631
- # Output only. List of serving configuration ids that are associated with this
2632
- # control in the same Catalog. Note the association is managed via the
2633
- # ServingConfig, this is an output only denormalized view.
2635
+ # Output only. List of serving config ids that are associated with this control
2636
+ # in the same Catalog. Note the association is managed via the ServingConfig,
2637
+ # this is an output only denormalized view.
2634
2638
  # Corresponds to the JSON property `associatedServingConfigIds`
2635
2639
  # @return [Array<String>]
2636
2640
  attr_accessor :associated_serving_config_ids
@@ -6285,7 +6289,8 @@ module Google
6285
6289
  # @return [String]
6286
6290
  attr_accessor :diversity_level
6287
6291
 
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.
6289
6294
  # Corresponds to the JSON property `diversityType`
6290
6295
  # @return [String]
6291
6296
  attr_accessor :diversity_type
@@ -6373,7 +6378,7 @@ module Google
6373
6378
  # product items with a similar recommendation probability to be ordered by price,
6374
6379
  # with the highest-priced items first. This setting could result in a decrease
6375
6380
  # 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-
6377
6382
  # reranking` If not specified, we choose default based on model type. Default
6378
6383
  # value: `no-price-reranking`. Can only be set if solution_types is
6379
6384
  # SOLUTION_TYPE_RECOMMENDATION.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221130"
25
+ REVISION = "20230102"
26
26
  end
27
27
  end
28
28
  end
@@ -1689,10 +1689,10 @@ module Google
1689
1689
  # the `servingConfigs` resource. `placements` is a legacy resource. The ID of
1690
1690
  # the Recommendations AI serving config or placement. Before you can request
1691
1691
  # predictions from your model, you must create at least one serving config or
1692
- # placement for it. For more information, see [Managing serving configurations] (
1693
- # https://cloud.google.com/retail/docs/manage-configs). The full list of
1694
- # available serving configs can be seen at https://console.cloud.google.com/ai/
1695
- # retail/catalogs/default_catalog/configs
1692
+ # placement for it. For more information, see [Manage serving configs] (https://
1693
+ # cloud.google.com/retail/docs/manage-configs). The full list of available
1694
+ # serving configs can be seen at https://console.cloud.google.com/ai/retail/
1695
+ # catalogs/default_catalog/configs
1696
1696
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPredictRequest] google_cloud_retail_v2beta_predict_request_object
1697
1697
  # @param [String] fields
1698
1698
  # Selector specifying which fields to include in a partial response.
@@ -1731,8 +1731,8 @@ module Google
1731
1731
  # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
1732
1732
  # default_serving_config` or the name of the legacy placement resource, such as `
1733
1733
  # projects/*/locations/global/catalogs/default_catalog/placements/default_search`
1734
- # . This field is used to identify the serving configuration name and the set of
1735
- # models that will be used to make the search.
1734
+ # . This field is used to identify the serving config name and the set of models
1735
+ # that will be used to make the search.
1736
1736
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequest] google_cloud_retail_v2beta_search_request_object
1737
1737
  # @param [String] fields
1738
1738
  # Selector specifying which fields to include in a partial response.
@@ -1995,10 +1995,10 @@ module Google
1995
1995
  # the `servingConfigs` resource. `placements` is a legacy resource. The ID of
1996
1996
  # the Recommendations AI serving config or placement. Before you can request
1997
1997
  # predictions from your model, you must create at least one serving config or
1998
- # placement for it. For more information, see [Managing serving configurations] (
1999
- # https://cloud.google.com/retail/docs/manage-configs). The full list of
2000
- # available serving configs can be seen at https://console.cloud.google.com/ai/
2001
- # retail/catalogs/default_catalog/configs
1998
+ # placement for it. For more information, see [Manage serving configs] (https://
1999
+ # cloud.google.com/retail/docs/manage-configs). The full list of available
2000
+ # serving configs can be seen at https://console.cloud.google.com/ai/retail/
2001
+ # catalogs/default_catalog/configs
2002
2002
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPredictRequest] google_cloud_retail_v2beta_predict_request_object
2003
2003
  # @param [String] fields
2004
2004
  # Selector specifying which fields to include in a partial response.
@@ -2074,8 +2074,8 @@ module Google
2074
2074
  # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
2075
2075
  # default_serving_config` or the name of the legacy placement resource, such as `
2076
2076
  # projects/*/locations/global/catalogs/default_catalog/placements/default_search`
2077
- # . This field is used to identify the serving configuration name and the set of
2078
- # models that will be used to make the search.
2077
+ # . This field is used to identify the serving config name and the set of models
2078
+ # that will be used to make the search.
2079
2079
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequest] google_cloud_retail_v2beta_search_request_object
2080
2080
  # @param [String] fields
2081
2081
  # Selector specifying which fields to include in a partial response.
@@ -2119,7 +2119,7 @@ module Google
2119
2119
  # payload bytes.
2120
2120
  # @param [String] prebuilt_rule
2121
2121
  # 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.
2123
2123
  # @param [String] raw_json
2124
2124
  # An arbitrary serialized JSON string that contains necessary information that
2125
2125
  # can comprise a user event. When this field is specified, the user_event field
@@ -2284,6 +2284,11 @@ module Google
2284
2284
  # Required. The parent catalog resource name, such as `projects/1234/locations/
2285
2285
  # global/catalogs/default_catalog`.
2286
2286
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEvent] google_cloud_retail_v2beta_user_event_object
2287
+ # @param [Boolean] write_async
2288
+ # If set to true, the user event will be written asynchronously after validation,
2289
+ # and the API will respond without waiting for the write. Therefore, silent
2290
+ # failures can occur even if the API returns success. In case of silent failures,
2291
+ # error messages can be found in Stackdriver logs.
2287
2292
  # @param [String] fields
2288
2293
  # Selector specifying which fields to include in a partial response.
2289
2294
  # @param [String] quota_user
@@ -2301,13 +2306,14 @@ module Google
2301
2306
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2302
2307
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2303
2308
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2304
- def write_project_location_catalog_user_event(parent, google_cloud_retail_v2beta_user_event_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2309
+ def write_project_location_catalog_user_event(parent, google_cloud_retail_v2beta_user_event_object = nil, write_async: nil, fields: nil, quota_user: nil, options: nil, &block)
2305
2310
  command = make_simple_command(:post, 'v2beta/{+parent}/userEvents:write', options)
2306
2311
  command.request_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEvent::Representation
2307
2312
  command.request_object = google_cloud_retail_v2beta_user_event_object
2308
2313
  command.response_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEvent::Representation
2309
2314
  command.response_class = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEvent
2310
2315
  command.params['parent'] = parent unless parent.nil?
2316
+ command.query['writeAsync'] = write_async unless write_async.nil?
2311
2317
  command.query['fields'] = fields unless fields.nil?
2312
2318
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2313
2319
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.61.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []