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}.
123 124 125 126 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 123 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.
123 124 125 126 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 123 class DeleteCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |