Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListRegionsRequest.
Request message for theListRegionsmethod.
Generated from protobuf messagegoogle.shopping.merchant.accounts.v1.ListRegionsRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The account to list regions for. Format:accounts/{account}
↳ page_size
int
Optional. The maximum number of regions to return. The service may return fewer than this value. If unspecified, at most 50 regions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Optional. A page token, received from a previousListRegionscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListRegionsmust match the call that provided the page token.
getParent
Required. The account to list regions for.
Format:accounts/{account}
Returns
Type
Description
string
setParent
Required. The account to list regions for.
Format:accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of regions to return. The service may return
fewer than this value.
If unspecified, at most 50 regions will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
Type
Description
int
setPageSize
Optional. The maximum number of regions to return. The service may return
fewer than this value.
If unspecified, at most 50 regions will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previousListRegionscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListRegionsmust
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previousListRegionscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListRegionsmust
match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The account to list regions for.
Format:accounts/{account}Please seeRegionsServiceClient::accountName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Merchant Accounts V1 Client - Class ListRegionsRequest (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/php/docs/reference/shopping-merchant-accounts/latest/V1.ListRegionsRequest)\n- [0.10.0](/php/docs/reference/shopping-merchant-accounts/0.10.0/V1.ListRegionsRequest)\n- [0.9.1](/php/docs/reference/shopping-merchant-accounts/0.9.1/V1.ListRegionsRequest)\n- [0.8.0](/php/docs/reference/shopping-merchant-accounts/0.8.0/V1.ListRegionsRequest)\n- [0.7.0](/php/docs/reference/shopping-merchant-accounts/0.7.0/V1.ListRegionsRequest)\n- [0.6.0](/php/docs/reference/shopping-merchant-accounts/0.6.0/V1.ListRegionsRequest)\n- [0.5.0](/php/docs/reference/shopping-merchant-accounts/0.5.0/V1.ListRegionsRequest)\n- [0.4.0](/php/docs/reference/shopping-merchant-accounts/0.4.0/V1.ListRegionsRequest)\n- [0.3.3](/php/docs/reference/shopping-merchant-accounts/0.3.3/V1.ListRegionsRequest)\n- [0.2.0](/php/docs/reference/shopping-merchant-accounts/0.2.0/V1.ListRegionsRequest)\n- [0.1.0](/php/docs/reference/shopping-merchant-accounts/0.1.0/V1.ListRegionsRequest) \nReference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListRegionsRequest.\n\nRequest message for the `ListRegions` method.\n\nGenerated from protobuf message `google.shopping.merchant.accounts.v1.ListRegionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ Accounts \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The account to list regions for.\n\nFormat: `accounts/{account}`\n\n### setParent\n\nRequired. The account to list regions for.\n\nFormat: `accounts/{account}`\n\n### getPageSize\n\nOptional. The maximum number of regions to return. The service may return\nfewer than this value.\n\nIf unspecified, at most 50 regions will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### setPageSize\n\nOptional. The maximum number of regions to return. The service may return\nfewer than this value.\n\nIf unspecified, at most 50 regions will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListRegions` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListRegions` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListRegions` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListRegions` must\nmatch the call that provided the page token.\n\n### static::build"]]