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

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

The response message for ListFrameworks.

Returns 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\RepeatedField<Framework>

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