Method: Google::Cloud::Retail::V2::AddLocalInventoriesRequest#allow_missing

Defined in:
proto_docs/google/cloud/retail/v2/product_service.rb

#allow_missing::Boolean

Returns If set to true, and the Product is not found, the local inventory will still be processed and retained for at most 1 day and processed once the Product is created. If set to false, a NOT_FOUND error is returned if the Product is not found.

Returns:

  • (::Boolean)

    If set to true, and the Product is not found, the local inventory will still be processed and retained for at most 1 day and processed once the Product is created. If set to false, a NOT_FOUND error is returned if the Product is not found.



490
491
492
493
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 490

class AddLocalInventoriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end