Google Cloud Security Compliance V1 Client - Class ListFindingSummariesResponse (0.2.0)

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

The response message for ListFindingSummaries.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ finding_summaries array<FindingSummary>

List of finding summary by category.

↳ next_page_token string

Output only. The token to retrieve the next page of results.

getFindingSummaries

List of finding summary by category.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFindingSummaries

List of finding summary by category.

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

getNextPageToken

Output only. The token to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

Output only. The token to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this