Class: Google::Shopping::Merchant::Products::V1::DeleteProductInputRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::DeleteProductInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/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
.
213 214 215 216 |
# File 'proto_docs/google/shopping/merchant/products/v1/productinputs.rb', line 213 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:
content_language~feed_label~offer_id
example for product name is
accounts/123/productInputs/en~US~sku123
.
213 214 215 216 |
# File 'proto_docs/google/shopping/merchant/products/v1/productinputs.rb', line 213 class DeleteProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |