Class: Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresRequest
- 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
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#target_account ⇒ ::Integer
Required.
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.
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.
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}
.
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.
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 |