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

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

Response message for ListFrameworkDeployments.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ framework_deployments array<FrameworkDeployment>

The list of FrameworkDeployments.

↳ next_page_token string

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

getFrameworkDeployments

The list of FrameworkDeployments.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFrameworkDeployments

The list of FrameworkDeployments.

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