Data Loss Prevention V2 Client - Class OtherInfoTypeSummary (1.11.0)

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

Infotype details for other infoTypes found within a column.

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

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 other infoType.

↳ estimated_prevalence int

Approximate percentage of non-null rows that contained data detected by this infotype.

↳ excluded_from_analysis bool

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

getInfoType

The other infoType.

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

hasInfoType

clearInfoType

setInfoType

The other infoType.

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

getEstimatedPrevalence

Approximate percentage of non-null rows that contained data detected by this infotype.

Returns
TypeDescription
int

setEstimatedPrevalence

Approximate percentage of non-null rows that contained data detected by this infotype.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getExcludedFromAnalysis

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

Returns
TypeDescription
bool

setExcludedFromAnalysis

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

Parameter
NameDescription
var bool
Returns
TypeDescription
$this