Google Analytics Data V1alpha Client - Class ListRecurringAudienceListsRequest (0.14.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class ListRecurringAudienceListsRequest.

A request to list all recurring audience lists for a property.

Generated from protobuf message google.analytics.data.v1alpha.ListRecurringAudienceListsRequest

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. All recurring audience lists for this property will be listed in the response. Format: properties/{property}

↳ page_size int

Optional. The maximum number of recurring audience lists to return. The service may return fewer than this value. If unspecified, at most 200 recurring 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 ListRecurringAudienceLists call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRecurringAudienceLists must match the call that provided the page token.

getParent

Required. All recurring audience lists for this property will be listed in the response. Format: properties/{property}

Returns
TypeDescription
string

setParent

Required. All recurring audience lists for this property will be listed in the response. Format: properties/{property}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of recurring audience lists to return. The service may return fewer than this value. If unspecified, at most 200 recurring audience lists will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of recurring audience lists to return. The service may return fewer than this value. If unspecified, at most 200 recurring audience lists will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. A page token, received from a previous ListRecurringAudienceLists call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRecurringAudienceLists must match the call that provided the page token.

Returns
TypeDescription
string

setPageToken

Optional. A page token, received from a previous ListRecurringAudienceLists call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRecurringAudienceLists must match the call that provided the page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this