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

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

The response message for ListCloudControlDeployments.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cloud_control_deployments array<CloudControlDeployment>

The list of cloud control deployments.

↳ next_page_token string

A token that identifies the next page of results that the server should return.

getCloudControlDeployments

The list of cloud control deployments.

Returns
Type Description
Google\Protobuf\RepeatedField<CloudControlDeployment>

setCloudControlDeployments

The list of cloud control deployments.

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

getNextPageToken

A token that identifies the next page of results that the server should return.

Returns
Type Description
string

setNextPageToken

A token that identifies the next page of results that the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this