public static interface PrivacyMetric.LDiversityConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldId |
getQuasiIds(int index)
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation.
|
int |
getQuasiIdsCount()
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation.
|
java.util.List<FieldId> |
getQuasiIdsList()
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation.
|
FieldIdOrBuilder |
getQuasiIdsOrBuilder(int index)
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation.
|
java.util.List<? extends FieldIdOrBuilder> |
getQuasiIdsOrBuilderList()
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation.
|
FieldId |
getSensitiveAttribute()
Sensitive field for computing the l-value.
|
FieldIdOrBuilder |
getSensitiveAttributeOrBuilder()
Sensitive field for computing the l-value.
|
boolean |
hasSensitiveAttribute()
Sensitive field for computing the l-value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<FieldId> getQuasiIdsList()
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
FieldId getQuasiIds(int index)
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
int getQuasiIdsCount()
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
java.util.List<? extends FieldIdOrBuilder> getQuasiIdsOrBuilderList()
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
FieldIdOrBuilder getQuasiIdsOrBuilder(int index)
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
boolean hasSensitiveAttribute()
Sensitive field for computing the l-value.
.google.privacy.dlp.v2.FieldId sensitive_attribute = 2;
FieldId getSensitiveAttribute()
Sensitive field for computing the l-value.
.google.privacy.dlp.v2.FieldId sensitive_attribute = 2;
FieldIdOrBuilder getSensitiveAttributeOrBuilder()
Sensitive field for computing the l-value.
.google.privacy.dlp.v2.FieldId sensitive_attribute = 2;