google-apis-retail_v2beta 0.95.0 → 0.97.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89a52aa128acf574f2706138190dc96bf85c83e29d11709582c26ba79e9d1103
4
- data.tar.gz: 9435d71a4ed5a2b33e0d1cb580d6e4e1286b658ab107674f563bdaa69a48b772
3
+ metadata.gz: a5cdde827a9e3d6657f8f8b80ceb5b0dd7c130d9db01c55c4b9c735830825e99
4
+ data.tar.gz: d1805fa69a8f58c21301741fda458c7b273b6f5b77524c63a4518edeb86e7323
5
5
  SHA512:
6
- metadata.gz: 11fd0b086cd261256adee37f22003f2ce77942f5c99edeabecc5a4e0fa2c7dea057f420e31709846a169eeb9707012829b2682f2fb52bbaa08284aac66ab6af7
7
- data.tar.gz: 137b374c03b7cffbc88fd7ed0aa50ee394fed99c43989708c243d762ad9b0f9e5fa0ec17e680970a4c38dbb134555b6b3318ed48cb020b3ed62255a9d2346e00
6
+ metadata.gz: b00f661800e5b5869f78bd6ec75b36a3becd705148f0aca158c47b7eebf9a23872d7fb0c217260bb70bdaef4de6d32ba9f08517180c83b814c22c49300be3d81
7
+ data.tar.gz: 3e35e7f2f986cf385510a71b507fe68f59006611318777a976de092a27c6a520144b299884557394553dfab46ec218ebac8e6aa26e32409103e50069a4f391c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.97.0 (2024-05-12)
4
+
5
+ * Regenerated from discovery document revision 20240502
6
+
7
+ ### v0.96.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240411
10
+
3
11
  ### v0.95.0 (2024-04-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20240401
@@ -5572,12 +5572,13 @@ module Google
5572
5572
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
5573
5573
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
5574
5574
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
5575
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
5576
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
5577
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
5578
- # Google Merchant Center property google_product_category. Schema.org property [
5579
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
5580
- # https://support.google.com/merchants/answer/6324436
5575
+ # unless overridden through the Google Cloud console. Empty values are not
5576
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
5577
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
5578
+ # Corresponding properties: Google Merchant Center property
5579
+ # google_product_category. Schema.org property [Product.category] (https://
5580
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
5581
+ # merchants/answer/6324436
5581
5582
  # Corresponds to the JSON property `categories`
5582
5583
  # @return [Array<String>]
5583
5584
  attr_accessor :categories
@@ -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.95.0"
19
+ GEM_VERSION = "0.97.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240401"
25
+ REVISION = "20240502"
26
26
  end
27
27
  end
28
28
  end
@@ -74,6 +74,9 @@ module Google
74
74
  # types, e.g. `DESKTOP`, `MOBILE`. If it is empty, the suggestions are across
75
75
  # all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `
76
76
  # MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
77
+ # @param [Boolean] enable_attribute_suggestions
78
+ # If true, attribute suggestions are enabled and provided in response. This
79
+ # field is only available for "cloud-retail" dataset.
77
80
  # @param [String] entity
78
81
  # The entity for customers who run multiple entities, domains, sites, or regions,
79
82
  # for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
@@ -118,13 +121,14 @@ module Google
118
121
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
119
122
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
120
123
  # @raise [Google::Apis::AuthorizationError] Authorization is required
121
- def complete_project_location_catalog_query(catalog, dataset: nil, device_type: nil, entity: nil, language_codes: nil, max_suggestions: nil, query: nil, visitor_id: nil, fields: nil, quota_user: nil, options: nil, &block)
124
+ def complete_project_location_catalog_query(catalog, dataset: nil, device_type: nil, enable_attribute_suggestions: nil, entity: nil, language_codes: nil, max_suggestions: nil, query: nil, visitor_id: nil, fields: nil, quota_user: nil, options: nil, &block)
122
125
  command = make_simple_command(:get, 'v2beta/{+catalog}:completeQuery', options)
123
126
  command.response_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponse::Representation
124
127
  command.response_class = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponse
125
128
  command.params['catalog'] = catalog unless catalog.nil?
126
129
  command.query['dataset'] = dataset unless dataset.nil?
127
130
  command.query['deviceType'] = device_type unless device_type.nil?
131
+ command.query['enableAttributeSuggestions'] = enable_attribute_suggestions unless enable_attribute_suggestions.nil?
128
132
  command.query['entity'] = entity unless entity.nil?
129
133
  command.query['languageCodes'] = language_codes unless language_codes.nil?
130
134
  command.query['maxSuggestions'] = max_suggestions unless max_suggestions.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.97.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-07 00:00:00.000000000 Z
11
+ date: 2024-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.95.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.97.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []