Data Loss Prevention V2 Client - Class InfoTypeStats (1.11.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class InfoTypeStats.

Statistics regarding a specific InfoType.

Generated from protobuf message google.privacy.dlp.v2.InfoTypeStats

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ info_type Google\Cloud\Dlp\V2\InfoType

The type of finding this stat is for.

↳ count int|string

Number of findings for this infoType.

getInfoType

The type of finding this stat is for.

Returns
TypeDescription
Google\Cloud\Dlp\V2\InfoType|null

hasInfoType

clearInfoType

setInfoType

The type of finding this stat is for.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\InfoType
Returns
TypeDescription
$this

getCount

Number of findings for this infoType.

Returns
TypeDescription
int|string

setCount

Number of findings for this infoType.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this