google-apis-retail_v2beta 0.96.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: 072f0456501e0e2074769bcad76b957d6dc13326d54f5a96efddac88b5cebc2a
4
- data.tar.gz: 567986e6d519b028623afe1e4e41bdf6fc148a4cd7d138bba252c94201a1c52a
3
+ metadata.gz: a5cdde827a9e3d6657f8f8b80ceb5b0dd7c130d9db01c55c4b9c735830825e99
4
+ data.tar.gz: d1805fa69a8f58c21301741fda458c7b273b6f5b77524c63a4518edeb86e7323
5
5
  SHA512:
6
- metadata.gz: ecd65326bfee33eaedd3b549486a64ea91249803a0f9bacc7c5fbf50e4e02eca8f0df3f7a1090e61cc3de31756698276628b8c66383e988dc63318f7c85a3134
7
- data.tar.gz: 9a9b03ed2ba7c7965cba53e1f682ef7f02c15e845164c91c3176be45d9f369ed7d51460874096960ca933c1ac16f0fdc9db86953b949848fdf49b236272e3ac7
6
+ metadata.gz: b00f661800e5b5869f78bd6ec75b36a3becd705148f0aca158c47b7eebf9a23872d7fb0c217260bb70bdaef4de6d32ba9f08517180c83b814c22c49300be3d81
7
+ data.tar.gz: 3e35e7f2f986cf385510a71b507fe68f59006611318777a976de092a27c6a520144b299884557394553dfab46ec218ebac8e6aa26e32409103e50069a4f391c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.96.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240411
@@ -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.96.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 = "20240411"
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.96.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-21 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.96.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: []