google-apis-retail_v2beta 0.59.0 → 0.60.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: a32efd6c0d306ff916298fac68ca942a65a3b00e6dcbaae1692de116b277448f
4
- data.tar.gz: 554c62cebf22997f21f120a1e14e6ec73e4f0f5cc1bd24d5925ccc5e95490b1f
3
+ metadata.gz: da83e64dd45bacdda7ff247074b4134070ae2f26cd75757941dd568de72bbbf8
4
+ data.tar.gz: e1da5407a5ababcaa6de865b3f307e94aac0373e9f46f704fabcb55c8f363b66
5
5
  SHA512:
6
- metadata.gz: a075bd30419d258436e480320eed28ad653fe9ce417c23717512d31e9586ec5efaa089f500c42fc7490f4e50728624d4ac8568f997a6de37ad6b7b3055b2f4b1
7
- data.tar.gz: 3e180c284d6fc74192470b908354ec57719548039bf6072b65e02be2c4c5d5c7e31be1a5c32bd42bd6ad5d9571141521fc4ace2d2b850a71bd3610e4a633039d
6
+ metadata.gz: 6235a85ab8f9c22d4bc4d068cbeec3df8bfa76aabe26157d0e5a98e4ac7c0237c7bc0648e2ca7162d4c61623d1eec8cafd60644a4c4f8090fa687a62f8b3862e
7
+ data.tar.gz: 441f60b14e767bddbc09b69bda468fa497f7db0bbc011071fac726dc44b3614f1ba941abace1e3d6741693d600774f5aa598e1d9309b56c55104e81db6979874
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.60.0 (2022-12-03)
4
+
5
+ * Regenerated from discovery document revision 20221130
6
+
3
7
  ### v0.59.0 (2022-11-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20221107
@@ -1188,14 +1188,14 @@ module Google
1188
1188
 
1189
1189
  # Required. The type of model e.g. `home-page`. Currently supported values: `
1190
1190
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
1191
- # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
1192
- # readonly value). This field together with optimization_objective describe
1193
- # model metadata to use to control model training and serving. See https://cloud.
1194
- # google.com/retail/docs/models for more details on what the model metadata
1195
- # control and which combination of parameters are valid. For invalid
1196
- # combinations of parameters (e.g. type = `frequently-bought-together` and
1197
- # optimization_objective = `ctr`), you receive an error 400 if you try to create/
1198
- # update a recommendation with this set of knobs.
1191
+ # page-optimization`, `similar-items`, `buy-it-again`, `on-sale-items`, and `
1192
+ # recently-viewed`(readonly value). This field together with
1193
+ # optimization_objective describe model metadata to use to control model
1194
+ # training and serving. See https://cloud.google.com/retail/docs/models for more
1195
+ # details on what the model metadata control and which combination of parameters
1196
+ # are valid. For invalid combinations of parameters (e.g. type = `frequently-
1197
+ # bought-together` and optimization_objective = `ctr`), you receive an error 400
1198
+ # if you try to create/update a recommendation with this set of knobs.
1199
1199
  # Corresponds to the JSON property `type`
1200
1200
  # @return [String]
1201
1201
  attr_accessor :type
@@ -2216,6 +2216,11 @@ module Google
2216
2216
  # @return [String]
2217
2217
  attr_accessor :recommendations_filtering_option
2218
2218
 
2219
+ # If RETRIEVABLE_ENABLED, attribute values are retrievable in the search results.
2220
+ # Corresponds to the JSON property `retrievableOption`
2221
+ # @return [String]
2222
+ attr_accessor :retrievable_option
2223
+
2219
2224
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2220
2225
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
2221
2226
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
@@ -2244,6 +2249,7 @@ module Google
2244
2249
  @indexable_option = args[:indexable_option] if args.key?(:indexable_option)
2245
2250
  @key = args[:key] if args.key?(:key)
2246
2251
  @recommendations_filtering_option = args[:recommendations_filtering_option] if args.key?(:recommendations_filtering_option)
2252
+ @retrievable_option = args[:retrievable_option] if args.key?(:retrievable_option)
2247
2253
  @searchable_option = args[:searchable_option] if args.key?(:searchable_option)
2248
2254
  @type = args[:type] if args.key?(:type)
2249
2255
  end
@@ -3744,14 +3750,14 @@ module Google
3744
3750
 
3745
3751
  # Required. The type of model e.g. `home-page`. Currently supported values: `
3746
3752
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
3747
- # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
3748
- # readonly value). This field together with optimization_objective describe
3749
- # model metadata to use to control model training and serving. See https://cloud.
3750
- # google.com/retail/docs/models for more details on what the model metadata
3751
- # control and which combination of parameters are valid. For invalid
3752
- # combinations of parameters (e.g. type = `frequently-bought-together` and
3753
- # optimization_objective = `ctr`), you receive an error 400 if you try to create/
3754
- # update a recommendation with this set of knobs.
3753
+ # page-optimization`, `similar-items`, `buy-it-again`, `on-sale-items`, and `
3754
+ # recently-viewed`(readonly value). This field together with
3755
+ # optimization_objective describe model metadata to use to control model
3756
+ # training and serving. See https://cloud.google.com/retail/docs/models for more
3757
+ # details on what the model metadata control and which combination of parameters
3758
+ # are valid. For invalid combinations of parameters (e.g. type = `frequently-
3759
+ # bought-together` and optimization_objective = `ctr`), you receive an error 400
3760
+ # if you try to create/update a recommendation with this set of knobs.
3755
3761
  # Corresponds to the JSON property `type`
3756
3762
  # @return [String]
3757
3763
  attr_accessor :type
@@ -4388,7 +4394,8 @@ module Google
4388
4394
  # For Type.VARIANT, the following fields are always returned in by default: *
4389
4395
  # name * color_info The maximum number of paths is 30. Otherwise, an
4390
4396
  # INVALID_ARGUMENT error is returned. Note: Returning more fields in
4391
- # SearchResponse can increase response payload size and serving latency.
4397
+ # SearchResponse can increase response payload size and serving latency. This
4398
+ # field is deprecated. Use the retrievable site-wide control instead.
4392
4399
  # Corresponds to the JSON property `retrievableFields`
4393
4400
  # @return [String]
4394
4401
  attr_accessor :retrievable_fields
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.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 = "20221107"
25
+ REVISION = "20221130"
26
26
  end
27
27
  end
28
28
  end
@@ -1852,6 +1852,7 @@ module Google
1852
1852
  property :indexable_option, as: 'indexableOption'
1853
1853
  property :key, as: 'key'
1854
1854
  property :recommendations_filtering_option, as: 'recommendationsFilteringOption'
1855
+ property :retrievable_option, as: 'retrievableOption'
1855
1856
  property :searchable_option, as: 'searchableOption'
1856
1857
  property :type, as: 'type'
1857
1858
  end
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.59.0
4
+ version: 0.60.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-11-14 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.60.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: []