Reference documentation and code samples for the Google Shopping Merchant Lfp V1beta Client class ListLfpStoresRequest.
Request message for the ListLfpStores method.
Generated from protobuf message google.shopping.merchant.lfp.v1beta.ListLfpStoresRequest
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The LFP partner. Format: accounts/{account}
↳ target_account
int|string
Required. The Merchant Center id of the merchant to list stores for.
↳ page_size
int
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.
↳ page_token
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.
getParent
Required. The LFP partner.
Format: accounts/{account}
string
setParent
Required. The LFP partner.
Format: accounts/{account}
var
string
$this
getTargetAccount
Required. The Merchant Center id of the merchant to list stores for.
int|string
setTargetAccount
Required. The Merchant Center id of the merchant to list stores for.
var
int|string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
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.
string
setPageToken
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.
var
string
$this
static::build
parent
string
Required. The LFP partner.
Format: accounts/{account}
Please see LfpStoreServiceClient::accountName()
for help formatting this field.