google-apis-retail_v2beta 0.104.0 → 0.106.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: 7736c6d81aeee79b5cc2a7cf777fef94f6b1831418a0459f9f070ec7bac8450e
|
4
|
+
data.tar.gz: c84b00240712009379548cea266266e8606de45f5c03e9df00a85897cec8c0ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3415c77ac676ae70a8dc153c22e216c5007ab25e4d605d2a6f2812d8b00d26c2f69845da4c92fd1d4595de42cb64d5f4b890d4da14a1c47c104f165adc0573de
|
7
|
+
data.tar.gz: 9bf49abca2014e6bebc9016d4a2ef5edc0998f20881b929317f91794a0dad724be2b598ea35c43d8fe4eed51af1111c29a1b6528e73b5f1b78a1e847e941aa4f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-retail_v2beta
|
2
2
|
|
3
|
+
### v0.106.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250314
|
6
|
+
|
7
|
+
### v0.105.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250227
|
10
|
+
|
3
11
|
### v0.104.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250221
|
@@ -7594,6 +7594,13 @@ module Google
|
|
7594
7594
|
# @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestPersonalizationSpec]
|
7595
7595
|
attr_accessor :personalization_spec
|
7596
7596
|
|
7597
|
+
# Optional. An id corresponding to a place, such as a store id or region id.
|
7598
|
+
# When specified, we use the price from the local inventory with the matching
|
7599
|
+
# product's LocalInventory.place_id for revenue optimization.
|
7600
|
+
# Corresponds to the JSON property `placeId`
|
7601
|
+
# @return [String]
|
7602
|
+
attr_accessor :place_id
|
7603
|
+
|
7597
7604
|
# Raw search query. If this field is empty, the request is considered a category
|
7598
7605
|
# browsing request and returned results are based on filter and page_categories.
|
7599
7606
|
# Corresponds to the JSON property `query`
|
@@ -7697,6 +7704,7 @@ module Google
|
|
7697
7704
|
@page_size = args[:page_size] if args.key?(:page_size)
|
7698
7705
|
@page_token = args[:page_token] if args.key?(:page_token)
|
7699
7706
|
@personalization_spec = args[:personalization_spec] if args.key?(:personalization_spec)
|
7707
|
+
@place_id = args[:place_id] if args.key?(:place_id)
|
7700
7708
|
@query = args[:query] if args.key?(:query)
|
7701
7709
|
@query_expansion_spec = args[:query_expansion_spec] if args.key?(:query_expansion_spec)
|
7702
7710
|
@region_code = args[:region_code] if args.key?(:region_code)
|
@@ -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.106.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 = "20250314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3654,6 +3654,7 @@ module Google
|
|
3654
3654
|
property :page_token, as: 'pageToken'
|
3655
3655
|
property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestPersonalizationSpec, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestPersonalizationSpec::Representation
|
3656
3656
|
|
3657
|
+
property :place_id, as: 'placeId'
|
3657
3658
|
property :query, as: 'query'
|
3658
3659
|
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec::Representation
|
3659
3660
|
|
@@ -150,7 +150,10 @@ module Google
|
|
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`,
|
152
152
|
# etc. If this is set, it must be an exact match with UserEvent.entity to get
|
153
|
-
# per-entity autocomplete results.
|
153
|
+
# per-entity autocomplete results. Also, this entity should be limited to 256
|
154
|
+
# characters, if too long, it will be truncated to 256 characters in both
|
155
|
+
# generation and serving time, and may lead to mis-match. To ensure it works,
|
156
|
+
# please set the entity with string within 256 characters.
|
154
157
|
# @param [Array<String>, String] language_codes
|
155
158
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
156
159
|
# cloud-retail` dataset, setting this field has no effect. The language filters
|
@@ -167,11 +170,11 @@ module Google
|
|
167
170
|
# Required. The query used to generate suggestions. The maximum number of
|
168
171
|
# allowed characters is 255.
|
169
172
|
# @param [String] visitor_id
|
170
|
-
#
|
171
|
-
# could be implemented with an HTTP cookie, which should be able to
|
172
|
-
# identify a visitor on a single device. This unique identifier should
|
173
|
-
# change if the visitor logs in or out of the website. The field must be a
|
174
|
-
# encoded string with a length limit of 128 characters. Otherwise, an
|
173
|
+
# Recommended field. A unique identifier for tracking visitors. For example,
|
174
|
+
# this could be implemented with an HTTP cookie, which should be able to
|
175
|
+
# uniquely identify a visitor on a single device. This unique identifier should
|
176
|
+
# not change if the visitor logs in or out of the website. The field must be a
|
177
|
+
# UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
|
175
178
|
# INVALID_ARGUMENT error is returned.
|
176
179
|
# @param [String] fields
|
177
180
|
# Selector specifying which fields to include in a partial response.
|
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.106.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-16 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.106.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:
|