Reference documentation and code samples for the Google Shopping Merchant Inventories V1beta Client class ListRegionalInventoriesResponse.
Response message for the ListRegionalInventories
method.
Generated from protobuf message google.shopping.merchant.inventories.v1beta.ListRegionalInventoriesResponse
Namespace
Google \ Shopping \ Merchant \ Inventories \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ regional_inventories |
array<Google\Shopping\Merchant\Inventories\V1beta\RegionalInventory>
The |
↳ next_page_token |
string
A token, which can be sent as |
getRegionalInventories
The RegionalInventory
resources for the given product from the specified
account.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRegionalInventories
The RegionalInventory
resources for the given product from the specified
account.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Shopping\Merchant\Inventories\V1beta\RegionalInventory>
|
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 |