google-apis-retail_v2beta 0.18.0 → 0.22.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: fe1ad345392a272bc19696b86cd5929d77cb082ad7d91ba93ac964001423a299
4
- data.tar.gz: e919d71557788072a73c792f0f50ddad80909c7a0a21b4343e2697c8d533ba4b
3
+ metadata.gz: c2331caa3b915953f9f9f2d7907aa26a49499bf9b003f197f6dff4e6d0743ab9
4
+ data.tar.gz: fc13f82eeabd0edda9d5266ec1881f74cc0d829ea8ad5f1f8701db3aa863975f
5
5
  SHA512:
6
- metadata.gz: 06d6fb6b31f74fd592275644d9cd7ba75c4b803f3888f51db06e0bd33ca0b9b9d443a2d877f8d837649e867224f90ca9c546a456a5b50841a61d0134fb02e20e
7
- data.tar.gz: e09afaf475dc7791afa6406c4b063c28e995e691751ec1c7fa69dc0e3c61439ef76b71f0075690cd350ebd0f03142bda6d195b82f9a5b7c53d0fd214cb49f78b
6
+ metadata.gz: b6b8064fc809a5c5426ac61349feec960d40803cee94125670ebed98e0ebb0c489a80cca3a59103b747c6986139426001583303eebfeae28ae2791ae16aa4aab
7
+ data.tar.gz: 5e55d9d8c44a36849240548f919d5b08cc6d8df114de591db67543b328edb7cb4f563b03be62e99230d57010c98b24098f64581d470cd70a52d2dcb8e3e618c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.22.0 (2021-11-17)
4
+
5
+ * Regenerated from discovery document revision 20211116
6
+
7
+ ### v0.21.0 (2021-11-10)
8
+
9
+ * Regenerated from discovery document revision 20211104
10
+
11
+ ### v0.20.0 (2021-11-03)
12
+
13
+ * Regenerated from discovery document revision 20211028
14
+
15
+ ### v0.19.0 (2021-10-26)
16
+
17
+ * Regenerated from discovery document revision 20211021
18
+
3
19
  ### v0.18.0 (2021-10-12)
4
20
 
5
21
  * Regenerated from discovery document revision 20211011
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Retail service in particular.)
67
67
 
@@ -647,6 +647,35 @@ module Google
647
647
  end
648
648
  end
649
649
 
650
+ # Metadata related to the progress of the AddLocalInventories operation.
651
+ # Currently empty because there is no meaningful metadata populated from the
652
+ # AddLocalInventories method.
653
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
654
+ include Google::Apis::Core::Hashable
655
+
656
+ def initialize(**args)
657
+ update!(**args)
658
+ end
659
+
660
+ # Update properties of this object
661
+ def update!(**args)
662
+ end
663
+ end
664
+
665
+ # Response of the AddLocalInventories API. Currently empty because there is no
666
+ # meaningful response populated from the AddLocalInventories method.
667
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
668
+ include Google::Apis::Core::Hashable
669
+
670
+ def initialize(**args)
671
+ update!(**args)
672
+ end
673
+
674
+ # Update properties of this object
675
+ def update!(**args)
676
+ end
677
+ end
678
+
650
679
  # Configuration of destination for Export related errors.
651
680
  class GoogleCloudRetailV2alphaExportErrorsConfig
652
681
  include Google::Apis::Core::Hashable
@@ -1003,6 +1032,35 @@ module Google
1003
1032
  end
1004
1033
  end
1005
1034
 
1035
+ # Metadata related to the progress of the RemoveLocalInventories operation.
1036
+ # Currently empty because there is no meaningful metadata populated from the
1037
+ # RemoveLocalInventories method.
1038
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
1039
+ include Google::Apis::Core::Hashable
1040
+
1041
+ def initialize(**args)
1042
+ update!(**args)
1043
+ end
1044
+
1045
+ # Update properties of this object
1046
+ def update!(**args)
1047
+ end
1048
+ end
1049
+
1050
+ # Response of the RemoveLocalInventories API. Currently empty because there is
1051
+ # no meaningful response populated from the RemoveLocalInventories method.
1052
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
1053
+ include Google::Apis::Core::Hashable
1054
+
1055
+ def initialize(**args)
1056
+ update!(**args)
1057
+ end
1058
+
1059
+ # Update properties of this object
1060
+ def update!(**args)
1061
+ end
1062
+ end
1063
+
1006
1064
  # Metadata related to the progress of the SetInventory operation. Currently
1007
1065
  # empty because there is no meaningful metadata populated from the SetInventory
1008
1066
  # method.
@@ -1098,7 +1156,7 @@ module Google
1098
1156
  # or the region IDs for "same-day-delivery" to be added for this type. Duplicate
1099
1157
  # IDs will be automatically ignored. At least 1 value is required, and a maximum
1100
1158
  # of 2000 values are allowed. Each value must be a string with a length limit of
1101
- # 10 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1" or "
1159
+ # 10 characters, matching the pattern `[a-zA-Z0-9_-]+`, such as "store1" or "
1102
1160
  # REGION-2". Otherwise, an INVALID_ARGUMENT error is returned. If the total
1103
1161
  # number of place IDs exceeds 2000 for this type after adding, then the update
1104
1162
  # will be rejected.
@@ -1624,7 +1682,7 @@ module Google
1624
1682
  # The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-
1625
1683
  # in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A
1626
1684
  # maximum of 3000 values are allowed. Each value must be a string with a length
1627
- # limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1"
1685
+ # limit of 30 characters, matching the pattern `[a-zA-Z0-9_-]+`, such as "store1"
1628
1686
  # or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.
1629
1687
  # Corresponds to the JSON property `placeIds`
1630
1688
  # @return [Array<String>]
@@ -1914,8 +1972,8 @@ module Google
1914
1972
 
1915
1973
  # Unique identifier provided by client, within the ancestor dataset scope.
1916
1974
  # Ensures idempotency and used for request deduplication. Server-generated if
1917
- # unspecified. Up to 128 characters long and must match the pattern: "[a-zA-Z0-
1918
- # 9_]+". This is returned as Operation.name in ImportMetadata. Only supported
1975
+ # unspecified. Up to 128 characters long and must match the pattern: `[a-zA-Z0-
1976
+ # 9_]+`. This is returned as Operation.name in ImportMetadata. Only supported
1919
1977
  # when ImportProductsRequest.reconciliation_mode is set to `FULL`.
1920
1978
  # Corresponds to the JSON property `requestId`
1921
1979
  # @return [String]
@@ -2404,7 +2462,7 @@ module Google
2404
2462
  # :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
2405
2463
  # INVALID_ARGUMENT error is returned: * Max entries count: 200. * The key must
2406
2464
  # be a UTF-8 encoded string with a length limit of 128 characters. * For
2407
- # indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example,
2465
+ # indexable attribute, the key must match the pattern: `a-zA-Z0-9*`. For example,
2408
2466
  # key0LikeThis or KEY_1_LIKE_THIS.
2409
2467
  # Corresponds to the JSON property `attributes`
2410
2468
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
@@ -2669,12 +2727,13 @@ module Google
2669
2727
  # @return [String]
2670
2728
  attr_accessor :title
2671
2729
 
2672
- # Input only. The TTL (time to live) of the product. If it is set, expire_time
2673
- # is set as current timestamp plus ttl. The derived expire_time is returned in
2674
- # the output and ttl is left blank when retrieving the Product. If it is set,
2675
- # the product is not available for SearchService.Search after current timestamp
2676
- # plus ttl. However, the product can still be retrieved by ProductService.
2677
- # GetProduct and ProductService.ListProducts.
2730
+ # Input only. The TTL (time to live) of the product. If it is set, it must be a
2731
+ # non-negative value, and expire_time is set as current timestamp plus ttl. The
2732
+ # derived expire_time is returned in the output and ttl is left blank when
2733
+ # retrieving the Product. If it is set, the product is not available for
2734
+ # SearchService.Search after current timestamp plus ttl. However, the product
2735
+ # can still be retrieved by ProductService.GetProduct and ProductService.
2736
+ # ListProducts.
2678
2737
  # Corresponds to the JSON property `ttl`
2679
2738
  # @return [String]
2680
2739
  attr_accessor :ttl
@@ -2833,15 +2892,15 @@ module Google
2833
2892
  include Google::Apis::Core::Hashable
2834
2893
 
2835
2894
  # The type of Products allowed to be ingested into the catalog. Acceptable
2836
- # values are: * `primary` (default): You can only ingest Product.Type.PRIMARY
2837
- # Products. This means Product.primary_product_id can only be empty or set to
2838
- # the same value as Product.id. * `variant`: You can only ingest Product.Type.
2839
- # VARIANT Products. This means Product.primary_product_id cannot be empty. If
2840
- # this field is set to an invalid value other than these, an INVALID_ARGUMENT
2841
- # error is returned. If this field is `variant` and
2842
- # merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
2843
- # is returned. See [Using product levels](https://cloud.google.com/retail/
2844
- # recommendations-ai/docs/catalog#product-levels) for more details.
2895
+ # values are: * `primary` (default): You can ingest Products of all types. When
2896
+ # ingesting a Product, its type will default to Product.Type.PRIMARY if unset. *
2897
+ # `variant`: You can only ingest Product.Type.VARIANT Products. This means
2898
+ # Product.primary_product_id cannot be empty. If this field is set to an invalid
2899
+ # value other than these, an INVALID_ARGUMENT error is returned. If this field
2900
+ # is `variant` and merchant_center_product_id_field is `itemGroupId`, an
2901
+ # INVALID_ARGUMENT error is returned. See [Using product levels](https://cloud.
2902
+ # google.com/retail/recommendations-ai/docs/catalog#product-levels) for more
2903
+ # details.
2845
2904
  # Corresponds to the JSON property `ingestionProductType`
2846
2905
  # @return [String]
2847
2906
  attr_accessor :ingestion_product_type
@@ -2876,8 +2935,8 @@ module Google
2876
2935
  include Google::Apis::Core::Hashable
2877
2936
 
2878
2937
  # ID of the promotion. For example, "free gift". The value value must be a UTF-8
2879
- # encoded string with a length limit of 128 characters, and match the pattern: a-
2880
- # zA-Z*. For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an
2938
+ # encoded string with a length limit of 128 characters, and match the pattern: `
2939
+ # a-zA-Z*`. For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an
2881
2940
  # INVALID_ARGUMENT error is returned. Google Merchant Center property [promotion]
2882
2941
  # (https://support.google.com/merchants/answer/7050148).
2883
2942
  # Corresponds to the JSON property `promotionId`
@@ -3138,7 +3197,7 @@ module Google
3138
3197
  # or the region IDs for "same-day-delivery", to be removed for this type. At
3139
3198
  # least 1 value is required, and a maximum of 2000 values are allowed. Each
3140
3199
  # value must be a string with a length limit of 10 characters, matching the
3141
- # pattern [a-zA-Z0-9_-]+, such as "store1" or "REGION-2". Otherwise, an
3200
+ # pattern `[a-zA-Z0-9_-]+`, such as "store1" or "REGION-2". Otherwise, an
3142
3201
  # INVALID_ARGUMENT error is returned.
3143
3202
  # Corresponds to the JSON property `placeIds`
3144
3203
  # @return [Array<String>]
@@ -3290,6 +3349,12 @@ module Google
3290
3349
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec]
3291
3350
  attr_accessor :query_expansion_spec
3292
3351
 
3352
+ # The search mode of the search request. If not specified, a single search
3353
+ # request triggers both product search and faceted search.
3354
+ # Corresponds to the JSON property `searchMode`
3355
+ # @return [String]
3356
+ attr_accessor :search_mode
3357
+
3293
3358
  # Information of an end user.
3294
3359
  # Corresponds to the JSON property `userInfo`
3295
3360
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserInfo]
@@ -3303,10 +3368,11 @@ module Google
3303
3368
  # fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
3304
3369
  # fulfillment type and "store123" is the store ID. Supported keys are: *
3305
3370
  # colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
3306
- # attributes.key, where key is any key in the Product.attributes map. *
3307
- # pickupInStore.id, where id is any FulfillmentInfo.place_ids for
3308
- # FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where id is any
3309
- # FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
3371
+ # inventory(place_id,attributes.key), where key is any key in the Product.
3372
+ # inventories.attributes map. * attributes.key, where key is any key in the
3373
+ # Product.attributes map. * pickupInStore.id, where id is any FulfillmentInfo.
3374
+ # place_ids for FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where
3375
+ # id is any FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
3310
3376
  # sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
3311
3377
  # FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
3312
3378
  # any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
@@ -3352,6 +3418,7 @@ module Google
3352
3418
  @page_token = args[:page_token] if args.key?(:page_token)
3353
3419
  @query = args[:query] if args.key?(:query)
3354
3420
  @query_expansion_spec = args[:query_expansion_spec] if args.key?(:query_expansion_spec)
3421
+ @search_mode = args[:search_mode] if args.key?(:search_mode)
3355
3422
  @user_info = args[:user_info] if args.key?(:user_info)
3356
3423
  @variant_rollup_keys = args[:variant_rollup_keys] if args.key?(:variant_rollup_keys)
3357
3424
  @visitor_id = args[:visitor_id] if args.key?(:visitor_id)
@@ -3529,9 +3596,10 @@ module Google
3529
3596
  # colors" * "sizes" * "materials" * "patterns" * "conditions" * "attributes.key"
3530
3597
  # * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
3531
3598
  # customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
3532
- # customFulfillment4" * "customFulfillment5" * numerical_field = * "price" * "
3533
- # discount" * "rating" * "ratingCount" * "attributes.key" * "inventory(place_id,
3534
- # price)"
3599
+ # customFulfillment4" * "customFulfillment5" * "inventory(place_id,attributes.
3600
+ # key)" * numerical_field = * "price" * "discount" * "rating" * "ratingCount" * "
3601
+ # attributes.key" * "inventory(place_id,price)" * "inventory(place_id,attributes.
3602
+ # key)"
3535
3603
  # Corresponds to the JSON property `key`
3536
3604
  # @return [String]
3537
3605
  attr_accessor :key
@@ -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.18.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211011"
25
+ REVISION = "20211116"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,18 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
175
187
  class GoogleCloudRetailV2alphaExportErrorsConfig
176
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
189
 
@@ -262,6 +274,18 @@ module Google
262
274
  include Google::Apis::Core::JsonObjectSupport
263
275
  end
264
276
 
277
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
265
289
  class GoogleCloudRetailV2alphaSetInventoryMetadata
266
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
291
 
@@ -960,6 +984,18 @@ module Google
960
984
  end
961
985
  end
962
986
 
987
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
988
+ # @private
989
+ class Representation < Google::Apis::Core::JsonRepresentation
990
+ end
991
+ end
992
+
993
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
994
+ # @private
995
+ class Representation < Google::Apis::Core::JsonRepresentation
996
+ end
997
+ end
998
+
963
999
  class GoogleCloudRetailV2alphaExportErrorsConfig
964
1000
  # @private
965
1001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1082,6 +1118,18 @@ module Google
1082
1118
  end
1083
1119
  end
1084
1120
 
1121
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
1122
+ # @private
1123
+ class Representation < Google::Apis::Core::JsonRepresentation
1124
+ end
1125
+ end
1126
+
1127
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
1128
+ # @private
1129
+ class Representation < Google::Apis::Core::JsonRepresentation
1130
+ end
1131
+ end
1132
+
1085
1133
  class GoogleCloudRetailV2alphaSetInventoryMetadata
1086
1134
  # @private
1087
1135
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1648,6 +1696,7 @@ module Google
1648
1696
  property :query, as: 'query'
1649
1697
  property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec::Representation
1650
1698
 
1699
+ property :search_mode, as: 'searchMode'
1651
1700
  property :user_info, as: 'userInfo', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserInfo, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserInfo::Representation
1652
1701
 
1653
1702
  collection :variant_rollup_keys, as: 'variantRollupKeys'
@@ -67,10 +67,10 @@ module Google
67
67
  # cloud-retail, contact Cloud Retail support team first.
68
68
  # @param [String] device_type
69
69
  # The device type context for completion suggestions. It is useful to apply
70
- # different suggestions on different device types, e.g. DESKTOP, MOBILE. If it
71
- # is empty, the suggestions are across all device types. Supported formats: *
72
- # UNKNOWN_DEVICE_TYPE * DESKTOP * MOBILE * A customized string starts with
73
- # OTHER_, e.g. OTHER_IPHONE.
70
+ # different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If
71
+ # it is empty, the suggestions are across all device types. Supported formats: *
72
+ # `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with
73
+ # `OTHER_`, e.g. `OTHER_IPHONE`.
74
74
  # @param [Array<String>, String] language_codes
75
75
  # The list of languages of the query. This is the BCP-47 language code, such as "
76
76
  # en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages]
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.18.0
4
+ version: 0.22.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.18.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
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.22.0
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: []
65
65
  require_paths: