Reference documentation and code samples for the Google Cloud Channel V1 Client class FetchReportResultsResponse.
Response message for CloudChannelReportsService.FetchReportResults .
Contains a tabular representation of the report results.
Generated from protobuf message google.cloud.channel.v1.FetchReportResultsResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ report_metadata
Google\Cloud\Channel\V1\ReportResultsMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
↳ rows
array< Google\Cloud\Channel\V1\Row
>
The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata
.
↳ next_page_token
string
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
getReportMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
hasReportMetadata
clearReportMetadata
setReportMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
$this
getRows
The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata
.
setRows
The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata
.
$this
getNextPageToken
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string
setNextPageToken
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
var
string
$this