google-apis-retail_v2 0.113.0 → 0.115.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/retail_v2/classes.rb +12 -8
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.rb +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cb1497d4d1f580cfe1a17681369fec09ba3c4c7f86403de7d3e98ea77b052c9
|
4
|
+
data.tar.gz: 39ab1b7295ca1f0f03f8d83a08a232e57e8c2e5fbe4d7e4e7aa73dba82d5bad5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4096ab6c11b5463b40a0c625d67a04625e24e2cace99913f7e0722bc0b73d51c1f005a76a72cecce15b6e7221e377738639c66e1903762ce33d1bda382ebe6bb
|
7
|
+
data.tar.gz: 0cf2cbbe3b4b45cd184907e8e5162f8490880909db746c06703237d946822430fa5014885f456385f090b328d137bd470e2a769cfedca5027e89c564535a62ec
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-retail_v2
|
2
2
|
|
3
|
+
### v0.115.0 (2025-04-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250417
|
6
|
+
|
7
|
+
### v0.114.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250327
|
10
|
+
|
3
11
|
### v0.113.0 (2025-03-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250315
|
@@ -1132,8 +1132,8 @@ module Google
|
|
1132
1132
|
class GoogleCloudRetailV2CompleteQueryResponse
|
1133
1133
|
include Google::Apis::Core::Hashable
|
1134
1134
|
|
1135
|
-
# A map of matched attribute suggestions. This field is only available for
|
1136
|
-
# cloud-retail
|
1135
|
+
# A map of matched attribute suggestions. This field is only available for `
|
1136
|
+
# cloud-retail` dataset. Current supported keys: * `brands` * `categories`
|
1137
1137
|
# Corresponds to the JSON property `attributeResults`
|
1138
1138
|
# @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2CompleteQueryResponseAttributeResult>]
|
1139
1139
|
attr_accessor :attribute_results
|
@@ -1200,9 +1200,9 @@ module Google
|
|
1200
1200
|
class GoogleCloudRetailV2CompleteQueryResponseCompletionResult
|
1201
1201
|
include Google::Apis::Core::Hashable
|
1202
1202
|
|
1203
|
-
# Custom attributes for the suggestion term. * For
|
1204
|
-
# are additional custom attributes ingested through BigQuery. * For
|
1205
|
-
# retail
|
1203
|
+
# Custom attributes for the suggestion term. * For `user-data`, the attributes
|
1204
|
+
# are additional custom attributes ingested through BigQuery. * For `cloud-
|
1205
|
+
# retail`, the attributes are product attributes generated by Cloud Retail. It
|
1206
1206
|
# requires UserEvent.product_details is imported properly.
|
1207
1207
|
# Corresponds to the JSON property `attributes`
|
1208
1208
|
# @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute>]
|
@@ -2541,7 +2541,11 @@ module Google
|
|
2541
2541
|
# variants set the true availability at the primary level. Corresponding
|
2542
2542
|
# properties: Google Merchant Center property [availability](https://support.
|
2543
2543
|
# google.com/merchants/answer/6324448). Schema.org property [Offer.availability](
|
2544
|
-
# https://schema.org/availability).
|
2544
|
+
# https://schema.org/availability). This field is currently only used by the
|
2545
|
+
# Recommendations API. For Search, please make use of fulfillment_types or
|
2546
|
+
# custom attributes for similar behaviour. See [here]( https://cloud.google.com/
|
2547
|
+
# retail/docs/local-inventory-updates#local-inventory-update-methods) for more
|
2548
|
+
# details.
|
2545
2549
|
# Corresponds to the JSON property `availability`
|
2546
2550
|
# @return [String]
|
2547
2551
|
attr_accessor :availability
|
@@ -2558,7 +2562,7 @@ module Google
|
|
2558
2562
|
# @return [Array<String>]
|
2559
2563
|
attr_accessor :fulfillment_types
|
2560
2564
|
|
2561
|
-
#
|
2565
|
+
# Optional. The place ID for the current set of inventory information.
|
2562
2566
|
# Corresponds to the JSON property `placeId`
|
2563
2567
|
# @return [String]
|
2564
2568
|
attr_accessor :place_id
|
@@ -5143,7 +5147,7 @@ module Google
|
|
5143
5147
|
include Google::Apis::Core::Hashable
|
5144
5148
|
|
5145
5149
|
# Condition boost specifications. If a product matches multiple conditions in
|
5146
|
-
# the
|
5150
|
+
# the specifications, boost scores from these specifications are all applied and
|
5147
5151
|
# combined in a non-linear way. Maximum number of specifications is 20.
|
5148
5152
|
# Corresponds to the JSON property `conditionBoostSpecs`
|
5149
5153
|
# @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.115.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 = "20250417"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -62,12 +62,12 @@ module Google
|
|
62
62
|
# catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
|
63
63
|
# @param [String] dataset
|
64
64
|
# Determines which dataset to use for fetching completion. "user-data" will use
|
65
|
-
# the imported
|
66
|
-
# retail
|
67
|
-
# If
|
68
|
-
# data * cloud-retail: This option requires
|
69
|
-
# first. See [guidelines](https://cloud.google.
|
70
|
-
# overview#generated-completion-dataset).
|
65
|
+
# the dataset imported through CompletionService.ImportCompletionData. `cloud-
|
66
|
+
# retail` will use the dataset generated by Cloud Retail based on user events.
|
67
|
+
# If left empty, completions will be fetched from the `user-data` dataset.
|
68
|
+
# Current supported values: * user-data * cloud-retail: This option requires
|
69
|
+
# enabling auto-learning function first. See [guidelines](https://cloud.google.
|
70
|
+
# com/retail/docs/completion-overview#generated-completion-dataset).
|
71
71
|
# @param [String] device_type
|
72
72
|
# The device type context for completion suggestions. We recommend that you
|
73
73
|
# leave this field empty. It can apply different suggestions on different device
|
@@ -76,7 +76,7 @@ module Google
|
|
76
76
|
# MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
|
77
77
|
# @param [Boolean] enable_attribute_suggestions
|
78
78
|
# If true, attribute suggestions are enabled and provided in the response. This
|
79
|
-
# field is only available for the
|
79
|
+
# field is only available for the `cloud-retail` dataset.
|
80
80
|
# @param [String] entity
|
81
81
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
82
82
|
# 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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.115.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.115.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|