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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d889ae3f00f25e33e44cc7e59169457513c984932350977d1036ea239dc0ac5b
|
4
|
+
data.tar.gz: eb26e00ca9c842b641749f7201721ef9515ed28003ea953aa7836dea01504e14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c7f2bd9028cac013424fd8ed8d28895819a810a16db1860dd09ec1a905286e01905d91d4a5ac96e73213493c6bbdf243c9c179f482959b8adeeb8cffd0909a9
|
7
|
+
data.tar.gz: 5f617bf166e3e40c664f6c4deabb4a15d85c2247a92efa20d65ae394c881148e9d2e9d3abd13ed8b5beed86d972108f959ead1ee96dd686689c918a29f3f3994
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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.
|
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 `
|
3165
|
+
# Corresponds to the JSON property `experiment`
|
3166
3166
|
# @return [String]
|
3167
|
-
attr_accessor :
|
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
|
-
@
|
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.
|
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.
|
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,
|
6032
|
-
# ,
|
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.
|
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
|
-
#
|
6396
|
-
#
|
6397
|
-
#
|
6398
|
-
#
|
6399
|
-
#
|
6400
|
-
#
|
6401
|
-
#
|
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,
|
7234
|
-
# ,
|
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.
|
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 = "
|
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 :
|
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,
|
77
|
-
# ,
|
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.
|
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-
|
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.
|
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: []
|