google-apis-retail_v2beta 0.107.0 → 0.108.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: 8d380b513c8922ab29fe83d034078a25b141c912373c0c48ab99ff6bd7c9484a
|
4
|
+
data.tar.gz: df2bde6a502ac7f1f8e4b0825c40c5a967e5874ebfc0821988a961af8b419a3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 021cf50dbe3839df50a9fbccc55aef951b53bc15c7a6abaceb783a705c660888717c2a66dbccee1d3d2443f1ad40f95e8c81d84fa12d6393e84fa5081b7329ec
|
7
|
+
data.tar.gz: 0d0fb1c07288f5e3c8f4fbea00d1660247978d5129d0ff984d9d4e1dfac1e3eb174787acf5bc159ade55f2501b53c817f661a260256a2ffcd6711f77c318d8c9
|
data/CHANGELOG.md
CHANGED
@@ -3424,8 +3424,8 @@ module Google
|
|
3424
3424
|
class GoogleCloudRetailV2betaCompleteQueryResponse
|
3425
3425
|
include Google::Apis::Core::Hashable
|
3426
3426
|
|
3427
|
-
# A map of matched attribute suggestions. This field is only available for
|
3428
|
-
# cloud-retail
|
3427
|
+
# A map of matched attribute suggestions. This field is only available for `
|
3428
|
+
# cloud-retail` dataset. Current supported keys: * `brands` * `categories`
|
3429
3429
|
# Corresponds to the JSON property `attributeResults`
|
3430
3430
|
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseAttributeResult>]
|
3431
3431
|
attr_accessor :attribute_results
|
@@ -3492,9 +3492,9 @@ module Google
|
|
3492
3492
|
class GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult
|
3493
3493
|
include Google::Apis::Core::Hashable
|
3494
3494
|
|
3495
|
-
# Custom attributes for the suggestion term. * For
|
3496
|
-
# are additional custom attributes ingested through BigQuery. * For
|
3497
|
-
# retail
|
3495
|
+
# Custom attributes for the suggestion term. * For `user-data`, the attributes
|
3496
|
+
# are additional custom attributes ingested through BigQuery. * For `cloud-
|
3497
|
+
# retail`, the attributes are product attributes generated by Cloud Retail. It
|
3498
3498
|
# requires UserEvent.product_details is imported properly.
|
3499
3499
|
# Corresponds to the JSON property `attributes`
|
3500
3500
|
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
|
@@ -5021,7 +5021,7 @@ module Google
|
|
5021
5021
|
# @return [Array<String>]
|
5022
5022
|
attr_accessor :fulfillment_types
|
5023
5023
|
|
5024
|
-
#
|
5024
|
+
# Optional. The place ID for the current set of inventory information.
|
5025
5025
|
# Corresponds to the JSON property `placeId`
|
5026
5026
|
# @return [String]
|
5027
5027
|
attr_accessor :place_id
|
@@ -7722,7 +7722,7 @@ module Google
|
|
7722
7722
|
include Google::Apis::Core::Hashable
|
7723
7723
|
|
7724
7724
|
# Condition boost specifications. If a product matches multiple conditions in
|
7725
|
-
# the
|
7725
|
+
# the specifications, boost scores from these specifications are all applied and
|
7726
7726
|
# combined in a non-linear way. Maximum number of specifications is 20.
|
7727
7727
|
# Corresponds to the JSON property `conditionBoostSpecs`
|
7728
7728
|
# @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec>]
|
@@ -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.108.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
|
@@ -131,12 +131,12 @@ module Google
|
|
131
131
|
# catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
|
132
132
|
# @param [String] dataset
|
133
133
|
# Determines which dataset to use for fetching completion. "user-data" will use
|
134
|
-
# the imported
|
135
|
-
# retail
|
136
|
-
# If
|
137
|
-
# data * cloud-retail: This option requires
|
138
|
-
# first. See [guidelines](https://cloud.google.
|
139
|
-
# overview#generated-completion-dataset).
|
134
|
+
# the dataset imported through CompletionService.ImportCompletionData. `cloud-
|
135
|
+
# retail` will use the dataset generated by Cloud Retail based on user events.
|
136
|
+
# If left empty, completions will be fetched from the `user-data` dataset.
|
137
|
+
# Current supported values: * user-data * cloud-retail: This option requires
|
138
|
+
# enabling auto-learning function first. See [guidelines](https://cloud.google.
|
139
|
+
# com/retail/docs/completion-overview#generated-completion-dataset).
|
140
140
|
# @param [String] device_type
|
141
141
|
# The device type context for completion suggestions. We recommend that you
|
142
142
|
# leave this field empty. It can apply different suggestions on different device
|
@@ -145,7 +145,7 @@ module Google
|
|
145
145
|
# MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
|
146
146
|
# @param [Boolean] enable_attribute_suggestions
|
147
147
|
# If true, attribute suggestions are enabled and provided in the response. This
|
148
|
-
# field is only available for the
|
148
|
+
# field is only available for the `cloud-retail` dataset.
|
149
149
|
# @param [String] entity
|
150
150
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
151
151
|
# 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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.108.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_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.108.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|