google-apis-retail_v2 0.55.0 → 0.56.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: 2a9144b4dd277bbaf647869590b84eb34afe68a2d267b76feda0bb4373881be0
4
- data.tar.gz: 4480c685ef15ec3e9472c438d5235566ae60741777bb394f4435905be7131f87
3
+ metadata.gz: a226012ee841b70b7fe4888e8790122ba3603ce50ba5a4600e5832c2163b9d21
4
+ data.tar.gz: 17395b493ae164361e737dea8158c1f83bf58d4470062a43dd5f17b4b8fa8488
5
5
  SHA512:
6
- metadata.gz: 72fdc4d1474f30803b20b2fa3d7b72614ab1f6502ef4959b5770d8ee9233454473e08fee82a9b68077b4febc8a1705200094f290362b5af3f2b950186498fca2
7
- data.tar.gz: ef09624a88f184ec348707fb222dd34de91e0bd1e1b768878ba4ca266665fdcc237147cca762617b99f9399a383838a4433d6988a80f3873e162b7de2b344516
6
+ metadata.gz: d2e6cbe0b8faf4102814786060347e77e75de405b661ab4bfc333f0c2a0342408b99a49a07613642847fba88ee9b369476489b89866bcd9856b314e934d7ebaa
7
+ data.tar.gz: 6077a649311c3f1608e5f45b3eee19264535daad4179d645524115f9389c5f40e42422767a08dd4ad0311cb81828d3cff2346e2bd6707435ec521607a789a6b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.56.0 (2022-10-11)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
3
7
  ### v0.55.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
@@ -674,7 +717,8 @@ module Google
674
717
 
675
718
  # If DYNAMIC_FACETABLE_ENABLED, attribute values are available for dynamic facet.
676
719
  # Could only be DYNAMIC_FACETABLE_DISABLED if CatalogAttribute.indexable_option
677
- # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned.
720
+ # is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned. Must
721
+ # be specified, otherwise throws INVALID_FORMAT error.
678
722
  # Corresponds to the JSON property `dynamicFacetableOption`
679
723
  # @return [String]
680
724
  attr_accessor :dynamic_facetable_option
@@ -697,7 +741,8 @@ module Google
697
741
 
698
742
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
699
743
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
700
- # faceted, or boosted in SearchService.Search.
744
+ # faceted, or boosted in SearchService.Search. Must be specified, otherwise
745
+ # throws INVALID_FORMAT error.
701
746
  # Corresponds to the JSON property `indexableOption`
702
747
  # @return [String]
703
748
  attr_accessor :indexable_option
@@ -715,7 +760,8 @@ module Google
715
760
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
716
761
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
717
762
  # attribute values will not be searchable by text queries in SearchService.
718
- # Search, as there are no text values associated to numerical attributes.
763
+ # Search, as there are no text values associated to numerical attributes. Must
764
+ # be specified, otherwise throws INVALID_FORMAT error.
719
765
  # Corresponds to the JSON property `searchableOption`
720
766
  # @return [String]
721
767
  attr_accessor :searchable_option
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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
@@ -1174,8 +1174,14 @@ module Google
1174
1174
  class Representation < Google::Apis::Core::JsonRepresentation
1175
1175
  property :catalog_item, as: 'catalogItem'
1176
1176
  property :gcs_path, as: 'gcsPath'
1177
+ property :inventory_activity, as: 'inventoryActivity'
1177
1178
  property :line_number, as: 'lineNumber'
1178
1179
  property :operation_name, as: 'operationName'
1180
+ property :order, as: 'order'
1181
+ property :place, as: 'place'
1182
+ property :place_asset, as: 'placeAsset'
1183
+ property :place_product_price, as: 'placeProductPrice'
1184
+ property :place_product_settings, as: 'placeProductSettings'
1179
1185
  property :product, as: 'product'
1180
1186
  property :user_event, as: 'userEvent'
1181
1187
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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-17 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []