Class: Google::Shopping::Css::V1::InsertCssProductInputRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#css_product_input::Google::Shopping::Css::V1::CssProductInput

Returns Required. The CSS Product Input to insert.

Returns:



107
108
109
110
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 107

class InsertCssProductInputRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#feed_id::Integer

Returns Required. 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.

Returns:

  • (::Integer)

    Required. 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.



107
108
109
110
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 107

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}.

Returns:

  • (::String)

    Required. The account where this CSS Product will be inserted. Format: accounts/{account}



107
108
109
110
# File 'proto_docs/google/shopping/css/v1/css_product_inputs.rb', line 107

class InsertCssProductInputRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end