lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.39.0 vs lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.40.0

- old
+ new

@@ -774,12 +774,12 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Bulk import of multiple Products. Request processing may be synchronous. No - # partial updating is supported. Non-existing items are created. Note that it is - # possible for a subset of the Products to be successfully updated. + # Bulk import of multiple Products. Request processing may be synchronous. Non- + # existing items are created. Note that it is possible for a subset of the + # Products to be successfully updated. # @param [String] parent # Required. `projects/1234/locations/global/catalogs/default_catalog/branches/ # default_branch` If no updateMask is specified, requires products.create # permission. If updateMask is specified, requires products.update permission. # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImportProductsRequest] google_cloud_retail_v2beta_import_products_request_object