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 \ StatisticalTableMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\FieldId|null |
hasField
clearField
setField
Identifies the column.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\FieldId
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |