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

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

Response message for listing Frameworks.

Contains a paginated list of Framework resources.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ frameworks array<Framework>

The list of Framework resources.

↳ next_page_token string

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

getFrameworks

The list of Framework resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFrameworks

The list of Framework resources.

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