google-apis-retail_v2beta 0.56.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: 798d9ec10798bfda967bf696ec3e07c2a59c6b16cf6ac7e2d584e70f668ed943
4
- data.tar.gz: c3797cf568d5ce50ea3762a489b01f340598f9249d91065c084fbf34c6c329a8
3
+ metadata.gz: 56a299058e5995a3e59a651c6f5b5084f21e57a93ac404b063b4b65faa76a52a
4
+ data.tar.gz: cf81dc9c7a7345ffbc83295b2728dc2e281f39c46854a85ecbbc81fb0bc17d52
5
5
  SHA512:
6
- metadata.gz: '020395333939f48e165b9c376a0282aba35f7063e97fe89c4ebeddc596ee8761ca40b55bc13b38169a654e4d1fa7b93dad31d07bba7d613ac3843c545f166bc0'
7
- data.tar.gz: 234c28d8769919f4f71a18802bd07a0750a58e20ebb70a7ba45c17ef25e0ebaf8d91db851f829f9532cd913276df7f6bfe3a4f5d56ee7427aafbf4fea0de81d5
6
+ metadata.gz: 3e01b95c36727f41230c0ae713c0d50d82a1020da2b0e24594e377f8e967a72c9962b30e9923a1deedfdac334a6fd03a86247e64656f250e9176fbbd518f86ae
7
+ data.tar.gz: a884c03f848f7db158690bbfaae0c879a1434589b8655063164482a2991c1aee4c60eaf6f4fd9bcfca49a1ca19ea1cf4b6b6a895f114049e52db46b69665c494
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.56.0 (2022-09-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220917
@@ -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
@@ -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
@@ -3479,11 +3525,11 @@ module Google
3479
3525
  end
3480
3526
  end
3481
3527
 
3482
- # Merchant Center Feed filter criterrion.
3528
+ # Merchant Center Feed filter criterion.
3483
3529
  class GoogleCloudRetailV2betaMerchantCenterFeedFilter
3484
3530
  include Google::Apis::Core::Hashable
3485
3531
 
3486
- # Merchant Center primary feed id.
3532
+ # Merchant Center primary feed ID.
3487
3533
  # Corresponds to the JSON property `primaryFeedId`
3488
3534
  # @return [Fixnum]
3489
3535
  attr_accessor :primary_feed_id
@@ -3511,11 +3557,11 @@ module Google
3511
3557
  class GoogleCloudRetailV2betaMerchantCenterLink
3512
3558
  include Google::Apis::Core::Hashable
3513
3559
 
3514
- # 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
3515
3561
  # merchant_center_account_id are streamed to. When updating this field, an empty
3516
3562
  # value will use the currently configured default branch. However, changing the
3517
3563
  # 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.
3564
+ # ID can only have one linked merchant center account ID.
3519
3565
  # Corresponds to the JSON property `branchId`
3520
3566
  # @return [String]
3521
3567
  attr_accessor :branch_id
@@ -3545,7 +3591,7 @@ module Google
3545
3591
  # @return [String]
3546
3592
  attr_accessor :language_code
3547
3593
 
3548
- # Required. The linked [Merchant center account id](https://developers.google.
3594
+ # Required. The linked [Merchant center account ID](https://developers.google.
3549
3595
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
3550
3596
  # account or a sub-account of a MCA.
3551
3597
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -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.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220917"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -1228,8 +1228,14 @@ module Google
1228
1228
  class Representation < Google::Apis::Core::JsonRepresentation
1229
1229
  property :catalog_item, as: 'catalogItem'
1230
1230
  property :gcs_path, as: 'gcsPath'
1231
+ property :inventory_activity, as: 'inventoryActivity'
1231
1232
  property :line_number, as: 'lineNumber'
1232
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'
1233
1239
  property :product, as: 'product'
1234
1240
  property :user_event, as: 'userEvent'
1235
1241
  end
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.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-26 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
@@ -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.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: []