Google Cloud Audit Manager V1 Client - Class ListAuditReportsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ListAuditReportsResponse.

Response message with all the audit reports.

Generated from protobuf message google.cloud.auditmanager.v1.ListAuditReportsResponse

Namespace

Google \ Cloud \ AuditManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ audit_reports array<AuditReport>

Output only. The audit reports.

↳ next_page_token string

Output only. The token to retrieve the next page of results.

getAuditReports

Output only. The audit reports.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAuditReports

Output only. The audit reports.

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

getNextPageToken

Output only. The token to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

Output only. The token to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this