Reference documentation and code samples for the Google Analytics Data V1alpha Client class ListAudienceListsRequest.
A request to list all audience lists for a property.
Generated from protobuf message google.analytics.data.v1alpha.ListAudienceListsRequest
Namespace
Google \ Analytics \ Data \ V1alpha
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. All audience lists for this property will be listed in the response. Format: properties/{property}
↳ page_size
int
Optional. The maximum number of audience lists to return. The service may return fewer than this value. If unspecified, at most 200 audience lists will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).
↳ page_token
string
Optional. A page token, received from a previous ListAudienceLists call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAudienceLists must match the call that provided the page token.
getParent
Required. All audience lists for this property will be listed in the
response. Format: properties/{property}
Returns
Type
Description
string
setParent
Required. All audience lists for this property will be listed in the
response. Format: properties/{property}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of audience lists to return. The service may
return fewer than this value. If unspecified, at most 200 audience lists
will be returned. The maximum value is 1000 (higher values will be coerced
to the maximum).
Returns
Type
Description
int
setPageSize
Optional. The maximum number of audience lists to return. The service may
return fewer than this value. If unspecified, at most 200 audience lists
will be returned. The maximum value is 1000 (higher values will be coerced
to the maximum).
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previous ListAudienceLists call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAudienceLists must
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previous ListAudienceLists call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAudienceLists 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. All audience lists for this property will be listed in the
response. Format: properties/{property}
Please see AlphaAnalyticsDataClient::propertyName() 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 Analytics Data V1alpha Client - Class ListAudienceListsRequest (0.22.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.22.3 (latest)](/php/docs/reference/analytics-data/latest/V1alpha.ListAudienceListsRequest)\n- [0.22.2](/php/docs/reference/analytics-data/0.22.2/V1alpha.ListAudienceListsRequest)\n- [0.21.1](/php/docs/reference/analytics-data/0.21.1/V1alpha.ListAudienceListsRequest)\n- [0.20.1](/php/docs/reference/analytics-data/0.20.1/V1alpha.ListAudienceListsRequest)\n- [0.19.0](/php/docs/reference/analytics-data/0.19.0/V1alpha.ListAudienceListsRequest)\n- [0.18.0](/php/docs/reference/analytics-data/0.18.0/V1alpha.ListAudienceListsRequest)\n- [0.17.1](/php/docs/reference/analytics-data/0.17.1/V1alpha.ListAudienceListsRequest)\n- [0.16.4](/php/docs/reference/analytics-data/0.16.4/V1alpha.ListAudienceListsRequest)\n- [0.14.0](/php/docs/reference/analytics-data/0.14.0/V1alpha.ListAudienceListsRequest)\n- [0.13.0](/php/docs/reference/analytics-data/0.13.0/V1alpha.ListAudienceListsRequest)\n- [0.12.0](/php/docs/reference/analytics-data/0.12.0/V1alpha.ListAudienceListsRequest)\n- [0.11.2](/php/docs/reference/analytics-data/0.11.2/V1alpha.ListAudienceListsRequest)\n- [0.10.1](/php/docs/reference/analytics-data/0.10.1/V1alpha.ListAudienceListsRequest)\n- [0.9.5](/php/docs/reference/analytics-data/0.9.5/V1alpha.ListAudienceListsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Data V1alpha Client class ListAudienceListsRequest.\n\nA request to list all audience lists for a property.\n\nGenerated from protobuf message `google.analytics.data.v1alpha.ListAudienceListsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Data \\\\ V1alpha\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. All audience lists for this property will be listed in the\nresponse. Format: `properties/{property}`\n\n### setParent\n\nRequired. All audience lists for this property will be listed in the\nresponse. Format: `properties/{property}`\n\n### getPageSize\n\nOptional. The maximum number of audience lists to return. The service may\nreturn fewer than this value. If unspecified, at most 200 audience lists\nwill be returned. The maximum value is 1000 (higher values will be coerced\nto the maximum).\n\n### setPageSize\n\nOptional. The maximum number of audience lists to return. The service may\nreturn fewer than this value. If unspecified, at most 200 audience lists\nwill be returned. The maximum value is 1000 (higher values will be coerced\nto the maximum).\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListAudienceLists` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListAudienceLists` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListAudienceLists` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListAudienceLists` must\nmatch the call that provided the page token.\n\n### static::build"]]