Reference documentation and code samples for the Google Shopping Css V1 Client class ListChildAccountsRequest.
The request message for theListChildAccountsmethod.
Generated from protobuf messagegoogle.shopping.css.v1.ListChildAccountsRequest
Namespace
Google \ Shopping \ Css \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent account. Must be a CSS group or domain. Format: accounts/{account}
↳ label_id
int|string
If set, only the MC accounts with the given label ID will be returned.
↳ full_name
string
If set, only the MC accounts with the given name (case sensitive) will be returned.
↳ page_size
int
Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 100; values above 100 will be coerced to 100.
↳ page_token
string
Optional. A page token, received from a previousListChildAccountscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListChildAccountsmust match the call that provided the page token.
getParent
Required. The parent account. Must be a CSS group or domain.
Format: accounts/{account}
Returns
Type
Description
string
setParent
Required. The parent account. Must be a CSS group or domain.
Format: accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getLabelId
If set, only the MC accounts with the given label ID will be returned.
Returns
Type
Description
int|string
hasLabelId
clearLabelId
setLabelId
If set, only the MC accounts with the given label ID will be returned.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
getFullName
If set, only the MC accounts with the given name (case sensitive) will be
returned.
Returns
Type
Description
string
hasFullName
clearFullName
setFullName
If set, only the MC accounts with the given name (case sensitive) will be
returned.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of accounts to return. The service may return
fewer than this value. If unspecified, at most 50 accounts will be
returned. The maximum value is 100; values above 100 will be coerced to
100.
Returns
Type
Description
int
setPageSize
Optional. The maximum number of accounts to return. The service may return
fewer than this value. If unspecified, at most 50 accounts will be
returned. The maximum value is 100; values above 100 will be coerced to
100.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previousListChildAccountscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListChildAccountsmust
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previousListChildAccountscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListChildAccountsmust
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 parent account. Must be a CSS group or domain.
Format: accounts/{account}
Please seeAccountsServiceClient::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 Css V1 Client - Class ListChildAccountsRequest (0.6.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.2 (latest)](/php/docs/reference/shopping-css/latest/V1.ListChildAccountsRequest)\n- [0.6.1](/php/docs/reference/shopping-css/0.6.1/V1.ListChildAccountsRequest)\n- [0.5.1](/php/docs/reference/shopping-css/0.5.1/V1.ListChildAccountsRequest)\n- [0.4.1](/php/docs/reference/shopping-css/0.4.1/V1.ListChildAccountsRequest)\n- [0.3.3](/php/docs/reference/shopping-css/0.3.3/V1.ListChildAccountsRequest)\n- [0.2.9](/php/docs/reference/shopping-css/0.2.9/V1.ListChildAccountsRequest)\n- [0.1.0](/php/docs/reference/shopping-css/0.1.0/V1.ListChildAccountsRequest) \nReference documentation and code samples for the Google Shopping Css V1 Client class ListChildAccountsRequest.\n\nThe request message for the `ListChildAccounts` method.\n\nGenerated from protobuf message `google.shopping.css.v1.ListChildAccountsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Css \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent account. Must be a CSS group or domain.\n\nFormat: accounts/{account}\n\n### setParent\n\nRequired. The parent account. Must be a CSS group or domain.\n\nFormat: accounts/{account}\n\n### getLabelId\n\nIf set, only the MC accounts with the given label ID will be returned.\n\n### hasLabelId\n\n### clearLabelId\n\n### setLabelId\n\nIf set, only the MC accounts with the given label ID will be returned.\n\n### getFullName\n\nIf set, only the MC accounts with the given name (case sensitive) will be\nreturned.\n\n### hasFullName\n\n### clearFullName\n\n### setFullName\n\nIf set, only the MC accounts with the given name (case sensitive) will be\nreturned.\n\n### getPageSize\n\nOptional. The maximum number of accounts to return. The service may return\nfewer than this value. If unspecified, at most 50 accounts will be\nreturned. The maximum value is 100; values above 100 will be coerced to\n100.\n\n### setPageSize\n\nOptional. The maximum number of accounts to return. The service may return\nfewer than this value. If unspecified, at most 50 accounts will be\nreturned. The maximum value is 100; values above 100 will be coerced to\n100.\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListChildAccounts` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListChildAccounts` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListChildAccounts` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListChildAccounts` must\nmatch the call that provided the page token.\n\n### static::build"]]