google-apis-retail_v2alpha 0.58.0 → 0.59.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: 33d839e5bf0b4020e6914b9314bc240c52994835661db4790a9d0f7f4f8a8e1f
4
- data.tar.gz: 1506e9ca23e249d347c47955b8c3756e21d7fc3b9140bb7352b3fabf6c6c3148
3
+ metadata.gz: 6d13efa57b4942140eec7c9494e6b925d305d3acd5e29faac250437235e90f8a
4
+ data.tar.gz: 340a40068cf6bab9e66e40586e39bbe5ff315ccbb9a1f917b83eabc089cecd61
5
5
  SHA512:
6
- metadata.gz: dfa7b58da40c0a35df8ebbb2cc90d4f44189e78ce1682595aebc6d26b1809565995e541693a4a3befcac75d1d854a6a74cea1a3ae7771fd3da2ee1d9a4169452
7
- data.tar.gz: c5f0982716b217f68240ddd2d56b2ceff9b446c7e2edd8e203585827d3b619ce6f270c4f9ba6d823c9674ccad7777ff11fa970a774affc1a3979d638af2dfd19
6
+ metadata.gz: 2717a5174a0544d0016f308faa923ef6d33b6c35e8ea65cd68aa83667a0f055bc70f040b2fef864b7cdb4de6c388aa511e3e0a2b697a9b9386116c6ebe29170d
7
+ data.tar.gz: fc91284377e775dfa7eb7a5fda6d688826a2e73e4b9b22df7f909fbbcc4088ea408d00056823d7f7b10d516c61fd80de0cdf9ed7509df826c85af02825ed6606
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.59.0 (2022-10-02)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
3
7
  ### v0.58.0 (2022-09-23)
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
@@ -1154,7 +1197,8 @@ module Google
1154
1197
 
1155
1198
  # If DYNAMIC_FACETABLE_ENABLED, attribute values are available for dynamic facet.
1156
1199
  # Could only be DYNAMIC_FACETABLE_DISABLED if CatalogAttribute.indexable_option
1157
- # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned.
1200
+ # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned. Must
1201
+ # be specified, otherwise throws INVALID_FORMAT error.
1158
1202
  # Corresponds to the JSON property `dynamicFacetableOption`
1159
1203
  # @return [String]
1160
1204
  attr_accessor :dynamic_facetable_option
@@ -1184,7 +1228,8 @@ module Google
1184
1228
 
1185
1229
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
1186
1230
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
1187
- # faceted, or boosted in SearchService.Search.
1231
+ # faceted, or boosted in SearchService.Search. Must be specified, otherwise
1232
+ # throws INVALID_FORMAT error.
1188
1233
  # Corresponds to the JSON property `indexableOption`
1189
1234
  # @return [String]
1190
1235
  attr_accessor :indexable_option
@@ -1210,7 +1255,8 @@ module Google
1210
1255
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
1211
1256
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
1212
1257
  # attribute values will not be searchable by text queries in SearchService.
1213
- # Search, as there are no text values associated to numerical attributes.
1258
+ # Search, as there are no text values associated to numerical attributes. Must
1259
+ # be specified, otherwise throws INVALID_FORMAT error.
1214
1260
  # Corresponds to the JSON property `searchableOption`
1215
1261
  # @return [String]
1216
1262
  attr_accessor :searchable_option
@@ -2524,11 +2570,11 @@ module Google
2524
2570
  end
2525
2571
  end
2526
2572
 
2527
- # Merchant Center Feed filter criterrion.
2573
+ # Merchant Center Feed filter criterion.
2528
2574
  class GoogleCloudRetailV2alphaMerchantCenterFeedFilter
2529
2575
  include Google::Apis::Core::Hashable
2530
2576
 
2531
- # Merchant Center primary feed id.
2577
+ # Merchant Center primary feed ID.
2532
2578
  # Corresponds to the JSON property `primaryFeedId`
2533
2579
  # @return [Fixnum]
2534
2580
  attr_accessor :primary_feed_id
@@ -2556,11 +2602,11 @@ module Google
2556
2602
  class GoogleCloudRetailV2alphaMerchantCenterLink
2557
2603
  include Google::Apis::Core::Hashable
2558
2604
 
2559
- # The branch id (e.g. 0/1/2) within this catalog that products from
2605
+ # The branch ID (e.g. 0/1/2) within this catalog that products from
2560
2606
  # merchant_center_account_id are streamed to. When updating this field, an empty
2561
2607
  # value will use the currently configured default branch. However, changing the
2562
2608
  # default branch later on won't change the linked branch here. A single branch
2563
- # id can only have one linked merchant center account id.
2609
+ # ID can only have one linked merchant center account ID.
2564
2610
  # Corresponds to the JSON property `branchId`
2565
2611
  # @return [String]
2566
2612
  attr_accessor :branch_id
@@ -2590,7 +2636,7 @@ module Google
2590
2636
  # @return [String]
2591
2637
  attr_accessor :language_code
2592
2638
 
2593
- # Required. The linked [Merchant center account id](https://developers.google.
2639
+ # Required. The linked [Merchant center account ID](https://developers.google.
2594
2640
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
2595
2641
  # account or a sub-account of a MCA.
2596
2642
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -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.58.0"
19
+ GEM_VERSION = "0.59.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
@@ -1234,8 +1234,14 @@ module Google
1234
1234
  class Representation < Google::Apis::Core::JsonRepresentation
1235
1235
  property :catalog_item, as: 'catalogItem'
1236
1236
  property :gcs_path, as: 'gcsPath'
1237
+ property :inventory_activity, as: 'inventoryActivity'
1237
1238
  property :line_number, as: 'lineNumber'
1238
1239
  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'
1239
1245
  property :product, as: 'product'
1240
1246
  property :user_event, as: 'userEvent'
1241
1247
  end
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.58.0
4
+ version: 0.59.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.59.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: []