Reference documentation and code samples for the Data Loss Prevention V2 Client class QuasiIdField.
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.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField
Namespace
Google \ Cloud \ Dlp \ V2 \ PrivacyMetric \ KMapEstimationConfig \ AuxiliaryTableMethods
__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 auxiliary field. |
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 auxiliary field.
Returns | |
---|---|
Type | Description |
string |
setCustomTag
A auxiliary field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |