Reference documentation and code samples for the Google Analytics Data V1alpha Client class ListReportTasksRequest.
A request to list all report tasks for a property.
Generated from protobuf message google.analytics.data.v1alpha.ListReportTasksRequest
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. All report tasks for this property will be listed in the response. Format: properties/{property}
↳ page_size
int
Optional. The maximum number of report tasks to return.
↳ page_token
string
Optional. A page token, received from a previous ListReportTasks
call. Provide this to retrieve the subsequent page.
getParent
Required. All report tasks for this property will be listed in the
response. Format: properties/{property}
string
setParent
Required. All report tasks for this property will be listed in the
response. Format: properties/{property}
var
string
$this
getPageSize
Optional. The maximum number of report tasks to return.
int
setPageSize
Optional. The maximum number of report tasks to return.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListReportTasks
call.
Provide this to retrieve the subsequent page.
string
setPageToken
Optional. A page token, received from a previous ListReportTasks
call.
Provide this to retrieve the subsequent page.
var
string
$this
static::build
parent
string
Required. All report tasks for this property will be listed in the
response. Format: properties/{property}
Please see Google\Analytics\Data\V1alpha\AlphaAnalyticsDataClient::propertyName()
for help formatting this field.