google-apis-retail_v2 0.112.0 → 0.114.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: 4052438c911127c185f12f16c3d63075e420520afab4f231b16f0ab4b2d88f7e
4
- data.tar.gz: d9bf3e48eadc7a80a0ab1ac80bf48170aab98ed3c741d9c07848624fe0a03354
3
+ metadata.gz: abbce2afe941da67cf8d2be1ff7a2d4045fd6d59d021f15285ecad1af4f48c9e
4
+ data.tar.gz: 1f374771ce5d2187385d0e7388ffc2cd30e4736a6b0136d6520e6240d4cba71f
5
5
  SHA512:
6
- metadata.gz: '08144439610e8fb36ea775a532de8a7270c6c947537c07ff7a46874aff1174e1ec0324b330f96a464a3874342d907167533adbc6d6523951f2fdd1b2b5ae4af2'
7
- data.tar.gz: 0aa051f48560dd6aada7406b7c806a51bb3ee61f59987b7cc6008cfa5cda4f4637d2d4e970ec41111cea0c4b31341be4a769580c5834b11f4ba06e3df817645a
6
+ metadata.gz: 9dd2ade875c7695d947bab897451e9f1e28bcb0d4459ab250fdd85d28dfa85d6b9098bbc3734db0ae27fb471ed7af114c10487614f4d2289cd9f6080998cb694
7
+ data.tar.gz: b0ecd424a5b1e0a4cd78bcc5633f41f362ce358dfcc815c7d7ee0ef3c95b695d8e9eb38004239034c76e154a7c6d57538f77b04b3269472bddbbece3aeb21379
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.114.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250327
6
+
7
+ ### v0.113.0 (2025-03-23)
8
+
9
+ * Regenerated from discovery document revision 20250315
10
+
3
11
  ### v0.112.0 (2025-03-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20250314
@@ -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" dataset. Current supported keys: * `brands` * `categories`
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 "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
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>]
@@ -2558,7 +2558,7 @@ module Google
2558
2558
  # @return [Array<String>]
2559
2559
  attr_accessor :fulfillment_types
2560
2560
 
2561
- # Required. The place ID for the current set of inventory information.
2561
+ # Optional. The place ID for the current set of inventory information.
2562
2562
  # Corresponds to the JSON property `placeId`
2563
2563
  # @return [String]
2564
2564
  attr_accessor :place_id
@@ -5143,7 +5143,7 @@ module Google
5143
5143
  include Google::Apis::Core::Hashable
5144
5144
 
5145
5145
  # Condition boost specifications. If a product matches multiple conditions in
5146
- # the specifictions, boost scores from these specifications are all applied and
5146
+ # the specifications, boost scores from these specifications are all applied and
5147
5147
  # combined in a non-linear way. Maximum number of specifications is 20.
5148
5148
  # Corresponds to the JSON property `conditionBoostSpecs`
5149
5149
  # @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.112.0"
19
+ GEM_VERSION = "0.114.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 = "20250314"
25
+ REVISION = "20250327"
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 dataset through CompletionService.ImportCompletionData. "cloud-
66
- # retail" will use the dataset generated by cloud retail based on user events.
67
- # If leave empty, it will use the "user-data". Current supported values: * user-
68
- # data * cloud-retail: This option requires enabling auto-learning function
69
- # first. See [guidelines](https://cloud.google.com/retail/docs/completion-
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,15 +76,17 @@ 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 "cloud-retail" dataset.
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`,
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
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.112.0
4
+ version: 0.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.112.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.114.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: