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

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

Response message with all the controls for a compliance standard.

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

Namespace

Google \ Cloud \ AuditManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ controls array<Control>

Output only. The controls for the compliance standard.

↳ next_page_token string

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

getControls

Output only. The controls for the compliance standard.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setControls

Output only. The controls for the compliance standard.

Parameter
Name Description
var array<Control>
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