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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setReports
The reports available to the partner.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Channel\V1\Report>
|
| 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 |
|