Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListFindingsResponse.
Response message for listing findings.
Generated from protobuf message google.cloud.securitycenter.v1.ListFindingsResponse
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ list_findings_results | array<Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult>Findings matching the list request. | 
| ↳ read_time | Google\Protobuf\TimestampTime used for executing the list request. | 
| ↳ next_page_token | stringToken to retrieve the next page of results, or empty if there are no more results. | 
| ↳ total_size | intThe total number of findings matching the query. | 
getListFindingsResults
Findings matching the list request.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setListFindingsResults
Findings matching the list request.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getReadTime
Time used for executing the list request.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasReadTime
clearReadTime
setReadTime
Time used for executing the list request.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getTotalSize
The total number of findings matching the query.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setTotalSize
The total number of findings matching the query.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |