google-apis-retail_v2beta 0.56.0 → 0.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 798d9ec10798bfda967bf696ec3e07c2a59c6b16cf6ac7e2d584e70f668ed943
4
- data.tar.gz: c3797cf568d5ce50ea3762a489b01f340598f9249d91065c084fbf34c6c329a8
3
+ metadata.gz: af353d356d020d32747b99baba34c321664e63bf37dbe6f91c4c6380c805ef89
4
+ data.tar.gz: bdc3d7821aa50116e8e72bd7b52551e1e7487d6ba8d2302855725c618e1ab315
5
5
  SHA512:
6
- metadata.gz: '020395333939f48e165b9c376a0282aba35f7063e97fe89c4ebeddc596ee8761ca40b55bc13b38169a654e4d1fa7b93dad31d07bba7d613ac3843c545f166bc0'
7
- data.tar.gz: 234c28d8769919f4f71a18802bd07a0750a58e20ebb70a7ba45c17ef25e0ebaf8d91db851f829f9532cd913276df7f6bfe3a4f5d56ee7427aafbf4fea0de81d5
6
+ metadata.gz: eee397b9b1ffe188d5eccc129ae5ff8976ab1952475d8e1d9069b292816fae22d873fadd516fe496f851a2bd15391308d8cf9214399928099c3fb04823d4cd5f
7
+ data.tar.gz: fe3b7454b1c92edaa98c92e7a644000911860fa47fb1e05a590cdf3f3677bbf375c68d00194b7e9556809f1a40589649130eda04c82af3106f52ca7d4e643d15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.58.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221024
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.57.0 (2022-09-28)
9
+
10
+ * Regenerated from discovery document revision 20220922
11
+
3
12
  ### v0.56.0 (2022-09-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20220917
@@ -106,9 +106,9 @@ module Google
106
106
  # @return [Google::Apis::RetailV2beta::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::RetailV2beta::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
 
@@ -849,7 +849,8 @@ module Google
849
849
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig]
850
850
  attr_accessor :errors_config
851
851
 
852
- # Output result.
852
+ # Output result that stores the information about where the exported data is
853
+ # stored.
853
854
  # Corresponds to the JSON property `outputResult`
854
855
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult]
855
856
  attr_accessor :output_result
@@ -882,7 +883,8 @@ module Google
882
883
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig]
883
884
  attr_accessor :errors_config
884
885
 
885
- # Output result.
886
+ # Output result that stores the information about where the exported data is
887
+ # stored.
886
888
  # Corresponds to the JSON property `outputResult`
887
889
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult]
888
890
  attr_accessor :output_result
@@ -899,6 +901,25 @@ module Google
899
901
  end
900
902
  end
901
903
 
904
+ # A Gcs output result.
905
+ class GoogleCloudRetailV2alphaGcsOutputResult
906
+ include Google::Apis::Core::Hashable
907
+
908
+ # The uri of Gcs output
909
+ # Corresponds to the JSON property `outputUri`
910
+ # @return [String]
911
+ attr_accessor :output_uri
912
+
913
+ def initialize(**args)
914
+ update!(**args)
915
+ end
916
+
917
+ # Update properties of this object
918
+ def update!(**args)
919
+ @output_uri = args[:output_uri] if args.key?(:output_uri)
920
+ end
921
+ end
922
+
902
923
  # Response of the ImportCompletionDataRequest. If the long running operation is
903
924
  # done, this message is returned by the google.longrunning.Operations.response
904
925
  # field if the operation is successful.
@@ -1329,15 +1350,21 @@ module Google
1329
1350
  end
1330
1351
  end
1331
1352
 
1332
- # Output result.
1353
+ # Output result that stores the information about where the exported data is
1354
+ # stored.
1333
1355
  class GoogleCloudRetailV2alphaOutputResult
1334
1356
  include Google::Apis::Core::Hashable
1335
1357
 
1336
- # Export result in BigQuery.
1358
+ # The BigQuery location where the result is stored.
1337
1359
  # Corresponds to the JSON property `bigqueryResult`
1338
1360
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult>]
1339
1361
  attr_accessor :bigquery_result
1340
1362
 
1363
+ # The Google Cloud Storage location where the result is stored.
1364
+ # Corresponds to the JSON property `gcsResult`
1365
+ # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaGcsOutputResult>]
1366
+ attr_accessor :gcs_result
1367
+
1341
1368
  def initialize(**args)
1342
1369
  update!(**args)
1343
1370
  end
@@ -1345,6 +1372,7 @@ module Google
1345
1372
  # Update properties of this object
1346
1373
  def update!(**args)
1347
1374
  @bigquery_result = args[:bigquery_result] if args.key?(:bigquery_result)
1375
+ @gcs_result = args[:gcs_result] if args.key?(:gcs_result)
1348
1376
  end
1349
1377
  end
1350
1378
 
@@ -2134,7 +2162,8 @@ module Google
2134
2162
 
2135
2163
  # If DYNAMIC_FACETABLE_ENABLED, attribute values are available for dynamic facet.
2136
2164
  # Could only be DYNAMIC_FACETABLE_DISABLED if CatalogAttribute.indexable_option
2137
- # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned.
2165
+ # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned. Must
2166
+ # be specified, otherwise throws INVALID_FORMAT error.
2138
2167
  # Corresponds to the JSON property `dynamicFacetableOption`
2139
2168
  # @return [String]
2140
2169
  attr_accessor :dynamic_facetable_option
@@ -2164,7 +2193,8 @@ module Google
2164
2193
 
2165
2194
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2166
2195
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
2167
- # faceted, or boosted in SearchService.Search.
2196
+ # faceted, or boosted in SearchService.Search. Must be specified, otherwise
2197
+ # throws INVALID_FORMAT error.
2168
2198
  # Corresponds to the JSON property `indexableOption`
2169
2199
  # @return [String]
2170
2200
  attr_accessor :indexable_option
@@ -2190,7 +2220,8 @@ module Google
2190
2220
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
2191
2221
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
2192
2222
  # attribute values will not be searchable by text queries in SearchService.
2193
- # Search, as there are no text values associated to numerical attributes.
2223
+ # Search, as there are no text values associated to numerical attributes. Must
2224
+ # be specified, otherwise throws INVALID_FORMAT error.
2194
2225
  # Corresponds to the JSON property `searchableOption`
2195
2226
  # @return [String]
2196
2227
  attr_accessor :searchable_option
@@ -2797,7 +2828,8 @@ module Google
2797
2828
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig]
2798
2829
  attr_accessor :errors_config
2799
2830
 
2800
- # Output result.
2831
+ # Output result that stores the information about where the exported data is
2832
+ # stored.
2801
2833
  # Corresponds to the JSON property `outputResult`
2802
2834
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult]
2803
2835
  attr_accessor :output_result
@@ -2830,7 +2862,8 @@ module Google
2830
2862
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig]
2831
2863
  attr_accessor :errors_config
2832
2864
 
2833
- # Output result.
2865
+ # Output result that stores the information about where the exported data is
2866
+ # stored.
2834
2867
  # Corresponds to the JSON property `outputResult`
2835
2868
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult]
2836
2869
  attr_accessor :output_result
@@ -2883,6 +2916,25 @@ module Google
2883
2916
  end
2884
2917
  end
2885
2918
 
2919
+ # A Gcs output result.
2920
+ class GoogleCloudRetailV2betaGcsOutputResult
2921
+ include Google::Apis::Core::Hashable
2922
+
2923
+ # The uri of Gcs output
2924
+ # Corresponds to the JSON property `outputUri`
2925
+ # @return [String]
2926
+ attr_accessor :output_uri
2927
+
2928
+ def initialize(**args)
2929
+ update!(**args)
2930
+ end
2931
+
2932
+ # Update properties of this object
2933
+ def update!(**args)
2934
+ @output_uri = args[:output_uri] if args.key?(:output_uri)
2935
+ end
2936
+ end
2937
+
2886
2938
  # Google Cloud Storage location for input content.
2887
2939
  class GoogleCloudRetailV2betaGcsSource
2888
2940
  include Google::Apis::Core::Hashable
@@ -3479,11 +3531,11 @@ module Google
3479
3531
  end
3480
3532
  end
3481
3533
 
3482
- # Merchant Center Feed filter criterrion.
3534
+ # Merchant Center Feed filter criterion.
3483
3535
  class GoogleCloudRetailV2betaMerchantCenterFeedFilter
3484
3536
  include Google::Apis::Core::Hashable
3485
3537
 
3486
- # Merchant Center primary feed id.
3538
+ # Merchant Center primary feed ID.
3487
3539
  # Corresponds to the JSON property `primaryFeedId`
3488
3540
  # @return [Fixnum]
3489
3541
  attr_accessor :primary_feed_id
@@ -3511,11 +3563,11 @@ module Google
3511
3563
  class GoogleCloudRetailV2betaMerchantCenterLink
3512
3564
  include Google::Apis::Core::Hashable
3513
3565
 
3514
- # The branch id (e.g. 0/1/2) within this catalog that products from
3566
+ # The branch ID (e.g. 0/1/2) within this catalog that products from
3515
3567
  # merchant_center_account_id are streamed to. When updating this field, an empty
3516
3568
  # value will use the currently configured default branch. However, changing the
3517
3569
  # default branch later on won't change the linked branch here. A single branch
3518
- # id can only have one linked merchant center account id.
3570
+ # ID can only have one linked merchant center account ID.
3519
3571
  # Corresponds to the JSON property `branchId`
3520
3572
  # @return [String]
3521
3573
  attr_accessor :branch_id
@@ -3545,7 +3597,7 @@ module Google
3545
3597
  # @return [String]
3546
3598
  attr_accessor :language_code
3547
3599
 
3548
- # Required. The linked [Merchant center account id](https://developers.google.
3600
+ # Required. The linked [Merchant center account ID](https://developers.google.
3549
3601
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
3550
3602
  # account or a sub-account of a MCA.
3551
3603
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -3755,15 +3807,21 @@ module Google
3755
3807
  end
3756
3808
  end
3757
3809
 
3758
- # Output result.
3810
+ # Output result that stores the information about where the exported data is
3811
+ # stored.
3759
3812
  class GoogleCloudRetailV2betaOutputResult
3760
3813
  include Google::Apis::Core::Hashable
3761
3814
 
3762
- # Export result in BigQuery.
3815
+ # The BigQuery location where the result is stored.
3763
3816
  # Corresponds to the JSON property `bigqueryResult`
3764
3817
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult>]
3765
3818
  attr_accessor :bigquery_result
3766
3819
 
3820
+ # The Google Cloud Storage location where the result is stored.
3821
+ # Corresponds to the JSON property `gcsResult`
3822
+ # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsOutputResult>]
3823
+ attr_accessor :gcs_result
3824
+
3767
3825
  def initialize(**args)
3768
3826
  update!(**args)
3769
3827
  end
@@ -3771,6 +3829,7 @@ module Google
3771
3829
  # Update properties of this object
3772
3830
  def update!(**args)
3773
3831
  @bigquery_result = args[:bigquery_result] if args.key?(:bigquery_result)
3832
+ @gcs_result = args[:gcs_result] if args.key?(:gcs_result)
3774
3833
  end
3775
3834
  end
3776
3835
 
@@ -3849,7 +3908,7 @@ module Google
3849
3908
  # returned in the `results.metadata` field in the prediction response. * `
3850
3909
  # returnScore`: Boolean. If set to true, the prediction 'score' corresponding to
3851
3910
  # each returned product will be set in the `results.metadata` field in the
3852
- # prediction response. The given 'score' indicates the probability of an product
3911
+ # prediction response. The given 'score' indicates the probability of a product
3853
3912
  # being clicked/purchased given the user's context and history. * `
3854
3913
  # strictFiltering`: Boolean. True by default. If set to false, the service will
3855
3914
  # return generic (unfiltered) popular products instead of empty if your filter
@@ -5724,7 +5783,7 @@ module Google
5724
5783
  attr_accessor :facet_key
5725
5784
 
5726
5785
  # Maximum of facet values that should be returned for this facet. If unspecified,
5727
- # defaults to 20. The maximum allowed value is 300. Values above 300 will be
5786
+ # defaults to 50. The maximum allowed value is 300. Values above 300 will be
5728
5787
  # coerced to 300. If this field is negative, an INVALID_ARGUMENT is returned.
5729
5788
  # Corresponds to the JSON property `limit`
5730
5789
  # @return [Fixnum]
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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 = "20220917"
25
+ REVISION = "20221024"
26
26
  end
27
27
  end
28
28
  end
@@ -244,6 +244,12 @@ module Google
244
244
  include Google::Apis::Core::JsonObjectSupport
245
245
  end
246
246
 
247
+ class GoogleCloudRetailV2alphaGcsOutputResult
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
247
253
  class GoogleCloudRetailV2alphaImportCompletionDataResponse
248
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
255
 
@@ -610,6 +616,12 @@ module Google
610
616
  include Google::Apis::Core::JsonObjectSupport
611
617
  end
612
618
 
619
+ class GoogleCloudRetailV2betaGcsOutputResult
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
613
625
  class GoogleCloudRetailV2betaGcsSource
614
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
627
 
@@ -1470,6 +1482,13 @@ module Google
1470
1482
  end
1471
1483
  end
1472
1484
 
1485
+ class GoogleCloudRetailV2alphaGcsOutputResult
1486
+ # @private
1487
+ class Representation < Google::Apis::Core::JsonRepresentation
1488
+ property :output_uri, as: 'outputUri'
1489
+ end
1490
+ end
1491
+
1473
1492
  class GoogleCloudRetailV2alphaImportCompletionDataResponse
1474
1493
  # @private
1475
1494
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1584,6 +1603,8 @@ module Google
1584
1603
  class Representation < Google::Apis::Core::JsonRepresentation
1585
1604
  collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult::Representation
1586
1605
 
1606
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaGcsOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaGcsOutputResult::Representation
1607
+
1587
1608
  end
1588
1609
  end
1589
1610
 
@@ -2013,6 +2034,13 @@ module Google
2013
2034
  end
2014
2035
  end
2015
2036
 
2037
+ class GoogleCloudRetailV2betaGcsOutputResult
2038
+ # @private
2039
+ class Representation < Google::Apis::Core::JsonRepresentation
2040
+ property :output_uri, as: 'outputUri'
2041
+ end
2042
+ end
2043
+
2016
2044
  class GoogleCloudRetailV2betaGcsSource
2017
2045
  # @private
2018
2046
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2250,6 +2278,8 @@ module Google
2250
2278
  class Representation < Google::Apis::Core::JsonRepresentation
2251
2279
  collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
2252
2280
 
2281
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsOutputResult::Representation
2282
+
2253
2283
  end
2254
2284
  end
2255
2285
 
@@ -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
@@ -2117,6 +2117,14 @@ module Google
2117
2117
  # The event timestamp in milliseconds. This prevents browser caching of
2118
2118
  # otherwise identical get requests. The name is abbreviated to reduce the
2119
2119
  # payload bytes.
2120
+ # @param [String] prebuilt_rule
2121
+ # The prebuilt rule name that can convert a specific type of raw_json. For
2122
+ # example: "default_schema/v1.0"
2123
+ # @param [String] raw_json
2124
+ # An arbitrary serialized JSON string that contains necessary information that
2125
+ # can comprise a user event. When this field is specified, the user_event field
2126
+ # will be ignored. Note: line-delimited JSON is not supported, a single JSON
2127
+ # only.
2120
2128
  # @param [String] uri
2121
2129
  # The URL including cgi-parameters but excluding the hash fragment with a length
2122
2130
  # limit of 5,000 characters. This is often more useful than the referer URL,
@@ -2141,12 +2149,14 @@ module Google
2141
2149
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2142
2150
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2143
2151
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2144
- def collect_project_location_catalog_user_event(parent, ets: nil, uri: nil, user_event: nil, fields: nil, quota_user: nil, options: nil, &block)
2152
+ 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)
2145
2153
  command = make_simple_command(:get, 'v2beta/{+parent}/userEvents:collect', options)
2146
2154
  command.response_representation = Google::Apis::RetailV2beta::GoogleApiHttpBody::Representation
2147
2155
  command.response_class = Google::Apis::RetailV2beta::GoogleApiHttpBody
2148
2156
  command.params['parent'] = parent unless parent.nil?
2149
2157
  command.query['ets'] = ets unless ets.nil?
2158
+ command.query['prebuiltRule'] = prebuilt_rule unless prebuilt_rule.nil?
2159
+ command.query['rawJson'] = raw_json unless raw_json.nil?
2150
2160
  command.query['uri'] = uri unless uri.nil?
2151
2161
  command.query['userEvent'] = user_event unless user_event.nil?
2152
2162
  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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.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-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.58.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: []