public static interface PrivacyMetric.KAnonymityConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EntityId |
getEntityId()
Optional message indicating that each distinct `EntityId` should not
contribute to the k-anonymity count more than once per equivalence class.
|
EntityIdOrBuilder |
getEntityIdOrBuilder()
Optional message indicating that each distinct `EntityId` should not
contribute to the k-anonymity count more than once per equivalence class.
|
FieldId |
getQuasiIds(int index)
Set of fields to compute k-anonymity over.
|
int |
getQuasiIdsCount()
Set of fields to compute k-anonymity over.
|
java.util.List<FieldId> |
getQuasiIdsList()
Set of fields to compute k-anonymity over.
|
FieldIdOrBuilder |
getQuasiIdsOrBuilder(int index)
Set of fields to compute k-anonymity over.
|
java.util.List<? extends FieldIdOrBuilder> |
getQuasiIdsOrBuilderList()
Set of fields to compute k-anonymity over.
|
boolean |
hasEntityId()
Optional message indicating that each distinct `EntityId` should not
contribute to the k-anonymity count more than once per equivalence class.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<FieldId> getQuasiIdsList()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2beta1.FieldId quasi_ids = 1;
FieldId getQuasiIds(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2beta1.FieldId quasi_ids = 1;
int getQuasiIdsCount()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2beta1.FieldId quasi_ids = 1;
java.util.List<? extends FieldIdOrBuilder> getQuasiIdsOrBuilderList()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2beta1.FieldId quasi_ids = 1;
FieldIdOrBuilder getQuasiIdsOrBuilder(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2beta1.FieldId quasi_ids = 1;
boolean hasEntityId()
Optional message indicating that each distinct `EntityId` should not contribute to the k-anonymity count more than once per equivalence class.
.google.privacy.dlp.v2beta1.EntityId entity_id = 2;
EntityId getEntityId()
Optional message indicating that each distinct `EntityId` should not contribute to the k-anonymity count more than once per equivalence class.
.google.privacy.dlp.v2beta1.EntityId entity_id = 2;
EntityIdOrBuilder getEntityIdOrBuilder()
Optional message indicating that each distinct `EntityId` should not contribute to the k-anonymity count more than once per equivalence class.
.google.privacy.dlp.v2beta1.EntityId entity_id = 2;