Google Cloud Security Compliance V1 Client - Class ListFrameworkAuditsResponse (0.3.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListFrameworkAuditsResponse.

The response message for ListFrameworkAudits.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListFrameworkAuditsResponse

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ framework_audits array<FrameworkAudit>

The framework audits.

↳ next_page_token string

A token, which you can send as the page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getFrameworkAudits

The framework audits.

Returns
Type Description
Google\Protobuf\RepeatedField<FrameworkAudit>

setFrameworkAudits

The framework audits.

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

getNextPageToken

A token, which you can send as the page_token to retrieve the next page.

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

Returns
Type Description
string

setNextPageToken

A token, which you can send as the page_token to retrieve the next page.

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

Parameter
Name Description
var string
Returns
Type Description
$this