Class: Google::Shopping::Merchant::Products::V1beta::InsertProductInputRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::InsertProductInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb
Overview
Request message for the InsertProductInput method.
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#product_input ⇒ ::Google::Shopping::Merchant::Products::V1beta::ProductInput
Required.
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. Format:
accounts/{account}/dataSources/{datasource}
.
129 130 131 132 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 129 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}.
129 130 131 132 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 129 class InsertProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_input ⇒ ::Google::Shopping::Merchant::Products::V1beta::ProductInput
Returns Required. The product input to insert.
129 130 131 132 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 129 class InsertProductInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |