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
Methods
__construct
Constructor.
data
array
Optional. 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\Timestamp
Time used for executing the list request.
↳ next_page_token
string
Token to retrieve the next page of results, or empty if there are no more results.
↳ total_size
int
The total number of findings matching the query.
getListFindingsResults
Findings matching the list request.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
Google\Protobuf\Internal\RepeatedField
setListFindingsResults
Findings matching the list request.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
$this
getReadTime
Time used for executing the list request.
Generated from protobuf field .google.protobuf.Timestamp read_time = 2;
Google\Protobuf\Timestamp|null
hasReadTime
clearReadTime
setReadTime
Time used for executing the list request.
Generated from protobuf field .google.protobuf.Timestamp read_time = 2;
var
Google\Protobuf\Timestamp
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 3;
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 3;
var
string
$this
getTotalSize
The total number of findings matching the query.
Generated from protobuf field int32 total_size = 4;
int
setTotalSize
The total number of findings matching the query.
Generated from protobuf field int32 total_size = 4;
var
int
$this