Google Cloud Security Command Center V1 Client - Class ListFindingsResult (1.20.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListFindingsResult.

Result containing the Finding and its StateChange.

Generated from protobuf message google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ ListFindingsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ finding Google\Cloud\SecurityCenter\V1\Finding

Finding matching the search request.

↳ state_change int

State change of the finding between the points in time.

↳ resource Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource

Output only. Resource that is associated with this finding.

getFinding

Finding matching the search request.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\Finding|null

hasFinding

clearFinding

setFinding

Finding matching the search request.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\Finding
Returns
TypeDescription
$this

getStateChange

State change of the finding between the points in time.

Returns
TypeDescription
int

setStateChange

State change of the finding between the points in time.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getResource

Output only. Resource that is associated with this finding.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource|null

hasResource

clearResource

setResource

Output only. Resource that is associated with this finding.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource
Returns
TypeDescription
$this