Class: Google::Shopping::Css::V1::InsertCssProductInputRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::InsertCssProductInputRequest
- 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 InsertCssProductInput method.
Instance Attribute Summary collapse
-
#css_product_input ⇒ ::Google::Shopping::Css::V1::CssProductInput
Required.
-
#feed_id ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#css_product_input ⇒ ::Google::Shopping::Css::V1::CssProductInput
Returns Required. The CSS Product Input to insert.
115 116 117 118 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 115 class InsertCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feed_id ⇒ ::Integer
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.
115 116 117 118 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 115 class InsertCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account where this CSS Product will be inserted. Format: accounts/{account}.
115 116 117 118 |
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 115 class InsertCssProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |