Google Cloud Web Security Scanner V1 Client - Class ListFindingTypeStatsResponse (0.7.18)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFindingTypeStats

The list of FindingTypeStats returned.

Parameter
NameDescription
var array<Google\Cloud\WebSecurityScanner\V1\FindingTypeStats>
Returns
TypeDescription
$this