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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ intelligence_finding_revisions |
array<IntelligenceFindingRevision>
The |
↳ next_page_token |
string
A token that can be sent as |
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 |
|