Google Shopping Merchant Accounts V1 Client - Class ListRegionsResponse (1.4.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListRegionsResponse.

Response message for the ListRegions method.

Generated from protobuf message google.shopping.merchant.accounts.v1.ListRegionsResponse

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ regions array<Region>

The regions from the specified business.

↳ next_page_token string

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

getRegions

The regions from the specified business.

Returns
Type Description
Google\Protobuf\RepeatedField<Region>

setRegions

The regions from the specified business.

Parameter
Name Description
var array<Region>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token 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 page_token to retrieve the next page.

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

Parameter
Name Description
var string
Returns
Type Description
$this