Google Cloud Channel V1 Client - Class ListReportsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListReportsResponse.

Response message for CloudChannelReportsService.ListReports.

Generated from protobuf message google.cloud.channel.v1.ListReportsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reports array<Google\Cloud\Channel\V1\Report>

The reports available to the partner.

↳ next_page_token string

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

getReports

The reports available to the partner.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setReports

The reports available to the partner.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\Report>
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