Reference documentation and code samples for the Google Ads Ad Manager V1 Client class FetchReportResultRowsRequest.
The request message for the fetch report result rows endpoint.
Generated from protobuf message google.ads.admanager.v1.FetchReportResultRowsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}
↳ page_size
int
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
↳ page_token
string
Optional. A page token, received from a previous FetchReportResultRows
call. Provide this to retrieve the second and subsequent batches of rows.
getName
The report result being fetched.
Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}
string
setName
The report result being fetched.
Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}
var
string
$this
getPageSize
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned.
The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
int
setPageSize
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned.
The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
var
int
$this
getPageToken
Optional. A page token, received from a previous FetchReportResultRows
call. Provide this to retrieve the second and subsequent batches of rows.
string
setPageToken
Optional. A page token, received from a previous FetchReportResultRows
call. Provide this to retrieve the second and subsequent batches of rows.
var
string
$this
static::build
name
string
The report result being fetched.
Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}