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.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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).
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\ReportResultsMetadata|null |
hasReportMetadata
clearReportMetadata
setReportMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\ReportResultsMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getRows
The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRows
The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata
.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Channel\V1\Row>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |