google-apis-retail_v2beta 0.107.0 → 0.109.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: 5e4cd89f16467b85d48bfcd7a0286a30a7875c800b0093e848935277f4c6534f
4
- data.tar.gz: 568dd3d1d759c7df6e748d4d5f65417e08d33f19e30a54689f43bf2fbbe3584f
3
+ metadata.gz: feab25b7859fa810bc411564af64cc43d5400678a3c035f8265040713b2fb935
4
+ data.tar.gz: 5829aa2f52329cdc6005078901ca4dc559183198c05e65818b270c9f8e3f5678
5
5
  SHA512:
6
- metadata.gz: 397e7d99a056fd7c974e1d5599cfb92c19aa63227ca81055db894494fa3f3bf54e1e8fbad0666844cc4e9962d1a5922b306f53ee1d263844a35f484764365fc6
7
- data.tar.gz: 941a4da086f22e143e067e713031a2b176db30246292c897eec0f48e818f4dabfe54cc7b0b6576cadad1cb818be47b54a9f25923bcb544ed94ffb5dc53321586
6
+ metadata.gz: a64bc6ece70f216d9dd2e12020e7d6671a254cf8ddbbb4c04bc14656a5e8463f576782c95fb9a5bac3d849542a3d05bf3dd9be264579bfb315a8803d498a03f3
7
+ data.tar.gz: 9aaf1b5d34bc7dd504812239e925c8b18a00f21b88241438fc470d3b7e7332e82775be0dbf6bacddc41260d007cf5708c11a888f232359a32b20a92fd6081973
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.109.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250417
6
+
7
+ ### v0.108.0 (2025-03-30)
8
+
9
+ * Regenerated from discovery document revision 20250327
10
+
3
11
  ### v0.107.0 (2025-03-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20250315
@@ -3424,8 +3424,8 @@ module Google
3424
3424
  class GoogleCloudRetailV2betaCompleteQueryResponse
3425
3425
  include Google::Apis::Core::Hashable
3426
3426
 
3427
- # A map of matched attribute suggestions. This field is only available for "
3428
- # cloud-retail" dataset. Current supported keys: * `brands` * `categories`
3427
+ # A map of matched attribute suggestions. This field is only available for `
3428
+ # cloud-retail` dataset. Current supported keys: * `brands` * `categories`
3429
3429
  # Corresponds to the JSON property `attributeResults`
3430
3430
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseAttributeResult>]
3431
3431
  attr_accessor :attribute_results
@@ -3492,9 +3492,9 @@ module Google
3492
3492
  class GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult
3493
3493
  include Google::Apis::Core::Hashable
3494
3494
 
3495
- # Custom attributes for the suggestion term. * For "user-data", the attributes
3496
- # are additional custom attributes ingested through BigQuery. * For "cloud-
3497
- # retail", the attributes are product attributes generated by Cloud Retail. It
3495
+ # Custom attributes for the suggestion term. * For `user-data`, the attributes
3496
+ # are additional custom attributes ingested through BigQuery. * For `cloud-
3497
+ # retail`, the attributes are product attributes generated by Cloud Retail. It
3498
3498
  # requires UserEvent.product_details is imported properly.
3499
3499
  # Corresponds to the JSON property `attributes`
3500
3500
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
@@ -5004,7 +5004,11 @@ module Google
5004
5004
  # variants set the true availability at the primary level. Corresponding
5005
5005
  # properties: Google Merchant Center property [availability](https://support.
5006
5006
  # google.com/merchants/answer/6324448). Schema.org property [Offer.availability](
5007
- # https://schema.org/availability).
5007
+ # https://schema.org/availability). This field is currently only used by the
5008
+ # Recommendations API. For Search, please make use of fulfillment_types or
5009
+ # custom attributes for similar behaviour. See [here]( https://cloud.google.com/
5010
+ # retail/docs/local-inventory-updates#local-inventory-update-methods) for more
5011
+ # details.
5008
5012
  # Corresponds to the JSON property `availability`
5009
5013
  # @return [String]
5010
5014
  attr_accessor :availability
@@ -5021,7 +5025,7 @@ module Google
5021
5025
  # @return [Array<String>]
5022
5026
  attr_accessor :fulfillment_types
5023
5027
 
5024
- # Required. The place ID for the current set of inventory information.
5028
+ # Optional. The place ID for the current set of inventory information.
5025
5029
  # Corresponds to the JSON property `placeId`
5026
5030
  # @return [String]
5027
5031
  attr_accessor :place_id
@@ -7722,7 +7726,7 @@ module Google
7722
7726
  include Google::Apis::Core::Hashable
7723
7727
 
7724
7728
  # Condition boost specifications. If a product matches multiple conditions in
7725
- # the specifictions, boost scores from these specifications are all applied and
7729
+ # the specifications, boost scores from these specifications are all applied and
7726
7730
  # combined in a non-linear way. Maximum number of specifications is 20.
7727
7731
  # Corresponds to the JSON property `conditionBoostSpecs`
7728
7732
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec>]
@@ -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.107.0"
19
+ GEM_VERSION = "0.109.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 = "20250315"
25
+ REVISION = "20250417"
26
26
  end
27
27
  end
28
28
  end
@@ -131,12 +131,12 @@ module Google
131
131
  # catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
132
132
  # @param [String] dataset
133
133
  # Determines which dataset to use for fetching completion. "user-data" will use
134
- # the imported dataset through CompletionService.ImportCompletionData. "cloud-
135
- # retail" will use the dataset generated by cloud retail based on user events.
136
- # If leave empty, it will use the "user-data". Current supported values: * user-
137
- # data * cloud-retail: This option requires enabling auto-learning function
138
- # first. See [guidelines](https://cloud.google.com/retail/docs/completion-
139
- # overview#generated-completion-dataset).
134
+ # the dataset imported through CompletionService.ImportCompletionData. `cloud-
135
+ # retail` will use the dataset generated by Cloud Retail based on user events.
136
+ # If left empty, completions will be fetched from the `user-data` dataset.
137
+ # Current supported values: * user-data * cloud-retail: This option requires
138
+ # enabling auto-learning function first. See [guidelines](https://cloud.google.
139
+ # com/retail/docs/completion-overview#generated-completion-dataset).
140
140
  # @param [String] device_type
141
141
  # The device type context for completion suggestions. We recommend that you
142
142
  # leave this field empty. It can apply different suggestions on different device
@@ -145,7 +145,7 @@ module Google
145
145
  # MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
146
146
  # @param [Boolean] enable_attribute_suggestions
147
147
  # If true, attribute suggestions are enabled and provided in the response. This
148
- # field is only available for the "cloud-retail" dataset.
148
+ # field is only available for the `cloud-retail` dataset.
149
149
  # @param [String] entity
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`,
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.107.0
4
+ version: 0.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.107.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.109.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: