Google Cloud Security Command Center V1p1beta1 Client - Class ListFindingsResponse (1.20.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class ListFindingsResponse.

Response message for listing findings.

Generated from protobuf message google.cloud.securitycenter.v1p1beta1.ListFindingsResponse

Namespace

Google \ Cloud \ SecurityCenter \ V1p1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ list_findings_results array<Google\Cloud\SecurityCenter\V1p1beta1\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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setListFindingsResults

Findings matching the list request.

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1p1beta1\ListFindingsResponse\ListFindingsResult>
Returns
TypeDescription
$this

getReadTime

Time used for executing the list request.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasReadTime

clearReadTime

setReadTime

Time used for executing the list request.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of findings matching the query.

Returns
TypeDescription
int

setTotalSize

The total number of findings matching the query.

Parameter
NameDescription
var int
Returns
TypeDescription
$this