google-apis-retail_v2beta 0.55.0 → 0.57.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: 4bde730c21a6737fcb6e471f4917b83b81d58752cbec169b9d3b6583504b7f16
4
- data.tar.gz: 1efa8c6a6d872673a1c9955f192dc0a336827fe7700d02b5165a9fd5da8d975b
3
+ metadata.gz: 56a299058e5995a3e59a651c6f5b5084f21e57a93ac404b063b4b65faa76a52a
4
+ data.tar.gz: cf81dc9c7a7345ffbc83295b2728dc2e281f39c46854a85ecbbc81fb0bc17d52
5
5
  SHA512:
6
- metadata.gz: c84de9ac4fa28fbb973907d10317ede110f881997a6721daf43e033d6799071f381e4f20cb4ec50f4790bd8cb34b7392e713e1ddfb2d364a054f5520f27c4ef5
7
- data.tar.gz: 174232beec44ee77b4e9ce58302d8c17c74348a0544c3e294af488169c496fded9a9c14c898389f62504a6d45b811edf8800cdf3d33c077f7a4cbcbd70315386
6
+ metadata.gz: 3e01b95c36727f41230c0ae713c0d50d82a1020da2b0e24594e377f8e967a72c9962b30e9923a1deedfdac334a6fd03a86247e64656f250e9176fbbd518f86ae
7
+ data.tar.gz: a884c03f848f7db158690bbfaae0c879a1434589b8655063164482a2991c1aee4c60eaf6f4fd9bcfca49a1ca19ea1cf4b6b6a895f114049e52db46b69665c494
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.57.0 (2022-09-28)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
7
+ ### v0.56.0 (2022-09-20)
8
+
9
+ * Regenerated from discovery document revision 20220917
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.55.0 (2022-09-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20220901
@@ -203,6 +203,12 @@ module Google
203
203
  # @return [String]
204
204
  attr_accessor :gcs_path
205
205
 
206
+ # The detailed content which caused the error on importing an inventory activity.
207
+ # http://cs/google3/google/cloud/retail/v2main/inventory_activity.proto
208
+ # Corresponds to the JSON property `inventoryActivity`
209
+ # @return [String]
210
+ attr_accessor :inventory_activity
211
+
206
212
  # Line number of the content in file. Should be empty for permission or batch
207
213
  # operation error.
208
214
  # Corresponds to the JSON property `lineNumber`
@@ -214,6 +220,37 @@ module Google
214
220
  # @return [String]
215
221
  attr_accessor :operation_name
216
222
 
223
+ # The detailed content which caused the error on importing an order. http://cs/
224
+ # google3/google/cloud/retail/v2main/order.proto
225
+ # Corresponds to the JSON property `order`
226
+ # @return [String]
227
+ attr_accessor :order
228
+
229
+ # The detailed content which caused the error on importing a place. http://cs/
230
+ # google3/google/cloud/retail/v2main/place.proto
231
+ # Corresponds to the JSON property `place`
232
+ # @return [String]
233
+ attr_accessor :place
234
+
235
+ # The detailed content which caused the error on importing a place asset. http://
236
+ # cs/google3/google/cloud/retail/v2main/place_asset.proto
237
+ # Corresponds to the JSON property `placeAsset`
238
+ # @return [String]
239
+ attr_accessor :place_asset
240
+
241
+ # The detailed content which caused the error on importing a place product price.
242
+ # http://cs/google3/google/cloud/retail/v2main/place_product_price.proto
243
+ # Corresponds to the JSON property `placeProductPrice`
244
+ # @return [String]
245
+ attr_accessor :place_product_price
246
+
247
+ # The detailed content which caused the error on importing a place product
248
+ # settings. http://cs/google3/google/cloud/retail/v2main/place_product_settings.
249
+ # proto
250
+ # Corresponds to the JSON property `placeProductSettings`
251
+ # @return [String]
252
+ attr_accessor :place_product_settings
253
+
217
254
  # The detailed content which caused the error on importing a product.
218
255
  # Corresponds to the JSON property `product`
219
256
  # @return [String]
@@ -232,8 +269,14 @@ module Google
232
269
  def update!(**args)
233
270
  @catalog_item = args[:catalog_item] if args.key?(:catalog_item)
234
271
  @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
272
+ @inventory_activity = args[:inventory_activity] if args.key?(:inventory_activity)
235
273
  @line_number = args[:line_number] if args.key?(:line_number)
236
274
  @operation_name = args[:operation_name] if args.key?(:operation_name)
275
+ @order = args[:order] if args.key?(:order)
276
+ @place = args[:place] if args.key?(:place)
277
+ @place_asset = args[:place_asset] if args.key?(:place_asset)
278
+ @place_product_price = args[:place_product_price] if args.key?(:place_product_price)
279
+ @place_product_settings = args[:place_product_settings] if args.key?(:place_product_settings)
237
280
  @product = args[:product] if args.key?(:product)
238
281
  @user_event = args[:user_event] if args.key?(:user_event)
239
282
  end
@@ -1280,7 +1323,7 @@ module Google
1280
1323
  class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
1281
1324
  include Google::Apis::Core::Hashable
1282
1325
 
1283
- # Required. The candidates to consider on the panel. Limit = 10.
1326
+ # Required. The candidates to consider on the panel.
1284
1327
  # Corresponds to the JSON property `candidates`
1285
1328
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate>]
1286
1329
  attr_accessor :candidates
@@ -2134,7 +2177,8 @@ module Google
2134
2177
 
2135
2178
  # If DYNAMIC_FACETABLE_ENABLED, attribute values are available for dynamic facet.
2136
2179
  # Could only be DYNAMIC_FACETABLE_DISABLED if CatalogAttribute.indexable_option
2137
- # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned.
2180
+ # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned. Must
2181
+ # be specified, otherwise throws INVALID_FORMAT error.
2138
2182
  # Corresponds to the JSON property `dynamicFacetableOption`
2139
2183
  # @return [String]
2140
2184
  attr_accessor :dynamic_facetable_option
@@ -2164,7 +2208,8 @@ module Google
2164
2208
 
2165
2209
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2166
2210
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
2167
- # faceted, or boosted in SearchService.Search.
2211
+ # faceted, or boosted in SearchService.Search. Must be specified, otherwise
2212
+ # throws INVALID_FORMAT error.
2168
2213
  # Corresponds to the JSON property `indexableOption`
2169
2214
  # @return [String]
2170
2215
  attr_accessor :indexable_option
@@ -2190,7 +2235,8 @@ module Google
2190
2235
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
2191
2236
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
2192
2237
  # attribute values will not be searchable by text queries in SearchService.
2193
- # Search, as there are no text values associated to numerical attributes.
2238
+ # Search, as there are no text values associated to numerical attributes. Must
2239
+ # be specified, otherwise throws INVALID_FORMAT error.
2194
2240
  # Corresponds to the JSON property `searchableOption`
2195
2241
  # @return [String]
2196
2242
  attr_accessor :searchable_option
@@ -2655,6 +2701,27 @@ module Google
2655
2701
  end
2656
2702
  end
2657
2703
 
2704
+ # Metadata associated with a create operation.
2705
+ class GoogleCloudRetailV2betaCreateModelMetadata
2706
+ include Google::Apis::Core::Hashable
2707
+
2708
+ # The resource name of the model that this create applies to. Format: `projects/`
2709
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/models/`model_id`
2710
+ # `
2711
+ # Corresponds to the JSON property `model`
2712
+ # @return [String]
2713
+ attr_accessor :model
2714
+
2715
+ def initialize(**args)
2716
+ update!(**args)
2717
+ end
2718
+
2719
+ # Update properties of this object
2720
+ def update!(**args)
2721
+ @model = args[:model] if args.key?(:model)
2722
+ end
2723
+ end
2724
+
2658
2725
  # A custom attribute that is not explicitly modeled in Product.
2659
2726
  class GoogleCloudRetailV2betaCustomAttribute
2660
2727
  include Google::Apis::Core::Hashable
@@ -3458,17 +3525,43 @@ module Google
3458
3525
  end
3459
3526
  end
3460
3527
 
3528
+ # Merchant Center Feed filter criterion.
3529
+ class GoogleCloudRetailV2betaMerchantCenterFeedFilter
3530
+ include Google::Apis::Core::Hashable
3531
+
3532
+ # Merchant Center primary feed ID.
3533
+ # Corresponds to the JSON property `primaryFeedId`
3534
+ # @return [Fixnum]
3535
+ attr_accessor :primary_feed_id
3536
+
3537
+ # Merchant Center primary feed name. The name is used for the display purposes
3538
+ # only.
3539
+ # Corresponds to the JSON property `primaryFeedName`
3540
+ # @return [String]
3541
+ attr_accessor :primary_feed_name
3542
+
3543
+ def initialize(**args)
3544
+ update!(**args)
3545
+ end
3546
+
3547
+ # Update properties of this object
3548
+ def update!(**args)
3549
+ @primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
3550
+ @primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
3551
+ end
3552
+ end
3553
+
3461
3554
  # Represents a link between a Merchant Center account and a branch. Once a link
3462
3555
  # is established, products from the linked merchant center account will be
3463
3556
  # streamed to the linked branch.
3464
3557
  class GoogleCloudRetailV2betaMerchantCenterLink
3465
3558
  include Google::Apis::Core::Hashable
3466
3559
 
3467
- # The branch id (e.g. 0/1/2) within this catalog that products from
3560
+ # The branch ID (e.g. 0/1/2) within this catalog that products from
3468
3561
  # merchant_center_account_id are streamed to. When updating this field, an empty
3469
3562
  # value will use the currently configured default branch. However, changing the
3470
3563
  # default branch later on won't change the linked branch here. A single branch
3471
- # id can only have one linked merchant center account id.
3564
+ # ID can only have one linked merchant center account ID.
3472
3565
  # Corresponds to the JSON property `branchId`
3473
3566
  # @return [String]
3474
3567
  attr_accessor :branch_id
@@ -3482,6 +3575,13 @@ module Google
3482
3575
  # @return [Array<String>]
3483
3576
  attr_accessor :destinations
3484
3577
 
3578
+ # Criteria for the Merchant Center feeds to be ingested via the link. All offers
3579
+ # will be ingested if the list is empty. Otherwise the offers will be ingested
3580
+ # from selected feeds.
3581
+ # Corresponds to the JSON property `feeds`
3582
+ # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter>]
3583
+ attr_accessor :feeds
3584
+
3485
3585
  # Language of the title/description and other string attributes. Use language
3486
3586
  # tags defined by [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). ISO
3487
3587
  # 639-1. This specifies the language of offers in Merchant Center that will be
@@ -3491,7 +3591,7 @@ module Google
3491
3591
  # @return [String]
3492
3592
  attr_accessor :language_code
3493
3593
 
3494
- # Required. The linked [Merchant center account id](https://developers.google.
3594
+ # Required. The linked [Merchant center account ID](https://developers.google.
3495
3595
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
3496
3596
  # account or a sub-account of a MCA.
3497
3597
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -3514,6 +3614,7 @@ module Google
3514
3614
  def update!(**args)
3515
3615
  @branch_id = args[:branch_id] if args.key?(:branch_id)
3516
3616
  @destinations = args[:destinations] if args.key?(:destinations)
3617
+ @feeds = args[:feeds] if args.key?(:feeds)
3517
3618
  @language_code = args[:language_code] if args.key?(:language_code)
3518
3619
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
3519
3620
  @region_code = args[:region_code] if args.key?(:region_code)
@@ -3748,15 +3849,15 @@ module Google
3748
3849
  # do not have a stockState value of OUT_OF_STOCK. Examples: * tag=("Red" OR "
3749
3850
  # Blue") tag="New-Arrival" tag=(NOT "promotional") * filterOutOfStockItems tag=(-
3750
3851
  # "promotional") * filterOutOfStockItems If your filter blocks all prediction
3751
- # results, the API will return generic (unfiltered) popular products. If you
3752
- # only want results strictly matching the filters, set `strictFiltering` to True
3753
- # in `PredictRequest.params` to receive empty results instead. Note that the API
3754
- # will never return items with storageStatus of "EXPIRED" or "DELETED"
3755
- # regardless of filter choices. If `filterSyntaxV2` is set to true under the `
3756
- # params` field, then attribute-based expressions are expected instead of the
3757
- # above described tag-based syntax. Examples: * (colors: ANY("Red", "Blue")) AND
3758
- # NOT (categories: ANY("Phones")) * (availability: ANY("IN_STOCK")) AND (colors:
3759
- # ANY("Red") OR categories: ANY("Phones"))
3852
+ # results, the API will return *no* results. If instead you want empty result
3853
+ # sets to return generic (unfiltered) popular products, set `strictFiltering` to
3854
+ # False in `PredictRequest.params`. Note that the API will never return items
3855
+ # with storageStatus of "EXPIRED" or "DELETED" regardless of filter choices. If `
3856
+ # filterSyntaxV2` is set to true under the `params` field, then attribute-based
3857
+ # expressions are expected instead of the above described tag-based syntax.
3858
+ # Examples: * (colors: ANY("Red", "Blue")) AND NOT (categories: ANY("Phones")) *
3859
+ # (availability: ANY("IN_STOCK")) AND (colors: ANY("Red") OR categories: ANY("
3860
+ # Phones"))
3760
3861
  # Corresponds to the JSON property `filter`
3761
3862
  # @return [String]
3762
3863
  attr_accessor :filter
@@ -6431,6 +6532,27 @@ module Google
6431
6532
  end
6432
6533
  end
6433
6534
 
6535
+ # Metadata associated with a tune operation.
6536
+ class GoogleCloudRetailV2betaTuneModelMetadata
6537
+ include Google::Apis::Core::Hashable
6538
+
6539
+ # The resource name of the model that this tune applies to. Format: `projects/`
6540
+ # project_number`/locations/`location_id`/catalogs/`catalog_id`/models/`model_id`
6541
+ # `
6542
+ # Corresponds to the JSON property `model`
6543
+ # @return [String]
6544
+ attr_accessor :model
6545
+
6546
+ def initialize(**args)
6547
+ update!(**args)
6548
+ end
6549
+
6550
+ # Update properties of this object
6551
+ def update!(**args)
6552
+ @model = args[:model] if args.key?(:model)
6553
+ end
6554
+ end
6555
+
6434
6556
  # Request to manually start a tuning process now (instead of waiting for the
6435
6557
  # periodically scheduled tuning to happen).
6436
6558
  class GoogleCloudRetailV2betaTuneModelRequest
@@ -6445,6 +6567,19 @@ module Google
6445
6567
  end
6446
6568
  end
6447
6569
 
6570
+ # Response associated with a tune operation.
6571
+ class GoogleCloudRetailV2betaTuneModelResponse
6572
+ include Google::Apis::Core::Hashable
6573
+
6574
+ def initialize(**args)
6575
+ update!(**args)
6576
+ end
6577
+
6578
+ # Update properties of this object
6579
+ def update!(**args)
6580
+ end
6581
+ end
6582
+
6448
6583
  # UserEvent captures all metadata information Retail API needs to know about how
6449
6584
  # end users interact with customers' website.
6450
6585
  class GoogleCloudRetailV2betaUserEvent
@@ -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.55.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220901"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -568,6 +568,12 @@ module Google
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
+ class GoogleCloudRetailV2betaCreateModelMetadata
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
571
577
  class GoogleCloudRetailV2betaCustomAttribute
572
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
579
 
@@ -712,6 +718,12 @@ module Google
712
718
  include Google::Apis::Core::JsonObjectSupport
713
719
  end
714
720
 
721
+ class GoogleCloudRetailV2betaMerchantCenterFeedFilter
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
715
727
  class GoogleCloudRetailV2betaMerchantCenterLink
716
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
717
729
 
@@ -1090,12 +1102,24 @@ module Google
1090
1102
  include Google::Apis::Core::JsonObjectSupport
1091
1103
  end
1092
1104
 
1105
+ class GoogleCloudRetailV2betaTuneModelMetadata
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1093
1111
  class GoogleCloudRetailV2betaTuneModelRequest
1094
1112
  class Representation < Google::Apis::Core::JsonRepresentation; end
1095
1113
 
1096
1114
  include Google::Apis::Core::JsonObjectSupport
1097
1115
  end
1098
1116
 
1117
+ class GoogleCloudRetailV2betaTuneModelResponse
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1099
1123
  class GoogleCloudRetailV2betaUserEvent
1100
1124
  class Representation < Google::Apis::Core::JsonRepresentation; end
1101
1125
 
@@ -1204,8 +1228,14 @@ module Google
1204
1228
  class Representation < Google::Apis::Core::JsonRepresentation
1205
1229
  property :catalog_item, as: 'catalogItem'
1206
1230
  property :gcs_path, as: 'gcsPath'
1231
+ property :inventory_activity, as: 'inventoryActivity'
1207
1232
  property :line_number, as: 'lineNumber'
1208
1233
  property :operation_name, as: 'operationName'
1234
+ property :order, as: 'order'
1235
+ property :place, as: 'place'
1236
+ property :place_asset, as: 'placeAsset'
1237
+ property :place_product_price, as: 'placeProductPrice'
1238
+ property :place_product_settings, as: 'placeProductSettings'
1209
1239
  property :product, as: 'product'
1210
1240
  property :user_event, as: 'userEvent'
1211
1241
  end
@@ -1925,6 +1955,13 @@ module Google
1925
1955
  end
1926
1956
  end
1927
1957
 
1958
+ class GoogleCloudRetailV2betaCreateModelMetadata
1959
+ # @private
1960
+ class Representation < Google::Apis::Core::JsonRepresentation
1961
+ property :model, as: 'model'
1962
+ end
1963
+ end
1964
+
1928
1965
  class GoogleCloudRetailV2betaCustomAttribute
1929
1966
  # @private
1930
1967
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2157,11 +2194,21 @@ module Google
2157
2194
  end
2158
2195
  end
2159
2196
 
2197
+ class GoogleCloudRetailV2betaMerchantCenterFeedFilter
2198
+ # @private
2199
+ class Representation < Google::Apis::Core::JsonRepresentation
2200
+ property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
2201
+ property :primary_feed_name, as: 'primaryFeedName'
2202
+ end
2203
+ end
2204
+
2160
2205
  class GoogleCloudRetailV2betaMerchantCenterLink
2161
2206
  # @private
2162
2207
  class Representation < Google::Apis::Core::JsonRepresentation
2163
2208
  property :branch_id, as: 'branchId'
2164
2209
  collection :destinations, as: 'destinations'
2210
+ collection :feeds, as: 'feeds', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter::Representation
2211
+
2165
2212
  property :language_code, as: 'languageCode'
2166
2213
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
2167
2214
  property :region_code, as: 'regionCode'
@@ -2817,12 +2864,25 @@ module Google
2817
2864
  end
2818
2865
  end
2819
2866
 
2867
+ class GoogleCloudRetailV2betaTuneModelMetadata
2868
+ # @private
2869
+ class Representation < Google::Apis::Core::JsonRepresentation
2870
+ property :model, as: 'model'
2871
+ end
2872
+ end
2873
+
2820
2874
  class GoogleCloudRetailV2betaTuneModelRequest
2821
2875
  # @private
2822
2876
  class Representation < Google::Apis::Core::JsonRepresentation
2823
2877
  end
2824
2878
  end
2825
2879
 
2880
+ class GoogleCloudRetailV2betaTuneModelResponse
2881
+ # @private
2882
+ class Representation < Google::Apis::Core::JsonRepresentation
2883
+ end
2884
+ end
2885
+
2826
2886
  class GoogleCloudRetailV2betaUserEvent
2827
2887
  # @private
2828
2888
  class Representation < Google::Apis::Core::JsonRepresentation
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.55.0
4
+ version: 0.57.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-09-12 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.57.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: []