google-apis-retail_v2alpha 0.112.0 → 0.113.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e71279f812b1223e8c70b5a1b16b1c394a1403caadde593dcf10e600bf014b5
|
4
|
+
data.tar.gz: 2d6d059012debc97948f81423e26f0e2477bef6698cb6c976ad26d17b19df680
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63a3ddbcc9d335fbf765b82f203e0747803e59f1e554d309d61883de9323da03116a6ea43d6c4a3dbe06ba0e03253e1de80748f9b41bd065d8cabbbb3b0e783a
|
7
|
+
data.tar.gz: 190bcd779cb4874fa3647a78f337d9ff548053c2d193a02e1bee49dd5921c79ebd9b8eebe7670e0493f6f6bd2b25152866e49f1a8f089cb7a0eba642eb364216
|
data/CHANGELOG.md
CHANGED
@@ -2331,8 +2331,8 @@ module Google
|
|
2331
2331
|
class GoogleCloudRetailV2alphaCompleteQueryResponse
|
2332
2332
|
include Google::Apis::Core::Hashable
|
2333
2333
|
|
2334
|
-
# A map of matched attribute suggestions. This field is only available for
|
2335
|
-
# cloud-retail
|
2334
|
+
# A map of matched attribute suggestions. This field is only available for `
|
2335
|
+
# cloud-retail` dataset. Current supported keys: * `brands` * `categories`
|
2336
2336
|
# Corresponds to the JSON property `attributeResults`
|
2337
2337
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompleteQueryResponseAttributeResult>]
|
2338
2338
|
attr_accessor :attribute_results
|
@@ -2399,9 +2399,9 @@ module Google
|
|
2399
2399
|
class GoogleCloudRetailV2alphaCompleteQueryResponseCompletionResult
|
2400
2400
|
include Google::Apis::Core::Hashable
|
2401
2401
|
|
2402
|
-
# Custom attributes for the suggestion term. * For
|
2403
|
-
# are additional custom attributes ingested through BigQuery. * For
|
2404
|
-
# retail
|
2402
|
+
# Custom attributes for the suggestion term. * For `user-data`, the attributes
|
2403
|
+
# are additional custom attributes ingested through BigQuery. * For `cloud-
|
2404
|
+
# retail`, the attributes are product attributes generated by Cloud Retail. It
|
2405
2405
|
# requires UserEvent.product_details is imported properly.
|
2406
2406
|
# Corresponds to the JSON property `attributes`
|
2407
2407
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
|
@@ -4471,7 +4471,7 @@ module Google
|
|
4471
4471
|
# @return [Array<String>]
|
4472
4472
|
attr_accessor :fulfillment_types
|
4473
4473
|
|
4474
|
-
#
|
4474
|
+
# Optional. The place ID for the current set of inventory information.
|
4475
4475
|
# Corresponds to the JSON property `placeId`
|
4476
4476
|
# @return [String]
|
4477
4477
|
attr_accessor :place_id
|
@@ -7527,7 +7527,7 @@ module Google
|
|
7527
7527
|
include Google::Apis::Core::Hashable
|
7528
7528
|
|
7529
7529
|
# Condition boost specifications. If a product matches multiple conditions in
|
7530
|
-
# the
|
7530
|
+
# the specifications, boost scores from these specifications are all applied and
|
7531
7531
|
# combined in a non-linear way. Maximum number of specifications is 20.
|
7532
7532
|
# Corresponds to the JSON property `conditionBoostSpecs`
|
7533
7533
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpecConditionBoostSpec>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.113.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250327"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -302,12 +302,12 @@ module Google
|
|
302
302
|
# catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
|
303
303
|
# @param [String] dataset
|
304
304
|
# Determines which dataset to use for fetching completion. "user-data" will use
|
305
|
-
# the imported
|
306
|
-
# retail
|
307
|
-
# If
|
308
|
-
# data * cloud-retail: This option requires
|
309
|
-
# first. See [guidelines](https://cloud.google.
|
310
|
-
# overview#generated-completion-dataset).
|
305
|
+
# the dataset imported through CompletionService.ImportCompletionData. `cloud-
|
306
|
+
# retail` will use the dataset generated by Cloud Retail based on user events.
|
307
|
+
# If left empty, completions will be fetched from the `user-data` dataset.
|
308
|
+
# Current supported values: * user-data * cloud-retail: This option requires
|
309
|
+
# enabling auto-learning function first. See [guidelines](https://cloud.google.
|
310
|
+
# com/retail/docs/completion-overview#generated-completion-dataset).
|
311
311
|
# @param [String] device_type
|
312
312
|
# The device type context for completion suggestions. We recommend that you
|
313
313
|
# leave this field empty. It can apply different suggestions on different device
|
@@ -316,7 +316,7 @@ module Google
|
|
316
316
|
# MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
|
317
317
|
# @param [Boolean] enable_attribute_suggestions
|
318
318
|
# If true, attribute suggestions are enabled and provided in the response. This
|
319
|
-
# field is only available for the
|
319
|
+
# field is only available for the `cloud-retail` dataset.
|
320
320
|
# @param [String] entity
|
321
321
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
322
322
|
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.113.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.113.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|