Class: Google::Privacy::Dlp::V2beta1::PrivacyMetric::KAnonymityConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::PrivacyMetric::KAnonymityConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
k-anonymity metric, used for analysis of reidentification risk.
Instance Attribute Summary collapse
-
#entity_id ⇒ Google::Privacy::Dlp::V2beta1::EntityId
Optional message indicating that each distinct +EntityId+ should not contribute to the k-anonymity count more than once per equivalence class.
-
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldId>
Set of fields to compute k-anonymity over.
Instance Attribute Details
#entity_id ⇒ Google::Privacy::Dlp::V2beta1::EntityId
Returns Optional message indicating that each distinct +EntityId+ should not contribute to the k-anonymity count more than once per equivalence class.
535 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 535 class KAnonymityConfig; end |
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldId>
Returns 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.
535 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 535 class KAnonymityConfig; end |