Data Loss Prevention V2 Client - Class QuasiIdentifierField (1.12.0)

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

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Generated from protobuf message google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField

Namespace

Google \ Cloud \ Dlp \ V2 \ StatisticalTable

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ field Google\Cloud\Dlp\V2\FieldId

Identifies the column.

↳ custom_tag string

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

getField

Identifies the column.

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

hasField

clearField

setField

Identifies the column.

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

getCustomTag

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Returns
TypeDescription
string

setCustomTag

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Parameter
NameDescription
var string
Returns
TypeDescription
$this