Class: Google::Cloud::Dlp::V2::PrivacyMetric::LDiversityConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

l-diversity metric, used for analysis of reidentification risk.

Instance Attribute Summary collapse

Instance Attribute Details

#quasi_ids::Array<::Google::Cloud::Dlp::V2::FieldId>

Returns 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.

Returns:

  • (::Array<::Google::Cloud::Dlp::V2::FieldId>)

    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.



1586
1587
1588
1589
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1586

class LDiversityConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sensitive_attribute::Google::Cloud::Dlp::V2::FieldId

Returns Sensitive field for computing the l-value.

Returns:



1586
1587
1588
1589
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1586

class LDiversityConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end