Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListIntelligenceFindingsRequest.
Request message to list IntelligenceFinding resources associated with
a project.
Generated from protobuf message google.storage.control.v2.ListIntelligenceFindingsRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the |
↳ filter |
string
Optional. The filter expression to be applied. Supports filtering by |
↳ page_size |
int
Optional. The maximum number of |
↳ page_token |
string
Optional. A page token, received from a previous |
getParent
Required. The parent of the IntelligenceFinding resource.
Format: projects/{project}/locations/{location}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of the IntelligenceFinding resource.
Format: projects/{project}/locations/{location}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Optional. The filter expression to be applied.
Supports filtering by type and associated_resources.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Optional. The filter expression to be applied.
Supports filtering by type and associated_resources.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of IntelligenceFinding resources to return.
The maximum value is 100; values above 100 will be coerced to 100.
The default value is 100.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of IntelligenceFinding resources to return.
The maximum value is 100; values above 100 will be coerced to 100.
The default value is 100.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. A page token, received from a previous ListIntelligenceFindings
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIntelligenceFindings must match the call that provided the page
token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. A page token, received from a previous ListIntelligenceFindings
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIntelligenceFindings must match the call that provided the page
token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent of the Format: |
| Returns | |
|---|---|
| Type | Description |
ListIntelligenceFindingsRequest |
|