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

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

Methods

__construct

Constructor.

Parameters
Name Description
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.

Generated from protobuf field .google.cloud.securitycenter.v1.Finding finding = 1;

Returns
Type Description
Google\Cloud\SecurityCenter\V1\Finding|null

hasFinding

clearFinding

setFinding

Finding matching the search request.

Generated from protobuf field .google.cloud.securitycenter.v1.Finding finding = 1;

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\Finding
Returns
Type Description
$this

getStateChange

State change of the finding between the points in time.

Generated from protobuf field .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;

Returns
Type Description
int

setStateChange

State change of the finding between the points in time.

Generated from protobuf field .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;

Parameter
Name Description
var int
Returns
Type Description
$this

getResource

Output only. Resource that is associated with this finding.

Generated from protobuf field .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource|null

hasResource

clearResource

setResource

Output only. Resource that is associated with this finding.

Generated from protobuf field .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource
Returns
Type Description
$this