google-apis-retail_v2beta 0.47.0 → 0.50.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.47.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220707"
25
+ REVISION = "20220729"
26
26
  end
27
27
  end
28
28
  end
@@ -208,6 +208,18 @@ module Google
208
208
  include Google::Apis::Core::JsonObjectSupport
209
209
  end
210
210
 
211
+ class GoogleCloudRetailV2alphaBigQueryOutputResult
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudRetailV2alphaCreateModelMetadata
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
211
223
  class GoogleCloudRetailV2alphaExportErrorsConfig
212
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
225
 
@@ -262,6 +274,42 @@ module Google
262
274
  include Google::Apis::Core::JsonObjectSupport
263
275
  end
264
276
 
277
+ class GoogleCloudRetailV2alphaModel
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfig
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudRetailV2alphaModelServingConfigList
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudRetailV2alphaOutputResult
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
265
313
  class GoogleCloudRetailV2alphaPurgeMetadata
266
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
315
 
@@ -334,6 +382,24 @@ module Google
334
382
  include Google::Apis::Core::JsonObjectSupport
335
383
  end
336
384
 
385
+ class GoogleCloudRetailV2alphaTransformedUserEventsMetadata
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudRetailV2alphaTuneModelMetadata
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudRetailV2alphaTuneModelResponse
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
337
403
  class GoogleCloudRetailV2alphaUserEventImportSummary
338
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
405
 
@@ -400,6 +466,24 @@ module Google
400
466
  include Google::Apis::Core::JsonObjectSupport
401
467
  end
402
468
 
469
+ class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudRetailV2betaBigQueryOutputResult
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
403
487
  class GoogleCloudRetailV2betaBigQuerySource
404
488
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
489
 
@@ -634,6 +718,12 @@ module Google
634
718
  include Google::Apis::Core::JsonObjectSupport
635
719
  end
636
720
 
721
+ class GoogleCloudRetailV2betaOutputResult
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
637
727
  class GoogleCloudRetailV2betaPredictRequest
638
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
639
729
 
@@ -1266,6 +1356,21 @@ module Google
1266
1356
  end
1267
1357
  end
1268
1358
 
1359
+ class GoogleCloudRetailV2alphaBigQueryOutputResult
1360
+ # @private
1361
+ class Representation < Google::Apis::Core::JsonRepresentation
1362
+ property :dataset_id, as: 'datasetId'
1363
+ property :table_id, as: 'tableId'
1364
+ end
1365
+ end
1366
+
1367
+ class GoogleCloudRetailV2alphaCreateModelMetadata
1368
+ # @private
1369
+ class Representation < Google::Apis::Core::JsonRepresentation
1370
+ property :model, as: 'model'
1371
+ end
1372
+ end
1373
+
1269
1374
  class GoogleCloudRetailV2alphaExportErrorsConfig
1270
1375
  # @private
1271
1376
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1288,6 +1393,8 @@ module Google
1288
1393
 
1289
1394
  property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig::Representation
1290
1395
 
1396
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult::Representation
1397
+
1291
1398
  end
1292
1399
  end
1293
1400
 
@@ -1298,6 +1405,8 @@ module Google
1298
1405
 
1299
1406
  property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig::Representation
1300
1407
 
1408
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult::Representation
1409
+
1301
1410
  end
1302
1411
  end
1303
1412
 
@@ -1324,6 +1433,8 @@ module Google
1324
1433
  property :notification_pubsub_topic, as: 'notificationPubsubTopic'
1325
1434
  property :request_id, as: 'requestId'
1326
1435
  property :success_count, :numeric_string => true, as: 'successCount'
1436
+ property :transformed_user_events_metadata, as: 'transformedUserEventsMetadata', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaTransformedUserEventsMetadata, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaTransformedUserEventsMetadata::Representation
1437
+
1327
1438
  property :update_time, as: 'updateTime'
1328
1439
  end
1329
1440
  end
@@ -1350,6 +1461,72 @@ module Google
1350
1461
  end
1351
1462
  end
1352
1463
 
1464
+ class GoogleCloudRetailV2alphaModel
1465
+ # @private
1466
+ class Representation < Google::Apis::Core::JsonRepresentation
1467
+ property :create_time, as: 'createTime'
1468
+ property :data_state, as: 'dataState'
1469
+ property :display_name, as: 'displayName'
1470
+ property :filtering_option, as: 'filteringOption'
1471
+ property :last_tune_time, as: 'lastTuneTime'
1472
+ property :name, as: 'name'
1473
+ property :optimization_objective, as: 'optimizationObjective'
1474
+ property :page_optimization_config, as: 'pageOptimizationConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfig::Representation
1475
+
1476
+ property :periodic_tuning_state, as: 'periodicTuningState'
1477
+ collection :serving_config_lists, as: 'servingConfigLists', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelServingConfigList, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelServingConfigList::Representation
1478
+
1479
+ property :serving_state, as: 'servingState'
1480
+ property :training_state, as: 'trainingState'
1481
+ property :tuning_operation, as: 'tuningOperation'
1482
+ property :type, as: 'type'
1483
+ property :update_time, as: 'updateTime'
1484
+ end
1485
+ end
1486
+
1487
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfig
1488
+ # @private
1489
+ class Representation < Google::Apis::Core::JsonRepresentation
1490
+ property :page_optimization_event_type, as: 'pageOptimizationEventType'
1491
+ collection :panels, as: 'panels', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel::Representation
1492
+
1493
+ property :restriction, as: 'restriction'
1494
+ end
1495
+ end
1496
+
1497
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
1498
+ # @private
1499
+ class Representation < Google::Apis::Core::JsonRepresentation
1500
+ property :serving_config_id, as: 'servingConfigId'
1501
+ end
1502
+ end
1503
+
1504
+ class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
1505
+ # @private
1506
+ class Representation < Google::Apis::Core::JsonRepresentation
1507
+ collection :candidates, as: 'candidates', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate::Representation
1508
+
1509
+ property :default_candidate, as: 'defaultCandidate', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate::Representation
1510
+
1511
+ property :display_name, as: 'displayName'
1512
+ end
1513
+ end
1514
+
1515
+ class GoogleCloudRetailV2alphaModelServingConfigList
1516
+ # @private
1517
+ class Representation < Google::Apis::Core::JsonRepresentation
1518
+ collection :serving_config_ids, as: 'servingConfigIds'
1519
+ end
1520
+ end
1521
+
1522
+ class GoogleCloudRetailV2alphaOutputResult
1523
+ # @private
1524
+ class Representation < Google::Apis::Core::JsonRepresentation
1525
+ collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult::Representation
1526
+
1527
+ end
1528
+ end
1529
+
1353
1530
  class GoogleCloudRetailV2alphaPurgeMetadata
1354
1531
  # @private
1355
1532
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1430,6 +1607,27 @@ module Google
1430
1607
  end
1431
1608
  end
1432
1609
 
1610
+ class GoogleCloudRetailV2alphaTransformedUserEventsMetadata
1611
+ # @private
1612
+ class Representation < Google::Apis::Core::JsonRepresentation
1613
+ property :source_events_count, :numeric_string => true, as: 'sourceEventsCount'
1614
+ property :transformed_events_count, :numeric_string => true, as: 'transformedEventsCount'
1615
+ end
1616
+ end
1617
+
1618
+ class GoogleCloudRetailV2alphaTuneModelMetadata
1619
+ # @private
1620
+ class Representation < Google::Apis::Core::JsonRepresentation
1621
+ property :model, as: 'model'
1622
+ end
1623
+ end
1624
+
1625
+ class GoogleCloudRetailV2alphaTuneModelResponse
1626
+ # @private
1627
+ class Representation < Google::Apis::Core::JsonRepresentation
1628
+ end
1629
+ end
1630
+
1433
1631
  class GoogleCloudRetailV2alphaUserEventImportSummary
1434
1632
  # @private
1435
1633
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1516,6 +1714,29 @@ module Google
1516
1714
  end
1517
1715
  end
1518
1716
 
1717
+ class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest
1718
+ # @private
1719
+ class Representation < Google::Apis::Core::JsonRepresentation
1720
+ collection :attribute_keys, as: 'attributeKeys'
1721
+ end
1722
+ end
1723
+
1724
+ class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse
1725
+ # @private
1726
+ class Representation < Google::Apis::Core::JsonRepresentation
1727
+ collection :deleted_catalog_attributes, as: 'deletedCatalogAttributes'
1728
+ collection :reset_catalog_attributes, as: 'resetCatalogAttributes'
1729
+ end
1730
+ end
1731
+
1732
+ class GoogleCloudRetailV2betaBigQueryOutputResult
1733
+ # @private
1734
+ class Representation < Google::Apis::Core::JsonRepresentation
1735
+ property :dataset_id, as: 'datasetId'
1736
+ property :table_id, as: 'tableId'
1737
+ end
1738
+ end
1739
+
1519
1740
  class GoogleCloudRetailV2betaBigQuerySource
1520
1741
  # @private
1521
1742
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1545,6 +1766,7 @@ module Google
1545
1766
  # @private
1546
1767
  class Representation < Google::Apis::Core::JsonRepresentation
1547
1768
  property :dynamic_facetable_option, as: 'dynamicFacetableOption'
1769
+ property :exact_searchable_option, as: 'exactSearchableOption'
1548
1770
  property :in_use, as: 'inUse'
1549
1771
  property :indexable_option, as: 'indexableOption'
1550
1772
  property :key, as: 'key'
@@ -1698,6 +1920,8 @@ module Google
1698
1920
 
1699
1921
  property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig::Representation
1700
1922
 
1923
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult::Representation
1924
+
1701
1925
  end
1702
1926
  end
1703
1927
 
@@ -1708,6 +1932,8 @@ module Google
1708
1932
 
1709
1933
  property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig::Representation
1710
1934
 
1935
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult::Representation
1936
+
1711
1937
  end
1712
1938
  end
1713
1939
 
@@ -1904,6 +2130,14 @@ module Google
1904
2130
  end
1905
2131
  end
1906
2132
 
2133
+ class GoogleCloudRetailV2betaOutputResult
2134
+ # @private
2135
+ class Representation < Google::Apis::Core::JsonRepresentation
2136
+ collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
2137
+
2138
+ end
2139
+ end
2140
+
1907
2141
  class GoogleCloudRetailV2betaPredictRequest
1908
2142
  # @private
1909
2143
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2347,6 +2581,7 @@ module Google
2347
2581
  collection :prefixes, as: 'prefixes'
2348
2582
  property :query, as: 'query'
2349
2583
  collection :restricted_values, as: 'restrictedValues'
2584
+ property :return_min_max, as: 'returnMinMax'
2350
2585
  end
2351
2586
  end
2352
2587
 
@@ -2408,6 +2643,8 @@ module Google
2408
2643
  property :count, :numeric_string => true, as: 'count'
2409
2644
  property :interval, as: 'interval', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval::Representation
2410
2645
 
2646
+ property :max_value, as: 'maxValue'
2647
+ property :min_value, as: 'minValue'
2411
2648
  property :value, as: 'value'
2412
2649
  end
2413
2650
  end
@@ -2426,6 +2663,7 @@ module Google
2426
2663
  property :id, as: 'id'
2427
2664
  property :matching_variant_count, as: 'matchingVariantCount'
2428
2665
  hash :matching_variant_fields, as: 'matchingVariantFields'
2666
+ collection :personal_labels, as: 'personalLabels'
2429
2667
  property :product, as: 'product', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct::Representation
2430
2668
 
2431
2669
  hash :variant_rollup_values, as: 'variantRollupValues'
@@ -472,6 +472,41 @@ module Google
472
472
  execute_or_queue_command(command, &block)
473
473
  end
474
474
 
475
+ # Removes all specified CatalogAttributes from the AttributesConfig.
476
+ # @param [String] attributes_config
477
+ # Required. The attributes config resource shared by all catalog attributes
478
+ # being deleted. Format: `projects/`project_number`/locations/`location_id`/
479
+ # catalogs/`catalog_id`/attributesConfig`
480
+ # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest] google_cloud_retail_v2beta_batch_remove_catalog_attributes_request_object
481
+ # @param [String] fields
482
+ # Selector specifying which fields to include in a partial response.
483
+ # @param [String] quota_user
484
+ # Available to use for quota purposes for server-side applications. Can be any
485
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
486
+ # @param [Google::Apis::RequestOptions] options
487
+ # Request-specific options
488
+ #
489
+ # @yield [result, err] Result & error if block supplied
490
+ # @yieldparam result [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse] parsed result object
491
+ # @yieldparam err [StandardError] error object if request failed
492
+ #
493
+ # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse]
494
+ #
495
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
496
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
497
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
498
+ def batch_project_location_catalog_attributes_config_remove_catalog_attributes(attributes_config, google_cloud_retail_v2beta_batch_remove_catalog_attributes_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
499
+ command = make_simple_command(:post, 'v2beta/{+attributesConfig}:batchRemoveCatalogAttributes', options)
500
+ command.request_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest::Representation
501
+ command.request_object = google_cloud_retail_v2beta_batch_remove_catalog_attributes_request_object
502
+ command.response_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse::Representation
503
+ command.response_class = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse
504
+ command.params['attributesConfig'] = attributes_config unless attributes_config.nil?
505
+ command.query['fields'] = fields unless fields.nil?
506
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
507
+ execute_or_queue_command(command, &block)
508
+ end
509
+
475
510
  # Removes the specified CatalogAttribute from the AttributesConfig. If the
476
511
  # CatalogAttribute to remove does not exist, a NOT_FOUND error is returned.
477
512
  # @param [String] attributes_config
@@ -1379,9 +1414,9 @@ module Google
1379
1414
 
1380
1415
  # Makes a recommendation prediction.
1381
1416
  # @param [String] placement
1382
- # Required. Full resource name of the format: `placement=projects/*/locations/
1383
- # global/catalogs/default_catalog/servingConfigs/*` or `placement=projects/*/
1384
- # locations/global/catalogs/default_catalog/placements/*`. We recommend using
1417
+ # Required. Full resource name of the format: ``placement=projects/*/locations/
1418
+ # global/catalogs/default_catalog/servingConfigs/*`` or ``placement=projects/*/
1419
+ # locations/global/catalogs/default_catalog/placements/*``. We recommend using
1385
1420
  # the `servingConfigs` resource. `placements` is a legacy resource. The ID of
1386
1421
  # the Recommendations AI serving config or placement. Before you can request
1387
1422
  # predictions from your model, you must create at least one serving config or
@@ -1685,9 +1720,9 @@ module Google
1685
1720
 
1686
1721
  # Makes a recommendation prediction.
1687
1722
  # @param [String] placement
1688
- # Required. Full resource name of the format: `placement=projects/*/locations/
1689
- # global/catalogs/default_catalog/servingConfigs/*` or `placement=projects/*/
1690
- # locations/global/catalogs/default_catalog/placements/*`. We recommend using
1723
+ # Required. Full resource name of the format: ``placement=projects/*/locations/
1724
+ # global/catalogs/default_catalog/servingConfigs/*`` or ``placement=projects/*/
1725
+ # locations/global/catalogs/default_catalog/placements/*``. We recommend using
1691
1726
  # the `servingConfigs` resource. `placements` is a legacy resource. The ID of
1692
1727
  # the Recommendations AI serving config or placement. Before you can request
1693
1728
  # predictions from your model, you must create at least one serving config or
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.47.0
4
+ version: 0.50.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.50.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: []