public static interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEstimatedProbability()
public abstract double getEstimatedProbability()The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
double estimated_probability = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The estimatedProbability. |
getQuasiIdsValues(int index)
public abstract Value getQuasiIdsValues(int index)The quasi-identifier values.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getQuasiIdsValuesCount()
public abstract int getQuasiIdsValuesCount()The quasi-identifier values.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getQuasiIdsValuesList()
public abstract List<Value> getQuasiIdsValuesList()The quasi-identifier values.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Value> |
|
getQuasiIdsValuesOrBuilder(int index)
public abstract ValueOrBuilder getQuasiIdsValuesOrBuilder(int index)The quasi-identifier values.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getQuasiIdsValuesOrBuilderList()
public abstract List<? extends ValueOrBuilder> getQuasiIdsValuesOrBuilderList()The quasi-identifier values.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.ValueOrBuilder> |
|