Google Shopping Merchant Lfp V1beta Client - Class ListLfpStoresResponse (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Lfp V1beta Client class ListLfpStoresResponse.

Response message for the ListLfpStores method.

Generated from protobuf message google.shopping.merchant.lfp.v1beta.ListLfpStoresResponse

Namespace

Google \ Shopping \ Merchant \ Lfp \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ lfp_stores array<Google\Shopping\Merchant\Lfp\V1beta\LfpStore>

The stores from the specified merchant.

↳ next_page_token string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

getLfpStores

The stores from the specified merchant.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setLfpStores

The stores from the specified merchant.

Parameter
Name Description
var array<Google\Shopping\Merchant\Lfp\V1beta\LfpStore>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as pageToken to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as pageToken to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this