Class: Google::Shopping::Merchant::Lfp::V1beta::InsertLfpStoreRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::InsertLfpStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb
Overview
Request message for the InsertLfpStore method.
Instance Attribute Summary collapse
-
#lfp_store ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpStore
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#lfp_store ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpStore
Returns Required. The store to insert.
126 127 128 129 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 126 class InsertLfpStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The LFP provider account
Format: accounts/{account}
.
126 127 128 129 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 126 class InsertLfpStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |