Class: Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresRequest

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 ListLfpStores method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of LfpStore resources for the given account to return. The service returns fewer than this value if the number of stores for the given account is less than the pageSize. The default value is 250. The maximum value is 1000; If a value higher than the maximum is specified, then the pageSize will default to the maximum.

Returns:

  • (::Integer)

    Optional. The maximum number of LfpStore resources for the given account to return. The service returns fewer than this value if the number of stores for the given account is less than the pageSize. The default value is 250. The maximum value is 1000; If a value higher than the maximum is specified, then the pageSize will default to the maximum.



164
165
166
167
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 164

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

#page_token::String

Returns Optional. A page token, received from a previous ListLfpStoresRequest call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to ListLfpStoresRequest must match the call that provided the page token. The token returned as nextPageToken in the response to the previous request.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListLfpStoresRequest call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to ListLfpStoresRequest must match the call that provided the page token. The token returned as nextPageToken in the response to the previous request.



164
165
166
167
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 164

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

#parent::String

Returns Required. The LFP partner. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The LFP partner. Format: accounts/{account}



164
165
166
167
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 164

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

#target_account::Integer

Returns Required. The Merchant Center id of the merchant to list stores for.

Returns:

  • (::Integer)

    Required. The Merchant Center id of the merchant to list stores for.



164
165
166
167
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 164

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