google-apis-retail_v2beta 0.71.0 → 0.72.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: 14690fe47a59b33fb344e33be05d2764b31def7a8a38bb28112bb8aa38a2babd
4
- data.tar.gz: 48de122593a24ca303920926a76b19fbe262b586ea634c1cac1cd9b4ceb235e1
3
+ metadata.gz: d889ae3f00f25e33e44cc7e59169457513c984932350977d1036ea239dc0ac5b
4
+ data.tar.gz: eb26e00ca9c842b641749f7201721ef9515ed28003ea953aa7836dea01504e14
5
5
  SHA512:
6
- metadata.gz: a1491a76e6bdb58868c5fc816370af68e6d3546d1d9a071e9c290825bf8c179c5f05c44899df810c7f6091879888a069e747ad837a699e4e19c943e694af0ef2
7
- data.tar.gz: a6bcabc0a3915920353b641f6565f95cb70482fc298a61d34f0833821e964740e7882b4f97ce7965c8c0ed56e15fbb2e11d0ee0bc048409fc6418545f368f9bb
6
+ metadata.gz: 6c7f2bd9028cac013424fd8ed8d28895819a810a16db1860dd09ec1a905286e01905d91d4a5ac96e73213493c6bbdf243c9c179f482959b8adeeb8cffd0909a9
7
+ data.tar.gz: 5f617bf166e3e40c664f6c4deabb4a15d85c2247a92efa20d65ae394c881148e9d2e9d3abd13ed8b5beed86d972108f959ead1ee96dd686689c918a29f3f3994
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.72.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230413
6
+
3
7
  ### v0.71.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230406
@@ -1326,7 +1326,7 @@ module Google
1326
1326
 
1327
1327
  # Represents a link between a Merchant Center account and a branch. Once a link
1328
1328
  # is established, products from the linked merchant center account will be
1329
- # streamed to the linked branch. LINT.IfChange(MerchantCenterAccountLink)
1329
+ # streamed to the linked branch.
1330
1330
  class GoogleCloudRetailV2alphaMerchantCenterAccountLink
1331
1331
  include Google::Apis::Core::Hashable
1332
1332
 
@@ -1384,7 +1384,7 @@ module Google
1384
1384
  # @return [String]
1385
1385
  attr_accessor :name
1386
1386
 
1387
- # Output only. GCP project ID.
1387
+ # Output only. Google Cloud project ID.
1388
1388
  # Corresponds to the JSON property `projectId`
1389
1389
  # @return [String]
1390
1390
  attr_accessor :project_id
@@ -3162,9 +3162,9 @@ module Google
3162
3162
  # The fully qualified resource name of the experiment that provides the serving
3163
3163
  # config under test, should an active experiment exist. For example: `projects/*/
3164
3164
  # locations/global/catalogs/default_catalog/experiments/experiment_id`
3165
- # Corresponds to the JSON property `experimentName`
3165
+ # Corresponds to the JSON property `experiment`
3166
3166
  # @return [String]
3167
- attr_accessor :experiment_name
3167
+ attr_accessor :experiment
3168
3168
 
3169
3169
  # Metadata for active serving config A/B tests.
3170
3170
  # Corresponds to the JSON property `servingConfigExperiment`
@@ -3177,7 +3177,7 @@ module Google
3177
3177
 
3178
3178
  # Update properties of this object
3179
3179
  def update!(**args)
3180
- @experiment_name = args[:experiment_name] if args.key?(:experiment_name)
3180
+ @experiment = args[:experiment] if args.key?(:experiment)
3181
3181
  @serving_config_experiment = args[:serving_config_experiment] if args.key?(:serving_config_experiment)
3182
3182
  end
3183
3183
  end
@@ -3980,7 +3980,7 @@ module Google
3980
3980
 
3981
3981
  # Represents a link between a Merchant Center account and a branch. Once a link
3982
3982
  # is established, products from the linked merchant center account will be
3983
- # streamed to the linked branch. LINT.IfChange(MerchantCenterAccountLink)
3983
+ # streamed to the linked branch.
3984
3984
  class GoogleCloudRetailV2betaMerchantCenterAccountLink
3985
3985
  include Google::Apis::Core::Hashable
3986
3986
 
@@ -4038,7 +4038,7 @@ module Google
4038
4038
  # @return [String]
4039
4039
  attr_accessor :name
4040
4040
 
4041
- # Output only. GCP project ID.
4041
+ # Output only. Google Cloud project ID.
4042
4042
  # Corresponds to the JSON property `projectId`
4043
4043
  # @return [String]
4044
4044
  attr_accessor :project_id
@@ -6028,8 +6028,8 @@ module Google
6028
6028
  attr_accessor :dynamic_facet_spec
6029
6029
 
6030
6030
  # The entity for customers that may run multiple different entities, domains,
6031
- # sites or regions, for example, "Google US", "Google Ads", "Waymo", "google.com"
6032
- # , "youtube.com", etc. If this is set, it should be exactly matched with
6031
+ # sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
6032
+ # , `youtube.com`, etc. If this is set, it should be exactly matched with
6033
6033
  # UserEvent.entity to get search results boosted by entity.
6034
6034
  # Corresponds to the JSON property `entity`
6035
6035
  # @return [String]
@@ -6083,7 +6083,7 @@ module Google
6083
6083
  # @return [String]
6084
6084
  attr_accessor :order_by
6085
6085
 
6086
- # The categories associated with a category page. Required for category
6086
+ # The categories associated with a category page. Must be set for category
6087
6087
  # navigation queries to achieve good search quality. The format should be the
6088
6088
  # same as UserEvent.page_categories; To represent full path of category, use '>'
6089
6089
  # sign to separate different hierarchies. If '>' is part of the category name,
@@ -6392,13 +6392,15 @@ module Google
6392
6392
  # @return [Array<String>]
6393
6393
  attr_accessor :contains
6394
6394
 
6395
- # For all numerical facet keys that appear in the list of products from the
6396
- # catalog, the percentiles 0, 10, 30, 50, 70, 90 and 100 are computed from their
6397
- # distribution weekly. If the model assigns a high score to a numerical facet
6398
- # key and its intervals are not specified in the search request, these
6399
- # percentiles will become the bounds for its intervals and will be returned in
6400
- # the response. If the facet key intervals are specified in the request, then
6401
- # the specified intervals will be returned instead.
6395
+ # Set only if values should be bucketized into intervals. Must be set for facets
6396
+ # with numerical values. Must not be set for facet with text values. Maximum
6397
+ # number of intervals is 40. For all numerical facet keys that appear in the
6398
+ # list of products from the catalog, the percentiles 0, 10, 30, 50, 70, 90 and
6399
+ # 100 are computed from their distribution weekly. If the model assigns a high
6400
+ # score to a numerical facet key and its intervals are not specified in the
6401
+ # search request, these percentiles will become the bounds for its intervals and
6402
+ # will be returned in the response. If the facet key intervals are specified in
6403
+ # the request, then the specified intervals will be returned instead.
6402
6404
  # Corresponds to the JSON property `intervals`
6403
6405
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval>]
6404
6406
  attr_accessor :intervals
@@ -7230,8 +7232,8 @@ module Google
7230
7232
  attr_accessor :completion_detail
7231
7233
 
7232
7234
  # The entity for customers that may run multiple different entities, domains,
7233
- # sites or regions, for example, "Google US", "Google Ads", "Waymo", "google.com"
7234
- # , "youtube.com", etc. It is recommended to set this field to get better per-
7235
+ # sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
7236
+ # , `youtube.com`, etc. It is recommended to set this field to get better per-
7235
7237
  # entity search, completion and prediction results.
7236
7238
  # Corresponds to the JSON property `entity`
7237
7239
  # @return [String]
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230406"
25
+ REVISION = "20230413"
26
26
  end
27
27
  end
28
28
  end
@@ -2157,7 +2157,7 @@ module Google
2157
2157
  class GoogleCloudRetailV2betaExperimentInfo
2158
2158
  # @private
2159
2159
  class Representation < Google::Apis::Core::JsonRepresentation
2160
- property :experiment_name, as: 'experimentName'
2160
+ property :experiment, as: 'experiment'
2161
2161
  property :serving_config_experiment, as: 'servingConfigExperiment', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment::Representation
2162
2162
 
2163
2163
  end
@@ -73,8 +73,8 @@ module Google
73
73
  # MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
74
74
  # @param [String] entity
75
75
  # The entity for customers that may run multiple different entities, domains,
76
- # sites or regions, for example, "Google US", "Google Ads", "Waymo", "google.com"
77
- # , "youtube.com", etc. If this is set, it should be exactly matched with
76
+ # sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
77
+ # , `youtube.com`, etc. If this is set, it should be exactly matched with
78
78
  # UserEvent.entity to get per-entity autocomplete results.
79
79
  # @param [Array<String>, String] language_codes
80
80
  # Note that this field applies for `user-data` dataset only. For requests with `
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.71.0
4
+ version: 0.72.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: 2023-04-16 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.72.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: []