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

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

The response message for ListCloudControls.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cloud_controls array<CloudControl>

The list of CloudControl resources.

↳ next_page_token string

A pagination token. To retrieve the next page of results, call the method again with this token.

getCloudControls

The list of CloudControl resources.

Returns
Type Description
Google\Protobuf\RepeatedField<CloudControl>

setCloudControls

The list of CloudControl resources.

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

getNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Returns
Type Description
string

setNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Parameter
Name Description
var string
Returns
Type Description
$this