Google Cloud Appoptimize V1beta Client - Class ListReportsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Appoptimize V1beta Client class ListReportsResponse.

Response message for the ListReports method.

Generated from protobuf message google.cloud.appoptimize.v1beta.ListReportsResponse

Namespace

Google \ Cloud \ AppOptimize \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reports array<Report>

The list of reports.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

getReports

The list of reports.

Returns
Type Description
Google\Protobuf\RepeatedField<Report>

setReports

The list of reports.

Parameter
Name Description
var array<Report>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is empty, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is empty, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this