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 \ ListFindingsResponseMethods
__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.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\Finding|null |
hasFinding
clearFinding
setFinding
Finding matching the search request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Finding
|
Returns | |
---|---|
Type | Description |
$this |
getStateChange
State change of the finding between the points in time.
Returns | |
---|---|
Type | Description |
int |
setStateChange
State change of the finding between the points in time.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getResource
Output only. Resource that is associated with this finding.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource|null |
hasResource
clearResource
setResource
Output only. Resource that is associated with this finding.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\ListFindingsResponse\ListFindingsResult\Resource
|
Returns | |
---|---|
Type | Description |
$this |