google-apis-retail_v2 0.111.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: e78d790e26846e9d476edc086cd83b833105e50a7e5dbc1355273773f7cfc922
4
- data.tar.gz: 36a8c864b60ccd69b9ed9f6b538a8687c07178a5d4a9f2d29da58b52d9c04bd2
3
+ metadata.gz: 0bf3466124adc3d021c59497c91254e95383bddf31767d5b6c759f82c5ca63fc
4
+ data.tar.gz: b835a1751bfcf29431dc0076c58f29eeeddcbe4746956727656c5e79887fde12
5
5
  SHA512:
6
- metadata.gz: 005aa986ef32ef276868602ed46748415d30b7062640b1a6eb7814411c407c63c04ef06c4eeabf2a2d2fec6c6928fa59c754ff84686a6fb1ccc94b5b1c3d4053
7
- data.tar.gz: 68dfd7eac3aa448003ae2a7d237f6b8020ecfcdd1757af213da08d82f6a0c1b8ebffbed9406149f8b54cd6fa667f28a3087be35bd1fc62c9962f517ff74f1902
6
+ metadata.gz: cdcc1c86c8f50b6a693bbc527602ec92dad3fe854b0f3d43e8816403ff8737896401dc040a89fa7a584cdd1be2930c7fcd49a2285c51e2498ad834641432a99c
7
+ data.tar.gz: 9035f6ac3b2652338a9aa8e56044dfdbd17c5678f21ace42e831f9bb5314ab9b8c037a589271991bdb9e22b07a83cffa1bdebc47422ff8dd7a2f874ffe2a88da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.113.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250315
6
+
7
+ ### v0.112.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250314
10
+
3
11
  ### v0.111.0 (2025-03-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20250227
@@ -5015,6 +5015,13 @@ module Google
5015
5015
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestPersonalizationSpec]
5016
5016
  attr_accessor :personalization_spec
5017
5017
 
5018
+ # Optional. An id corresponding to a place, such as a store id or region id.
5019
+ # When specified, we use the price from the local inventory with the matching
5020
+ # product's LocalInventory.place_id for revenue optimization.
5021
+ # Corresponds to the JSON property `placeId`
5022
+ # @return [String]
5023
+ attr_accessor :place_id
5024
+
5018
5025
  # Raw search query. If this field is empty, the request is considered a category
5019
5026
  # browsing request and returned results are based on filter and page_categories.
5020
5027
  # Corresponds to the JSON property `query`
@@ -5118,6 +5125,7 @@ module Google
5118
5125
  @page_size = args[:page_size] if args.key?(:page_size)
5119
5126
  @page_token = args[:page_token] if args.key?(:page_token)
5120
5127
  @personalization_spec = args[:personalization_spec] if args.key?(:personalization_spec)
5128
+ @place_id = args[:place_id] if args.key?(:place_id)
5121
5129
  @query = args[:query] if args.key?(:query)
5122
5130
  @query_expansion_spec = args[:query_expansion_spec] if args.key?(:query_expansion_spec)
5123
5131
  @region_code = args[:region_code] if args.key?(:region_code)
@@ -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.111.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 = "20250227"
25
+ REVISION = "20250315"
26
26
  end
27
27
  end
28
28
  end
@@ -2811,6 +2811,7 @@ module Google
2811
2811
  property :page_token, as: 'pageToken'
2812
2812
  property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestPersonalizationSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestPersonalizationSpec::Representation
2813
2813
 
2814
+ property :place_id, as: 'placeId'
2814
2815
  property :query, as: 'query'
2815
2816
  property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestQueryExpansionSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestQueryExpansionSpec::Representation
2816
2817
 
@@ -81,10 +81,12 @@ module Google
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`,
83
83
  # etc. If this is set, it must be an exact match with UserEvent.entity to get
84
- # per-entity autocomplete results. Also, this entity should be limited to 256
85
- # characters, if too long, it will be truncated to 256 characters in both
86
- # generation and serving time, and may lead to mis-match. To ensure it works,
87
- # please set the entity with string within 256 characters.
84
+ # per-entity autocomplete results. This field will be applied to `
85
+ # completion_results` only. It has no effect on the `attribute_results`. Also,
86
+ # this entity should be limited to 256 characters, if too long, it will be
87
+ # truncated to 256 characters in both generation and serving time, and may lead
88
+ # to mis-match. To ensure it works, please set the entity with string within 256
89
+ # characters.
88
90
  # @param [Array<String>, String] language_codes
89
91
  # Note that this field applies for `user-data` dataset only. For requests with `
90
92
  # cloud-retail` dataset, setting this field has no effect. The language filters
@@ -101,11 +103,11 @@ module Google
101
103
  # Required. The query used to generate suggestions. The maximum number of
102
104
  # allowed characters is 255.
103
105
  # @param [String] visitor_id
104
- # Required field. A unique identifier for tracking visitors. For example, this
105
- # could be implemented with an HTTP cookie, which should be able to uniquely
106
- # identify a visitor on a single device. This unique identifier should not
107
- # change if the visitor logs in or out of the website. The field must be a UTF-8
108
- # encoded string with a length limit of 128 characters. Otherwise, an
106
+ # Recommended field. A unique identifier for tracking visitors. For example,
107
+ # this could be implemented with an HTTP cookie, which should be able to
108
+ # uniquely identify a visitor on a single device. This unique identifier should
109
+ # not change if the visitor logs in or out of the website. The field must be a
110
+ # UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
109
111
  # INVALID_ARGUMENT error is returned.
110
112
  # @param [String] fields
111
113
  # 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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.111.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-09 00:00:00.000000000 Z
10
+ date: 2025-03-23 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.111.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.113.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: