Google Cloud Storage Control V2 Client - Class SummarizeIntelligenceFindingsResponse (1.9.0)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class SummarizeIntelligenceFindingsResponse.

Response message to summarize the intelligence findings for a specified scope(org, folder or project).

Generated from protobuf message google.storage.control.v2.SummarizeIntelligenceFindingsResponse

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ finding_summaries array<FindingSummary>

The list of FindingSummary summaries.

↳ next_page_token string

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.

getFindingSummaries

The list of FindingSummary summaries.

Returns
Type Description
Google\Protobuf\RepeatedField<FindingSummary>

setFindingSummaries

The list of FindingSummary summaries.

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

getNextPageToken

A token to retrieve the next page of results.

Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this