Class: Google::Shopping::Css::V1::DeleteCssProductInputRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::DeleteCssProductInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/css_product_inputs.rb
Overview
Request message for the DeleteCssProductInput method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#supplemental_feed_id ⇒ ::Integer
The Content API Supplemental Feed ID.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CSS product input resource to delete.
Format: accounts/{account}/cssProductInputs/{css_product_input}, where the
last section css_product_input
consists of 3 parts:
contentLanguage~feedLabel~offerId. Example:
accounts/123/cssProductInputs/de~DE~rawProvidedId123.
162 163 164 165 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 162 class DeleteCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supplemental_feed_id ⇒ ::Integer
Returns The Content API Supplemental Feed ID. The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.
162 163 164 165 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 162 class DeleteCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |