Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ListAuditReportsRequest.
Message for requesting to list the audit reports.
Generated from protobuf message google.cloud.auditmanager.v1.ListAuditReportsRequest
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent scope for which to list the reports.
↳ page_size
int
Optional. The maximum number of resources to return.
↳ page_token
string
Optional. The next_page_token value returned from a previous List request, if any.
getParent
Required. The parent scope for which to list the reports.
string
setParent
Required. The parent scope for which to list the reports.
var
string
$this
getPageSize
Optional. The maximum number of resources to return.
int
setPageSize
Optional. The maximum number of resources to return.
var
int
$this
getPageToken
Optional. The next_page_token value returned from a previous List request, if any.
string
setPageToken
Optional. The next_page_token value returned from a previous List request, if any.
var
string
$this
static::build
parent
string
Required. The parent scope for which to list the reports. Please see AuditManagerClient::folderLocationName() for help formatting this field.

