Class: Google::Shopping::Merchant::Lfp::V1beta::InsertLfpStoreRequest

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

Instance Attribute Details

#lfp_store::Google::Shopping::Merchant::Lfp::V1beta::LfpStore

Returns Required. The store to insert.

Returns:



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

Returns:

  • (::String)

    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