public static interface AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityEquivalenceClassOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEquivalenceClassSize()
Size of the equivalence class, for example number of rows with the
above set of values.
|
Value |
getQuasiIdsValues(int index)
Set of values defining the equivalence class.
|
int |
getQuasiIdsValuesCount()
Set of values defining the equivalence class.
|
java.util.List<Value> |
getQuasiIdsValuesList()
Set of values defining the equivalence class.
|
ValueOrBuilder |
getQuasiIdsValuesOrBuilder(int index)
Set of values defining the equivalence class.
|
java.util.List<? extends ValueOrBuilder> |
getQuasiIdsValuesOrBuilderList()
Set of values defining the equivalence class.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Value> getQuasiIdsValuesList()
Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
Value getQuasiIdsValues(int index)
Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
int getQuasiIdsValuesCount()
Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
java.util.List<? extends ValueOrBuilder> getQuasiIdsValuesOrBuilderList()
Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
ValueOrBuilder getQuasiIdsValuesOrBuilder(int index)
Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.
repeated .google.privacy.dlp.v2.Value quasi_ids_values = 1;
long getEquivalenceClassSize()
Size of the equivalence class, for example number of rows with the above set of values.
int64 equivalence_class_size = 2;