Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ListFindingTypeStatsResponse.
Response for the ListFindingTypeStats
method.
Generated from protobuf message google.cloud.websecurityscanner.v1.ListFindingTypeStatsResponse
Namespace
Google \ Cloud \ WebSecurityScanner \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ finding_type_stats |
array<Google\Cloud\WebSecurityScanner\V1\FindingTypeStats>
The list of FindingTypeStats returned. |
getFindingTypeStats
The list of FindingTypeStats returned.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFindingTypeStats
The list of FindingTypeStats returned.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\WebSecurityScanner\V1\FindingTypeStats>
|
Returns | |
---|---|
Type | Description |
$this |