google-apis-retail_v2alpha 0.40.0 → 0.43.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: 44ef2bee884e2a8c93ee4268acf06f7446811fd0014b197dd60e96af99fbb13a
4
- data.tar.gz: 23edf9bc572404b7b07a4d6ee298de46ba1255012d2074cdb0f698189230c771
3
+ metadata.gz: 11d9d8cdfedc9dac5ab682e091678633706bd1f238ed7552272d156037f38411
4
+ data.tar.gz: e8783a3ce3702a4074f13e2ae9fdcc483744d24880c3e3d5f8707c391cb67d41
5
5
  SHA512:
6
- metadata.gz: 56f362bba0bca18125e0a2885b4aee78d1aea4105f30e857b9dd5bc74b06e9e9dd5588039f3ce428a177c1d734601c8a3d7c027af8164068da92e2acd2758aa5
7
- data.tar.gz: 2206ecb4d022eb2b5190ce5f248a9886d3ed4b30761b3ab6f0809a660bfacd8ffb2a9f556fcfcf4f24bca6bcac3ef6412f040e64b96a994ae48661fbde4e3833
6
+ metadata.gz: 4960907a05097a6e1a44904d97c5b51e4ad02edefada1b0da53bfa50ece6919c679c44214c3bea4ed74335d446170079e53f1d29b3cd64f69a9822270a94b77e
7
+ data.tar.gz: 1b2e6093e79495fc1004ce53df173c2df605201f72d05bfd945cc7f9d2803fa3f8d42d93eecf5e3077da9317474f510902a5ad96bb79c7a4b7d1e5008048dab7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.43.0 (2022-06-07)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.42.0 (2022-05-26)
9
+
10
+ * Regenerated from discovery document revision 20220519
11
+
12
+ ### v0.41.0 (2022-05-19)
13
+
14
+ * Regenerated from discovery document revision 20220512
15
+
3
16
  ### v0.40.0 (2022-05-12)
4
17
 
5
18
  * Regenerated from discovery document revision 20220505
@@ -903,7 +903,7 @@ module Google
903
903
  attr_accessor :catalog_attributes
904
904
 
905
905
  # Required. Immutable. The fully qualified resource name of the attribute config.
906
- # Format: "projects/*/locations/*/catalogs/*/attributesConfig"
906
+ # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
907
907
  # Corresponds to the JSON property `name`
908
908
  # @return [String]
909
909
  attr_accessor :name
@@ -1231,7 +1231,9 @@ module Google
1231
1231
 
1232
1232
  # Custom attributes for the suggestion term. * For "user-data", the attributes
1233
1233
  # are additional custom attributes ingested through BigQuery. * For "cloud-
1234
- # retail", the attributes are product attributes generated by Cloud Retail.
1234
+ # retail", the attributes are product attributes generated by Cloud Retail. This
1235
+ # is an experimental feature. Contact Retail Search support team if you are
1236
+ # interested in enabling it.
1235
1237
  # Corresponds to the JSON property `attributes`
1236
1238
  # @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
1237
1239
  attr_accessor :attributes
@@ -1337,8 +1339,8 @@ module Google
1337
1339
  # @return [Fixnum]
1338
1340
  attr_accessor :min_prefix_length
1339
1341
 
1340
- # Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/
1341
- # completionConfig
1342
+ # Required. Immutable. Fully qualified name `projects/*/locations/*/catalogs/*/
1343
+ # completionConfig`
1342
1344
  # Corresponds to the JSON property `name`
1343
1345
  # @return [String]
1344
1346
  attr_accessor :name
@@ -1532,8 +1534,8 @@ module Google
1532
1534
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec]
1533
1535
  attr_accessor :facet_spec
1534
1536
 
1535
- # Immutable. Fully qualified name projects/*/locations/global/catalogs/*/
1536
- # controls/*
1537
+ # Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
1538
+ # controls/*`
1537
1539
  # Corresponds to the JSON property `name`
1538
1540
  # @return [String]
1539
1541
  attr_accessor :name
@@ -3205,15 +3207,17 @@ module Google
3205
3207
  end
3206
3208
  end
3207
3209
 
3208
- # Promotion information.
3210
+ # Promotion specification.
3209
3211
  class GoogleCloudRetailV2alphaPromotion
3210
3212
  include Google::Apis::Core::Hashable
3211
3213
 
3212
- # ID of the promotion. For example, "free gift". The value must be a UTF-8
3213
- # encoded string with a length limit of 128 characters, and match the pattern: `
3214
- # a-zA-Z*`. For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an
3215
- # INVALID_ARGUMENT error is returned. Google Merchant Center property [promotion]
3216
- # (https://support.google.com/merchants/answer/7050148).
3214
+ # Promotion identifier, which is the final component of name. For example, this
3215
+ # field is "free_gift", if name is `projects/*/locations/global/catalogs/
3216
+ # default_catalog/promotions/free_gift`. The value must be a UTF-8 encoded
3217
+ # string with a length limit of 128 characters, and match the pattern: `a-zA-Z*`.
3218
+ # For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT
3219
+ # error is returned. Corresponds to Google Merchant Center property [
3220
+ # promotion_id](https://support.google.com/merchants/answer/7050148).
3217
3221
  # Corresponds to the JSON property `promotionId`
3218
3222
  # @return [String]
3219
3223
  attr_accessor :promotion_id
@@ -4316,7 +4320,7 @@ module Google
4316
4320
 
4317
4321
  # Condition boost specifications. If a product matches multiple conditions in
4318
4322
  # the specifictions, boost scores from these specifications are all applied and
4319
- # combined in a non-linear way. Maximum number of specifications is 10.
4323
+ # combined in a non-linear way. Maximum number of specifications is 20.
4320
4324
  # Corresponds to the JSON property `conditionBoostSpecs`
4321
4325
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpecConditionBoostSpec>]
4322
4326
  attr_accessor :condition_boost_specs
@@ -4427,13 +4431,20 @@ module Google
4427
4431
  alias_method :enable_dynamic_position?, :enable_dynamic_position
4428
4432
 
4429
4433
  # List of keys to exclude when faceting. By default, FacetKey.key is not
4430
- # excluded from the filter unless it is listed in this field. For example,
4431
- # suppose there are 100 products with color facet "Red" and 200 products with
4432
- # color facet "Blue". A query containing the filter "colorFamilies:ANY("Red")"
4433
- # and have "colorFamilies" as FacetKey.key will by default return the "Red" with
4434
- # count 100. If this field contains "colorFamilies", then the query returns both
4435
- # the "Red" with count 100 and "Blue" with count 200, because the "colorFamilies"
4436
- # key is now excluded from the filter. A maximum of 100 values are allowed.
4434
+ # excluded from the filter unless it is listed in this field. Listing a facet
4435
+ # key in this field allows its values to appear as facet results, even when they
4436
+ # are filtered out of search results. Using this field does not affect what
4437
+ # search results are returned. For example, suppose there are 100 products with
4438
+ # the color facet "Red" and 200 products with the color facet "Blue". A query
4439
+ # containing the filter "colorFamilies:ANY("Red")" and having "colorFamilies" as
4440
+ # FacetKey.key would by default return only "Red" products in the search results,
4441
+ # and also return "Red" with count 100 as the only color facet. Although there
4442
+ # are also blue products available, "Blue" would not be shown as an available
4443
+ # facet value. If "colorFamilies" is listed in "excludedFilterKeys", then the
4444
+ # query returns the facet values "Red" with count 100 and "Blue" with count 200,
4445
+ # because the "colorFamilies" key is now excluded from the filter. Because this
4446
+ # field doesn't affect search results, the search results are still correctly
4447
+ # filtered to return only "Red" products. A maximum of 100 values are allowed.
4437
4448
  # Otherwise, an INVALID_ARGUMENT error is returned.
4438
4449
  # Corresponds to the JSON property `excludedFilterKeys`
4439
4450
  # @return [Array<String>]
@@ -4468,6 +4479,13 @@ module Google
4468
4479
  class GoogleCloudRetailV2alphaSearchRequestFacetSpecFacetKey
4469
4480
  include Google::Apis::Core::Hashable
4470
4481
 
4482
+ # Whether to make facet keys case insensitive when getting faceting values with
4483
+ # prefixes or contains.
4484
+ # Corresponds to the JSON property `caseInsensitive`
4485
+ # @return [Boolean]
4486
+ attr_accessor :case_insensitive
4487
+ alias_method :case_insensitive?, :case_insensitive
4488
+
4471
4489
  # Only get facet values that contains the given strings. For example, suppose "
4472
4490
  # categories" has three values "Women > Shoe", "Women > Dress" and "Men > Shoe".
4473
4491
  # If set "contains" to "Shoe", the "categories" facet will give only "Women >
@@ -4535,10 +4553,11 @@ module Google
4535
4553
  # Only get facet for the given restricted values. For example, when using "
4536
4554
  # pickupInStore" as key and set restricted values to ["store123", "store456"],
4537
4555
  # only facets for "store123" and "store456" are returned. Only supported on
4538
- # textual fields and fulfillments. Maximum is 20. Must be set for the
4539
- # fulfillment facet keys: * pickupInStore * shipToStore * sameDayDelivery *
4540
- # nextDayDelivery * customFulfillment1 * customFulfillment2 * customFulfillment3
4541
- # * customFulfillment4 * customFulfillment5
4556
+ # predefined textual fields, custom textual attributes and fulfillments. Maximum
4557
+ # is 20. Must be set for the fulfillment facet keys: * pickupInStore *
4558
+ # shipToStore * sameDayDelivery * nextDayDelivery * customFulfillment1 *
4559
+ # customFulfillment2 * customFulfillment3 * customFulfillment4 *
4560
+ # customFulfillment5
4542
4561
  # Corresponds to the JSON property `restrictedValues`
4543
4562
  # @return [Array<String>]
4544
4563
  attr_accessor :restricted_values
@@ -4549,6 +4568,7 @@ module Google
4549
4568
 
4550
4569
  # Update properties of this object
4551
4570
  def update!(**args)
4571
+ @case_insensitive = args[:case_insensitive] if args.key?(:case_insensitive)
4552
4572
  @contains = args[:contains] if args.key?(:contains)
4553
4573
  @intervals = args[:intervals] if args.key?(:intervals)
4554
4574
  @key = args[:key] if args.key?(:key)
@@ -4958,8 +4978,8 @@ module Google
4958
4978
  # @return [String]
4959
4979
  attr_accessor :model_id
4960
4980
 
4961
- # Immutable. Fully qualified name projects/*/locations/global/catalogs/*/
4962
- # servingConfig/*
4981
+ # Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
4982
+ # servingConfig/*`
4963
4983
  # Corresponds to the JSON property `name`
4964
4984
  # @return [String]
4965
4985
  attr_accessor :name
@@ -5346,7 +5366,7 @@ module Google
5346
5366
  # which results in degraded model quality. The field must be a UTF-8 encoded
5347
5367
  # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
5348
5368
  # error is returned. The field should not contain PII or user-data. We recommend
5349
- # to use Google Analystics [Client ID](https://developers.google.com/analytics/
5369
+ # to use Google Analytics [Client ID](https://developers.google.com/analytics/
5350
5370
  # devguides/collection/analyticsjs/field-reference#clientId) for this field.
5351
5371
  # Corresponds to the JSON property `visitorId`
5352
5372
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -2176,6 +2176,7 @@ module Google
2176
2176
  class GoogleCloudRetailV2alphaSearchRequestFacetSpecFacetKey
2177
2177
  # @private
2178
2178
  class Representation < Google::Apis::Core::JsonRepresentation
2179
+ property :case_insensitive, as: 'caseInsensitive'
2179
2180
  collection :contains, as: 'contains'
2180
2181
  collection :intervals, as: 'intervals', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaInterval, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaInterval::Representation
2181
2182
 
@@ -127,8 +127,8 @@ module Google
127
127
 
128
128
  # Gets an AttributesConfig.
129
129
  # @param [String] name
130
- # Required. Full AttributesConfig resource name. Format: projects/`
131
- # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig
130
+ # Required. Full AttributesConfig resource name. Format: `projects/`
131
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig`
132
132
  # @param [String] fields
133
133
  # Selector specifying which fields to include in a partial response.
134
134
  # @param [String] quota_user
@@ -360,7 +360,7 @@ module Google
360
360
  # options.
361
361
  # @param [String] name
362
362
  # Required. Immutable. The fully qualified resource name of the attribute config.
363
- # Format: "projects/*/locations/*/catalogs/*/attributesConfig"
363
+ # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
364
364
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaAttributesConfig] google_cloud_retail_v2alpha_attributes_config_object
365
365
  # @param [String] update_mask
366
366
  # Indicates which fields in the provided AttributesConfig to update. The
@@ -398,8 +398,8 @@ module Google
398
398
 
399
399
  # Updates the CompletionConfigs.
400
400
  # @param [String] name
401
- # Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/
402
- # completionConfig
401
+ # Required. Immutable. Fully qualified name `projects/*/locations/*/catalogs/*/
402
+ # completionConfig`
403
403
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionConfig] google_cloud_retail_v2alpha_completion_config_object
404
404
  # @param [String] update_mask
405
405
  # Indicates which fields in the provided CompletionConfig to update. The
@@ -439,8 +439,8 @@ module Google
439
439
  # Adds the specified CatalogAttribute to the AttributesConfig. If the
440
440
  # CatalogAttribute to add already exists, an ALREADY_EXISTS error is returned.
441
441
  # @param [String] attributes_config
442
- # Required. Full AttributesConfig resource name. Format: projects/`
443
- # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig
442
+ # Required. Full AttributesConfig resource name. Format: `projects/`
443
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig`
444
444
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaAddCatalogAttributeRequest] google_cloud_retail_v2alpha_add_catalog_attribute_request_object
445
445
  # @param [String] fields
446
446
  # Selector specifying which fields to include in a partial response.
@@ -474,8 +474,8 @@ module Google
474
474
  # Removes the specified CatalogAttribute from the AttributesConfig. If the
475
475
  # CatalogAttribute to remove does not exist, a NOT_FOUND error is returned.
476
476
  # @param [String] attributes_config
477
- # Required. Full AttributesConfig resource name. Format: projects/`
478
- # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig
477
+ # Required. Full AttributesConfig resource name. Format: `projects/`
478
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig`
479
479
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRemoveCatalogAttributeRequest] google_cloud_retail_v2alpha_remove_catalog_attribute_request_object
480
480
  # @param [String] fields
481
481
  # Selector specifying which fields to include in a partial response.
@@ -510,8 +510,8 @@ module Google
510
510
  # the catalog attribute with the same CatalogAttribute.key. If the
511
511
  # CatalogAttribute to replace does not exist, a NOT_FOUND error is returned.
512
512
  # @param [String] attributes_config
513
- # Required. Full AttributesConfig resource name. Format: projects/`
514
- # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig
513
+ # Required. Full AttributesConfig resource name. Format: `projects/`
514
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/attributesConfig`
515
515
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaReplaceCatalogAttributeRequest] google_cloud_retail_v2alpha_replace_catalog_attribute_request_object
516
516
  # @param [String] fields
517
517
  # Selector specifying which fields to include in a partial response.
@@ -776,9 +776,9 @@ module Google
776
776
  execute_or_queue_command(command, &block)
777
777
  end
778
778
 
779
- # Bulk import of multiple Products. Request processing may be synchronous. No
780
- # partial updating is supported. Non-existing items are created. Note that it is
781
- # possible for a subset of the Products to be successfully updated.
779
+ # Bulk import of multiple Products. Request processing may be synchronous. Non-
780
+ # existing items are created. Note that it is possible for a subset of the
781
+ # Products to be successfully updated.
782
782
  # @param [String] parent
783
783
  # Required. `projects/1234/locations/global/catalogs/default_catalog/branches/
784
784
  # default_branch` If no updateMask is specified, requires products.create
@@ -1152,8 +1152,8 @@ module Google
1152
1152
  # Creates a Control. If the Control to create already exists, an ALREADY_EXISTS
1153
1153
  # error is returned.
1154
1154
  # @param [String] parent
1155
- # Required. Full resource name of parent catalog. Format: projects/`
1156
- # project_number`/locations/`location_id`/catalogs/`catalog_id`
1155
+ # Required. Full resource name of parent catalog. Format: `projects/`
1156
+ # project_number`/locations/`location_id`/catalogs/`catalog_id``
1157
1157
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaControl] google_cloud_retail_v2alpha_control_object
1158
1158
  # @param [String] control_id
1159
1159
  # Required. The ID to use for the Control, which will become the final component
@@ -1192,9 +1192,9 @@ module Google
1192
1192
  # Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error
1193
1193
  # is returned.
1194
1194
  # @param [String] name
1195
- # Required. The resource name of the Control to delete. Format: projects/`
1195
+ # Required. The resource name of the Control to delete. Format: `projects/`
1196
1196
  # project_number`/locations/`location_id`/catalogs/`catalog_id`/controls/`
1197
- # control_id`
1197
+ # control_id``
1198
1198
  # @param [String] fields
1199
1199
  # Selector specifying which fields to include in a partial response.
1200
1200
  # @param [String] quota_user
@@ -1224,9 +1224,9 @@ module Google
1224
1224
 
1225
1225
  # Gets a Control.
1226
1226
  # @param [String] name
1227
- # Required. The resource name of the Control to delete. Format: projects/`
1227
+ # Required. The resource name of the Control to delete. Format: `projects/`
1228
1228
  # project_number`/locations/`location_id`/catalogs/`catalog_id`/controls/`
1229
- # control_id`
1229
+ # control_id``
1230
1230
  # @param [String] fields
1231
1231
  # Selector specifying which fields to include in a partial response.
1232
1232
  # @param [String] quota_user
@@ -1256,8 +1256,8 @@ module Google
1256
1256
 
1257
1257
  # Lists all Controls linked to this catalog.
1258
1258
  # @param [String] parent
1259
- # Required. The catalog resource name. Format: projects/`project_number`/
1260
- # locations/`location_id`/catalogs/`catalog_id`
1259
+ # Required. The catalog resource name. Format: `projects/`project_number`/
1260
+ # locations/`location_id`/catalogs/`catalog_id``
1261
1261
  # @param [String] filter
1262
1262
  # Optional. A filter to apply on the list results. Supported features: * List
1263
1263
  # all the products under the parent branch if filter is unset. * List controls
@@ -1303,8 +1303,8 @@ module Google
1303
1303
  # INVALID_ARGUMENT is returned. If the Control to delete does not exist, a
1304
1304
  # NOT_FOUND error is returned.
1305
1305
  # @param [String] name
1306
- # Immutable. Fully qualified name projects/*/locations/global/catalogs/*/
1307
- # controls/*
1306
+ # Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
1307
+ # controls/*`
1308
1308
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaControl] google_cloud_retail_v2alpha_control_object
1309
1309
  # @param [String] update_mask
1310
1310
  # Indicates which fields in the provided Control to update. The following are
@@ -1419,8 +1419,8 @@ module Google
1419
1419
 
1420
1420
  # Makes a recommendation prediction.
1421
1421
  # @param [String] placement
1422
- # Required. Full resource name of the format: `name=projects/*/locations/global/
1423
- # catalogs/default_catalog/placements/*` The ID of the Recommendations AI
1422
+ # Required. Full resource name of the format: ``name=projects/*/locations/global/
1423
+ # catalogs/default_catalog/placements/*`` The ID of the Recommendations AI
1424
1424
  # placement. Before you can request predictions from your model, you must create
1425
1425
  # at least one placement for it. For more information, see [Managing placements](
1426
1426
  # https://cloud.google.com/retail/recommendations-ai/docs/manage-placements).
@@ -1537,8 +1537,8 @@ module Google
1537
1537
  # Creates a ServingConfig. A maximum of 100 ServingConfigs are allowed in a
1538
1538
  # Catalog, otherwise a FAILED_PRECONDITION error is returned.
1539
1539
  # @param [String] parent
1540
- # Required. Full resource name of parent. Format: projects/`project_number`/
1541
- # locations/`location_id`/catalogs/`catalog_id`
1540
+ # Required. Full resource name of parent. Format: `projects/`project_number`/
1541
+ # locations/`location_id`/catalogs/`catalog_id``
1542
1542
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaServingConfig] google_cloud_retail_v2alpha_serving_config_object
1543
1543
  # @param [String] serving_config_id
1544
1544
  # Required. The ID to use for the ServingConfig, which will become the final
@@ -1681,8 +1681,8 @@ module Google
1681
1681
 
1682
1682
  # Updates a ServingConfig.
1683
1683
  # @param [String] name
1684
- # Immutable. Fully qualified name projects/*/locations/global/catalogs/*/
1685
- # servingConfig/*
1684
+ # Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
1685
+ # servingConfig/*`
1686
1686
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaServingConfig] google_cloud_retail_v2alpha_serving_config_object
1687
1687
  # @param [String] update_mask
1688
1688
  # Indicates which fields in the provided ServingConfig to update. The following
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.43.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Retail API V2alpha