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

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

Response message to list IntelligenceFindingRevision resources associated with a project.

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

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intelligence_finding_revisions array<IntelligenceFindingRevision>

The IntelligenceFindingRevision resources from the specified project.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page.

getIntelligenceFindingRevisions

The IntelligenceFindingRevision resources from the specified project.

Returns
Type Description
Google\Protobuf\RepeatedField<IntelligenceFindingRevision>

setIntelligenceFindingRevisions

The IntelligenceFindingRevision resources from the specified project.

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

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

Parameter
Name Description
var string
Returns
Type Description
$this