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

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

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 CloudControlDeployments.

↳ next_page_token string

A token identifying a page of results the server should return.

getCloudControlDeployments

The list of CloudControlDeployments.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCloudControlDeployments

The list of CloudControlDeployments.

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

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this