Reference documentation and code samples for the Data Loss Prevention V2 Client class KMapEstimationQuasiIdValues.
A tuple of values for the quasi-identifier columns.
Generated from protobuf message google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationQuasiIdValues
Namespace
Google \ Cloud \ Dlp \ V2 \ AnalyzeDataSourceRiskDetails \ KMapEstimationResultMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ quasi_ids_values |
array<Google\Cloud\Dlp\V2\Value>
The quasi-identifier values. |
↳ estimated_anonymity |
int|string
The estimated anonymity for these quasi-identifier values. |
getQuasiIdsValues
The quasi-identifier values.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQuasiIdsValues
The quasi-identifier values.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\Value>
|
Returns | |
---|---|
Type | Description |
$this |
getEstimatedAnonymity
The estimated anonymity for these quasi-identifier values.
Returns | |
---|---|
Type | Description |
int|string |
setEstimatedAnonymity
The estimated anonymity for these quasi-identifier values.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |