Google Cloud Channel V1 Client - Class FetchReportResultsResponse (1.3.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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).

Returns
TypeDescription
Google\Cloud\Channel\V1\ReportResultsMetadata|null

hasReportMetadata

clearReportMetadata

setReportMetadata

The metadata for the report results (display name, columns, row count, and date ranges).

Parameter
NameDescription
var Google\Cloud\Channel\V1\ReportResultsMetadata
Returns
TypeDescription
$this

getRows

The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.

Returns
TypeDescription
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
NameDescription
var array<Google\Cloud\Channel\V1\Row>
Returns
TypeDescription
$this

getNextPageToken

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this