Class: Google::Shopping::Merchant::Products::V1::InsertProductInputRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1/productinputs.rb

Overview

Request message for the InsertProductInput method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see Overview of Data sources sub-API.

Only API data sources are supported.

Format: accounts/{account}/dataSources/{datasource}. For example, accounts/123456/dataSources/104628.

Returns:

  • (::String)

    Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see Overview of Data sources sub-API.

    Only API data sources are supported.

    Format: accounts/{account}/dataSources/{datasource}. For example, accounts/123456/dataSources/104628.



154
155
156
157
# File 'proto_docs/google/shopping/merchant/products/v1/productinputs.rb', line 154

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

#parent::String

Returns Required. The account where this product will be inserted. Format: accounts/{account}.

Returns:

  • (::String)

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



154
155
156
157
# File 'proto_docs/google/shopping/merchant/products/v1/productinputs.rb', line 154

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

#product_input::Google::Shopping::Merchant::Products::V1::ProductInput

Returns Required. The product input to insert.

Returns:



154
155
156
157
# File 'proto_docs/google/shopping/merchant/products/v1/productinputs.rb', line 154

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