google-apis-retail_v2alpha 0.59.0 → 0.60.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: 6d13efa57b4942140eec7c9494e6b925d305d3acd5e29faac250437235e90f8a
4
- data.tar.gz: 340a40068cf6bab9e66e40586e39bbe5ff315ccbb9a1f917b83eabc089cecd61
3
+ metadata.gz: 33f1aa22e40733f81b77a87bcf9e0d40b867ec850a669aa9ea486a9e5e7afa25
4
+ data.tar.gz: ec8ed9ff901c2a649e5da04879ac536166bfcc6598dbb19e6ec672307ce7ba94
5
5
  SHA512:
6
- metadata.gz: 2717a5174a0544d0016f308faa923ef6d33b6c35e8ea65cd68aa83667a0f055bc70f040b2fef864b7cdb4de6c388aa511e3e0a2b697a9b9386116c6ebe29170d
7
- data.tar.gz: fc91284377e775dfa7eb7a5fda6d688826a2e73e4b9b22df7f909fbbcc4088ea408d00056823d7f7b10d516c61fd80de0cdf9ed7509df826c85af02825ed6606
6
+ metadata.gz: eb4f15bcd9cb61d1d0038346cb601f4f9a62fdb4f19904916ad74a66c544da08dc944417105662dc59fe4efc036b0188f3f5225c294260aa03a8bcdc16a1b477
7
+ data.tar.gz: 45e08411a55ece03451715e0f13297e733335ae90bd35f75c18415da32414fcaf229b29e8d49b32da02683607d19bf210049af3916dd8926d9607497a0c7a9f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.60.0 (2022-10-20)
4
+
5
+ * Regenerated from discovery document revision 20221014
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.59.0 (2022-10-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20220922
@@ -106,9 +106,9 @@ module Google
106
106
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailLoggingErrorContext]
107
107
  attr_accessor :context
108
108
 
109
- # The error payload that is populated on LRO import APIs. Including: "google.
110
- # cloud.retail.v2.ProductService.ImportProducts" "google.cloud.retail.v2.
111
- # EventService.ImportUserEvents"
109
+ # The error payload that is populated on LRO import APIs, including "google.
110
+ # cloud.retail.v2.ProductService.ImportProducts" and "google.cloud.retail.v2.
111
+ # EventService.ImportUserEvents".
112
112
  # Corresponds to the JSON property `importPayload`
113
113
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailLoggingImportErrorContext]
114
114
  attr_accessor :import_payload
@@ -186,9 +186,9 @@ module Google
186
186
  end
187
187
  end
188
188
 
189
- # The error payload that is populated on LRO import APIs. Including: "google.
190
- # cloud.retail.v2.ProductService.ImportProducts" "google.cloud.retail.v2.
191
- # EventService.ImportUserEvents"
189
+ # The error payload that is populated on LRO import APIs, including "google.
190
+ # cloud.retail.v2.ProductService.ImportProducts" and "google.cloud.retail.v2.
191
+ # EventService.ImportUserEvents".
192
192
  class GoogleCloudRetailLoggingImportErrorContext
193
193
  include Google::Apis::Core::Hashable
194
194
 
@@ -203,12 +203,6 @@ 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
-
212
206
  # Line number of the content in file. Should be empty for permission or batch
213
207
  # operation error.
214
208
  # Corresponds to the JSON property `lineNumber`
@@ -220,37 +214,6 @@ module Google
220
214
  # @return [String]
221
215
  attr_accessor :operation_name
222
216
 
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
-
254
217
  # The detailed content which caused the error on importing a product.
255
218
  # Corresponds to the JSON property `product`
256
219
  # @return [String]
@@ -269,14 +232,8 @@ module Google
269
232
  def update!(**args)
270
233
  @catalog_item = args[:catalog_item] if args.key?(:catalog_item)
271
234
  @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
272
- @inventory_activity = args[:inventory_activity] if args.key?(:inventory_activity)
273
235
  @line_number = args[:line_number] if args.key?(:line_number)
274
236
  @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)
280
237
  @product = args[:product] if args.key?(:product)
281
238
  @user_event = args[:user_event] if args.key?(:user_event)
282
239
  end
@@ -1863,7 +1820,8 @@ module Google
1863
1820
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportErrorsConfig]
1864
1821
  attr_accessor :errors_config
1865
1822
 
1866
- # Output result.
1823
+ # Output result that stores the information about where the exported data is
1824
+ # stored.
1867
1825
  # Corresponds to the JSON property `outputResult`
1868
1826
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputResult]
1869
1827
  attr_accessor :output_result
@@ -1896,7 +1854,8 @@ module Google
1896
1854
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportErrorsConfig]
1897
1855
  attr_accessor :errors_config
1898
1856
 
1899
- # Output result.
1857
+ # Output result that stores the information about where the exported data is
1858
+ # stored.
1900
1859
  # Corresponds to the JSON property `outputResult`
1901
1860
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputResult]
1902
1861
  attr_accessor :output_result
@@ -1949,6 +1908,25 @@ module Google
1949
1908
  end
1950
1909
  end
1951
1910
 
1911
+ # A Gcs output result.
1912
+ class GoogleCloudRetailV2alphaGcsOutputResult
1913
+ include Google::Apis::Core::Hashable
1914
+
1915
+ # The uri of Gcs output
1916
+ # Corresponds to the JSON property `outputUri`
1917
+ # @return [String]
1918
+ attr_accessor :output_uri
1919
+
1920
+ def initialize(**args)
1921
+ update!(**args)
1922
+ end
1923
+
1924
+ # Update properties of this object
1925
+ def update!(**args)
1926
+ @output_uri = args[:output_uri] if args.key?(:output_uri)
1927
+ end
1928
+ end
1929
+
1952
1930
  # Google Cloud Storage location for input content.
1953
1931
  class GoogleCloudRetailV2alphaGcsSource
1954
1932
  include Google::Apis::Core::Hashable
@@ -2953,15 +2931,21 @@ module Google
2953
2931
  end
2954
2932
  end
2955
2933
 
2956
- # Output result.
2934
+ # Output result that stores the information about where the exported data is
2935
+ # stored.
2957
2936
  class GoogleCloudRetailV2alphaOutputResult
2958
2937
  include Google::Apis::Core::Hashable
2959
2938
 
2960
- # Export result in BigQuery.
2939
+ # The BigQuery location where the result is stored.
2961
2940
  # Corresponds to the JSON property `bigqueryResult`
2962
2941
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaBigQueryOutputResult>]
2963
2942
  attr_accessor :bigquery_result
2964
2943
 
2944
+ # The Google Cloud Storage location where the result is stored.
2945
+ # Corresponds to the JSON property `gcsResult`
2946
+ # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaGcsOutputResult>]
2947
+ attr_accessor :gcs_result
2948
+
2965
2949
  def initialize(**args)
2966
2950
  update!(**args)
2967
2951
  end
@@ -2969,6 +2953,7 @@ module Google
2969
2953
  # Update properties of this object
2970
2954
  def update!(**args)
2971
2955
  @bigquery_result = args[:bigquery_result] if args.key?(:bigquery_result)
2956
+ @gcs_result = args[:gcs_result] if args.key?(:gcs_result)
2972
2957
  end
2973
2958
  end
2974
2959
 
@@ -6408,7 +6393,8 @@ module Google
6408
6393
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaExportErrorsConfig]
6409
6394
  attr_accessor :errors_config
6410
6395
 
6411
- # Output result.
6396
+ # Output result that stores the information about where the exported data is
6397
+ # stored.
6412
6398
  # Corresponds to the JSON property `outputResult`
6413
6399
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaOutputResult]
6414
6400
  attr_accessor :output_result
@@ -6441,7 +6427,8 @@ module Google
6441
6427
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaExportErrorsConfig]
6442
6428
  attr_accessor :errors_config
6443
6429
 
6444
- # Output result.
6430
+ # Output result that stores the information about where the exported data is
6431
+ # stored.
6445
6432
  # Corresponds to the JSON property `outputResult`
6446
6433
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaOutputResult]
6447
6434
  attr_accessor :output_result
@@ -6458,6 +6445,25 @@ module Google
6458
6445
  end
6459
6446
  end
6460
6447
 
6448
+ # A Gcs output result.
6449
+ class GoogleCloudRetailV2betaGcsOutputResult
6450
+ include Google::Apis::Core::Hashable
6451
+
6452
+ # The uri of Gcs output
6453
+ # Corresponds to the JSON property `outputUri`
6454
+ # @return [String]
6455
+ attr_accessor :output_uri
6456
+
6457
+ def initialize(**args)
6458
+ update!(**args)
6459
+ end
6460
+
6461
+ # Update properties of this object
6462
+ def update!(**args)
6463
+ @output_uri = args[:output_uri] if args.key?(:output_uri)
6464
+ end
6465
+ end
6466
+
6461
6467
  # Response of the ImportCompletionDataRequest. If the long running operation is
6462
6468
  # done, this message is returned by the google.longrunning.Operations.response
6463
6469
  # field if the operation is successful.
@@ -6775,15 +6781,21 @@ module Google
6775
6781
  end
6776
6782
  end
6777
6783
 
6778
- # Output result.
6784
+ # Output result that stores the information about where the exported data is
6785
+ # stored.
6779
6786
  class GoogleCloudRetailV2betaOutputResult
6780
6787
  include Google::Apis::Core::Hashable
6781
6788
 
6782
- # Export result in BigQuery.
6789
+ # The BigQuery location where the result is stored.
6783
6790
  # Corresponds to the JSON property `bigqueryResult`
6784
6791
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaBigQueryOutputResult>]
6785
6792
  attr_accessor :bigquery_result
6786
6793
 
6794
+ # The Google Cloud Storage location where the result is stored.
6795
+ # Corresponds to the JSON property `gcsResult`
6796
+ # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaGcsOutputResult>]
6797
+ attr_accessor :gcs_result
6798
+
6787
6799
  def initialize(**args)
6788
6800
  update!(**args)
6789
6801
  end
@@ -6791,6 +6803,7 @@ module Google
6791
6803
  # Update properties of this object
6792
6804
  def update!(**args)
6793
6805
  @bigquery_result = args[:bigquery_result] if args.key?(:bigquery_result)
6806
+ @gcs_result = args[:gcs_result] if args.key?(:gcs_result)
6794
6807
  end
6795
6808
  end
6796
6809
 
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220922"
25
+ REVISION = "20221014"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,12 @@ module Google
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
+ class GoogleCloudRetailV2alphaGcsOutputResult
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
391
397
  class GoogleCloudRetailV2alphaGcsSource
392
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
399
 
@@ -1030,6 +1036,12 @@ module Google
1030
1036
  include Google::Apis::Core::JsonObjectSupport
1031
1037
  end
1032
1038
 
1039
+ class GoogleCloudRetailV2betaGcsOutputResult
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1033
1045
  class GoogleCloudRetailV2betaImportCompletionDataResponse
1034
1046
  class Representation < Google::Apis::Core::JsonRepresentation; end
1035
1047
 
@@ -1234,14 +1246,8 @@ module Google
1234
1246
  class Representation < Google::Apis::Core::JsonRepresentation
1235
1247
  property :catalog_item, as: 'catalogItem'
1236
1248
  property :gcs_path, as: 'gcsPath'
1237
- property :inventory_activity, as: 'inventoryActivity'
1238
1249
  property :line_number, as: 'lineNumber'
1239
1250
  property :operation_name, as: 'operationName'
1240
- property :order, as: 'order'
1241
- property :place, as: 'place'
1242
- property :place_asset, as: 'placeAsset'
1243
- property :place_product_price, as: 'placeProductPrice'
1244
- property :place_product_settings, as: 'placeProductSettings'
1245
1251
  property :product, as: 'product'
1246
1252
  property :user_event, as: 'userEvent'
1247
1253
  end
@@ -1721,6 +1727,13 @@ module Google
1721
1727
  end
1722
1728
  end
1723
1729
 
1730
+ class GoogleCloudRetailV2alphaGcsOutputResult
1731
+ # @private
1732
+ class Representation < Google::Apis::Core::JsonRepresentation
1733
+ property :output_uri, as: 'outputUri'
1734
+ end
1735
+ end
1736
+
1724
1737
  class GoogleCloudRetailV2alphaGcsSource
1725
1738
  # @private
1726
1739
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1992,6 +2005,8 @@ module Google
1992
2005
  class Representation < Google::Apis::Core::JsonRepresentation
1993
2006
  collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaBigQueryOutputResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaBigQueryOutputResult::Representation
1994
2007
 
2008
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaGcsOutputResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaGcsOutputResult::Representation
2009
+
1995
2010
  end
1996
2011
  end
1997
2012
 
@@ -2801,6 +2816,13 @@ module Google
2801
2816
  end
2802
2817
  end
2803
2818
 
2819
+ class GoogleCloudRetailV2betaGcsOutputResult
2820
+ # @private
2821
+ class Representation < Google::Apis::Core::JsonRepresentation
2822
+ property :output_uri, as: 'outputUri'
2823
+ end
2824
+ end
2825
+
2804
2826
  class GoogleCloudRetailV2betaImportCompletionDataResponse
2805
2827
  # @private
2806
2828
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2883,6 +2905,8 @@ module Google
2883
2905
  class Representation < Google::Apis::Core::JsonRepresentation
2884
2906
  collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
2885
2907
 
2908
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaGcsOutputResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaGcsOutputResult::Representation
2909
+
2886
2910
  end
2887
2911
  end
2888
2912
 
@@ -66,11 +66,11 @@ module Google
66
66
  # first. See [guidelines](https://cloud.google.com/retail/docs/completion-
67
67
  # overview#generated-completion-dataset).
68
68
  # @param [String] device_type
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
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`.
69
+ # The device type context for completion suggestions. We recommend that you
70
+ # leave this field empty. It can apply different suggestions on different device
71
+ # types, e.g. `DESKTOP`, `MOBILE`. If it is empty, the suggestions are across
72
+ # all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `
73
+ # MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
74
74
  # @param [Array<String>, String] language_codes
75
75
  # Note that this field applies for `user-data` dataset only. For requests with `
76
76
  # cloud-retail` dataset, setting this field has no effect. The language filters
@@ -2195,6 +2195,14 @@ module Google
2195
2195
  # The event timestamp in milliseconds. This prevents browser caching of
2196
2196
  # otherwise identical get requests. The name is abbreviated to reduce the
2197
2197
  # payload bytes.
2198
+ # @param [String] prebuilt_rule
2199
+ # The prebuilt rule name that can convert a specific type of raw_json. For
2200
+ # example: "default_schema/v1.0"
2201
+ # @param [String] raw_json
2202
+ # An arbitrary serialized JSON string that contains necessary information that
2203
+ # can comprise a user event. When this field is specified, the user_event field
2204
+ # will be ignored. Note: line-delimited JSON is not supported, a single JSON
2205
+ # only.
2198
2206
  # @param [String] uri
2199
2207
  # The URL including cgi-parameters but excluding the hash fragment with a length
2200
2208
  # limit of 5,000 characters. This is often more useful than the referer URL,
@@ -2219,12 +2227,14 @@ module Google
2219
2227
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2220
2228
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2221
2229
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2222
- def collect_project_location_catalog_user_event(parent, ets: nil, uri: nil, user_event: nil, fields: nil, quota_user: nil, options: nil, &block)
2230
+ def collect_project_location_catalog_user_event(parent, ets: nil, prebuilt_rule: nil, raw_json: nil, uri: nil, user_event: nil, fields: nil, quota_user: nil, options: nil, &block)
2223
2231
  command = make_simple_command(:get, 'v2alpha/{+parent}/userEvents:collect', options)
2224
2232
  command.response_representation = Google::Apis::RetailV2alpha::GoogleApiHttpBody::Representation
2225
2233
  command.response_class = Google::Apis::RetailV2alpha::GoogleApiHttpBody
2226
2234
  command.params['parent'] = parent unless parent.nil?
2227
2235
  command.query['ets'] = ets unless ets.nil?
2236
+ command.query['prebuiltRule'] = prebuilt_rule unless prebuilt_rule.nil?
2237
+ command.query['rawJson'] = raw_json unless raw_json.nil?
2228
2238
  command.query['uri'] = uri unless uri.nil?
2229
2239
  command.query['userEvent'] = user_event unless user_event.nil?
2230
2240
  command.query['fields'] = fields unless fields.nil?
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.59.0
4
+ version: 0.60.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-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-21 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.60.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: []