Class: Google::Shopping::Merchant::Products::V1beta::DeleteProductInputRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::DeleteProductInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb
Overview
Request message for the DeleteProductInput method.
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#data_source ⇒ ::String
Returns Required. The primary or supplemental data source from which the product
input should be deleted. Format:
accounts/{account}/dataSources/{datasource}. For example,
accounts/123456/dataSources/104628.
205 206 207 208 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 205 class DeleteProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section product consists of 4 parts:
channel~content_language~feed_label~offer_id
example for product name is
accounts/123/productInputs/online~en~US~sku123.
205 206 207 208 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 205 class DeleteProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |