Reference documentation and code samples for the Google Ads Ad Manager V1 Client class FetchReportResultRowsResponse.
The response message for the fetch report result rows endpoint.
Generated from protobuf message google.ads.admanager.v1.FetchReportResultRowsResponse
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ rows
↳ run_time
Google\Protobuf\Timestamp
The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
↳ date_ranges
array< Report\DateRange\FixedDateRange
>
The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
↳ comparison_date_ranges
array< Report\DateRange\FixedDateRange
>
The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
↳ total_row_count
int
The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).
↳ next_page_token
string
A token that can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
getRows
Up to page_size
rows of report data.
setRows
Up to page_size
rows of report data.
$this
getRunTime
The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
hasRunTime
clearRunTime
setRunTime
The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
$this
getDateRanges
The computed fixed date ranges this report includes.
Only returned with the first page of results (when page_token is not included in the request).
setDateRanges
The computed fixed date ranges this report includes.
Only returned with the first page of results (when page_token is not included in the request).
$this
getComparisonDateRanges
The computed comparison fixed date ranges this report includes.
Only returned with the first page of results (when page_token is not included in the request).
setComparisonDateRanges
The computed comparison fixed date ranges this report includes.
Only returned with the first page of results (when page_token is not included in the request).
$this
getTotalRowCount
The total number of rows available from this report. Useful for pagination.
Only returned with the first page of results (when page_token is not included in the request).
int
setTotalRowCount
The total number of rows available from this report. Useful for pagination.
Only returned with the first page of results (when page_token is not included in the request).
var
int
$this
getNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string
setNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
var
string
$this