google-apis-retail_v2beta 0.105.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: d5e106c0c6615d5eeef60f158311e1f770c16d2fe0d0074dcabbba2bd4b8d816
4
- data.tar.gz: 680d5fa2a19fe5ac006f46ebc095372d7c02a87ee8d9020a52141b6135d3bdb4
3
+ metadata.gz: 7736c6d81aeee79b5cc2a7cf777fef94f6b1831418a0459f9f070ec7bac8450e
4
+ data.tar.gz: c84b00240712009379548cea266266e8606de45f5c03e9df00a85897cec8c0ea
5
5
  SHA512:
6
- metadata.gz: 1b899369e1ec44b70cb91a857892aaa68eca6f72024660f204c5ca2cc6e6d5ea2911beae4e61eb2533767d54a9e410149df7a59998eeedc35ed1c0580a096bf4
7
- data.tar.gz: 90e62a76157c9dbfe836876373de24a392659a7a91bff506001f8be24b1a525e16f4edc44f02c79c660a490bd59d4dd050f98ed28bd23932e9a857e7b7d42f8d
6
+ metadata.gz: 3415c77ac676ae70a8dc153c22e216c5007ab25e4d605d2a6f2812d8b00d26c2f69845da4c92fd1d4595de42cb64d5f4b890d4da14a1c47c104f165adc0573de
7
+ data.tar.gz: 9bf49abca2014e6bebc9016d4a2ef5edc0998f20881b929317f91794a0dad724be2b598ea35c43d8fe4eed51af1111c29a1b6528e73b5f1b78a1e847e941aa4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.105.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250227
@@ -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.105.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 = "20250227"
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
 
@@ -170,11 +170,11 @@ module Google
170
170
  # Required. The query used to generate suggestions. The maximum number of
171
171
  # allowed characters is 255.
172
172
  # @param [String] visitor_id
173
- # Required field. A unique identifier for tracking visitors. For example, this
174
- # could be implemented with an HTTP cookie, which should be able to uniquely
175
- # identify a visitor on a single device. This unique identifier should not
176
- # change if the visitor logs in or out of the website. The field must be a UTF-8
177
- # 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
178
178
  # INVALID_ARGUMENT error is returned.
179
179
  # @param [String] fields
180
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.105.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-09 00:00:00.000000000 Z
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.105.0
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: