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

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

#product::String

Returns Required. Full resource name of Product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id.

If the caller does not have permission to access the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

Returns:

  • (::String)

    Required. Full resource name of Product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id.

    If the caller does not have permission to access the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.



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