google-apis-retail_v2beta 0.64.0 → 0.66.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: b8c44bb2d24a3ddd2c330d2b1db4afde219d82f543b434e402a91c300d6f3fdd
4
- data.tar.gz: dbc5a39112e74a2d34af2f92ac6654dd71421c3b992f1b8c8126bf187ff95d3c
3
+ metadata.gz: 9582cacee04e43416524ac6dbbb91eb7e572349632f0fd9c7603d79615b59095
4
+ data.tar.gz: 73411af81792e2bc0dd58605e794c818e20296d850f27a8a6556f793d87a7ae9
5
5
  SHA512:
6
- metadata.gz: c17f36eeadf84d524ce059061ca3365f6e5835dc6e4434ea0254dbd27e0526db285a57f200b59b7ceebcbfdb7e3cdf7e6b3aef34c62aa207c9b12b09f6658bcd
7
- data.tar.gz: 19dd47f80460329f33fee9bd5a835e6a4ea5ea7e1dba34a1305d145236c5886202cda20aa24c2d11836de6bfd2e0d0f41fd4bc2f47590df22a50aeeae052ec0a
6
+ metadata.gz: fad1da426e5fad1d51af892bab0dcdcd7939df28c46313c13ef41329284e8795889b5018f40e727ff1fbe44ebfdfe29da6f3ff1f7ca00e9ec928c2b4b1607afe
7
+ data.tar.gz: 322a8fdd52574c751ce1305806a9182fb885ca27ffff60423b30df269c5f0068ac5792a1c75c632adc95707acb23cd987a59022686436f02966c330829bdf2ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.66.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
7
+ ### v0.65.0 (2023-02-05)
8
+
9
+ * Regenerated from discovery document revision 20230126
10
+
3
11
  ### v0.64.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230119
@@ -2268,10 +2268,10 @@ module Google
2268
2268
  # imports: * `user_event` (default): One JSON UserEvent per line. * `
2269
2269
  # user_event_ga360`: The schema is available here: https://support.google.com/
2270
2270
  # analytics/answer/3437719. * `user_event_ga4`: The schema is available here:
2271
- # https://support.google.com/analytics/answer/7029846. Supported values for auto-
2272
- # completion imports: * `suggestions` (default): One JSON completion suggestion
2273
- # per line. * `denylist`: One JSON deny suggestion per line. * `allowlist`: One
2274
- # JSON allow suggestion per line.
2271
+ # https://support.google.com/analytics/answer/7029846. Supported values for
2272
+ # autocomplete imports: * `suggestions` (default): One JSON completion
2273
+ # suggestion per line. * `denylist`: One JSON deny suggestion per line. * `
2274
+ # allowlist`: One JSON allow suggestion per line.
2275
2275
  # Corresponds to the JSON property `dataSchema`
2276
2276
  # @return [String]
2277
2277
  attr_accessor :data_schema
@@ -2514,7 +2514,7 @@ module Google
2514
2514
  end
2515
2515
  end
2516
2516
 
2517
- # Response of the auto-complete query.
2517
+ # Response of the autocomplete query.
2518
2518
  class GoogleCloudRetailV2betaCompleteQueryResponse
2519
2519
  include Google::Apis::Core::Hashable
2520
2520
 
@@ -4150,8 +4150,9 @@ module Google
4150
4150
  # filterSyntaxV2` is set to true under the `params` field, then attribute-based
4151
4151
  # expressions are expected instead of the above described tag-based syntax.
4152
4152
  # Examples: * (colors: ANY("Red", "Blue")) AND NOT (categories: ANY("Phones")) *
4153
- # (availability: ANY("IN_STOCK")) AND (colors: ANY("Red") OR categories: ANY("
4154
- # Phones"))
4153
+ # (brands: ANY("Pixel")) AND (colors: ANY("Red") OR categories: ANY("Phones"))
4154
+ # For more information, see [Filter recommendations](https://cloud.google.com/
4155
+ # retail/docs/filter-recs).
4155
4156
  # Corresponds to the JSON property `filter`
4156
4157
  # @return [String]
4157
4158
  attr_accessor :filter
@@ -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.64.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230119"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -1412,6 +1412,37 @@ module Google
1412
1412
  execute_or_queue_command(command, &block)
1413
1413
  end
1414
1414
 
1415
+ # Gets a model.
1416
+ # @param [String] name
1417
+ # Required. The resource name of the Model to get. Format: `projects/`
1418
+ # project_number`/locations/`location_id`/catalogs/`catalog`/models/`model_id``
1419
+ # @param [String] fields
1420
+ # Selector specifying which fields to include in a partial response.
1421
+ # @param [String] quota_user
1422
+ # Available to use for quota purposes for server-side applications. Can be any
1423
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1424
+ # @param [Google::Apis::RequestOptions] options
1425
+ # Request-specific options
1426
+ #
1427
+ # @yield [result, err] Result & error if block supplied
1428
+ # @yieldparam result [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel] parsed result object
1429
+ # @yieldparam err [StandardError] error object if request failed
1430
+ #
1431
+ # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel]
1432
+ #
1433
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1434
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1435
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1436
+ def get_project_location_catalog_model(name, fields: nil, quota_user: nil, options: nil, &block)
1437
+ command = make_simple_command(:get, 'v2beta/{+name}', options)
1438
+ command.response_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel::Representation
1439
+ command.response_class = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel
1440
+ command.params['name'] = name unless name.nil?
1441
+ command.query['fields'] = fields unless fields.nil?
1442
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1443
+ execute_or_queue_command(command, &block)
1444
+ end
1445
+
1415
1446
  # Lists all the models linked to this event store.
1416
1447
  # @param [String] parent
1417
1448
  # Required. The parent for which to list models. Format: `projects/`
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.64.0
4
+ version: 0.66.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-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.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.66.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: []