Reference documentation and code samples for the Google Shopping Merchant Lfp V1 Client class ListLfpStoresResponse.
Response message for the ListLfpStores method.
Generated from protobuf message google.shopping.merchant.lfp.v1.ListLfpStoresResponse
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ lfp_stores |
array<LfpStore>
The stores from the specified merchant. |
↳ next_page_token |
string
A token, which can be sent as |
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<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 |
|