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

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

Response message to list the IntelligenceFinding resources associated with a project.

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

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intelligence_findings array<IntelligenceFinding>

The IntelligenceFinding resources from the specified project.

↳ 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.

getIntelligenceFindings

The IntelligenceFinding resources from the specified project.

Returns
Type Description
Google\Protobuf\RepeatedField<IntelligenceFinding>

setIntelligenceFindings

The IntelligenceFinding resources from the specified project.

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

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.

Parameter
Name Description
var string
Returns
Type Description
$this