Data Loss Prevention V2 Client - Class KMapEstimationConfig (1.9.0)

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

Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.

Generated from protobuf message google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig

Namespace

Google \ Cloud \ Dlp \ V2 \ PrivacyMetric

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ quasi_ids array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\TaggedField>

Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.

↳ region_code string

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

↳ auxiliary_tables array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\AuxiliaryTable>

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.

getQuasiIds

Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setQuasiIds

Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\TaggedField>
Returns
TypeDescription
$this

getRegionCode

ISO 3166-1 alpha-2 region code to use in the statistical modeling.

Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

Returns
TypeDescription
string

setRegionCode

ISO 3166-1 alpha-2 region code to use in the statistical modeling.

Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAuxiliaryTables

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAuxiliaryTables

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\AuxiliaryTable>
Returns
TypeDescription
$this