Reference documentation and code samples for the Google Shopping Css V1 Client class ListAccountLabelsRequest.
Request message for the ListAccountLabels method.
Generated from protobuf message google.shopping.css.v1.ListAccountLabelsRequest
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. Format: accounts/{account}
↳ page_size
int
The maximum number of labels to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
A page token, received from a previous ListAccountLabels call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountLabels must match the call that provided the page token.
getParent
Required. The parent account.
Format: accounts/{account}
Returns
Type
Description
string
setParent
Required. The parent account.
Format: accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of labels to return. The service may return fewer than
this value.
If unspecified, at most 50 labels will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
Type
Description
int
setPageSize
The maximum number of labels to return. The service may return fewer than
this value.
If unspecified, at most 50 labels 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
A page token, received from a previous ListAccountLabels call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountLabels must
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
A page token, received from a previous ListAccountLabels call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountLabels must
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.
Format: accounts/{account}
Please see AccountLabelsServiceClient::accountName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Shopping Css V1 Client - Class ListAccountLabelsRequest (0.6.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.2 (latest)](/php/docs/reference/shopping-css/latest/V1.ListAccountLabelsRequest)\n- [0.6.1](/php/docs/reference/shopping-css/0.6.1/V1.ListAccountLabelsRequest)\n- [0.5.1](/php/docs/reference/shopping-css/0.5.1/V1.ListAccountLabelsRequest)\n- [0.4.1](/php/docs/reference/shopping-css/0.4.1/V1.ListAccountLabelsRequest)\n- [0.3.3](/php/docs/reference/shopping-css/0.3.3/V1.ListAccountLabelsRequest)\n- [0.2.9](/php/docs/reference/shopping-css/0.2.9/V1.ListAccountLabelsRequest)\n- [0.1.0](/php/docs/reference/shopping-css/0.1.0/V1.ListAccountLabelsRequest) \nReference documentation and code samples for the Google Shopping Css V1 Client class ListAccountLabelsRequest.\n\nRequest message for the `ListAccountLabels` method.\n\nGenerated from protobuf message `google.shopping.css.v1.ListAccountLabelsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Css \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent account.\n\nFormat: accounts/{account}\n\n### setParent\n\nRequired. The parent account.\n\nFormat: accounts/{account}\n\n### getPageSize\n\nThe maximum number of labels to return. The service may return fewer than\nthis value.\n\nIf unspecified, at most 50 labels will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### setPageSize\n\nThe maximum number of labels to return. The service may return fewer than\nthis value.\n\nIf unspecified, at most 50 labels will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### getPageToken\n\nA page token, received from a previous `ListAccountLabels` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListAccountLabels` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nA page token, received from a previous `ListAccountLabels` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListAccountLabels` must\nmatch the call that provided the page token.\n\n### static::build"]]