public sealed class PrivacyMetric : IMessage<PrivacyMetric>, IEquatable<PrivacyMetric>, IDeepCloneable<PrivacyMetric>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.
Privacy metric to compute for reidentification risk analysis.
Implements
IMessagePrivacyMetric, IEquatablePrivacyMetric, IDeepCloneablePrivacyMetric, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
PrivacyMetric()
public PrivacyMetric()
PrivacyMetric(PrivacyMetric)
public PrivacyMetric(PrivacyMetric other)
Parameter | |
---|---|
Name | Description |
other | PrivacyMetric |
Properties
CategoricalStatsConfig
public PrivacyMetric.Types.CategoricalStatsConfig CategoricalStatsConfig { get; set; }
Categorical stats
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesCategoricalStatsConfig |
DeltaPresenceEstimationConfig
public PrivacyMetric.Types.DeltaPresenceEstimationConfig DeltaPresenceEstimationConfig { get; set; }
delta-presence
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesDeltaPresenceEstimationConfig |
KAnonymityConfig
public PrivacyMetric.Types.KAnonymityConfig KAnonymityConfig { get; set; }
K-anonymity
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesKAnonymityConfig |
KMapEstimationConfig
public PrivacyMetric.Types.KMapEstimationConfig KMapEstimationConfig { get; set; }
k-map
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesKMapEstimationConfig |
LDiversityConfig
public PrivacyMetric.Types.LDiversityConfig LDiversityConfig { get; set; }
l-diversity
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesLDiversityConfig |
NumericalStatsConfig
public PrivacyMetric.Types.NumericalStatsConfig NumericalStatsConfig { get; set; }
Numerical stats
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypesNumericalStatsConfig |
TypeCase
public PrivacyMetric.TypeOneofCase TypeCase { get; }
Property Value | |
---|---|
Type | Description |
PrivacyMetricTypeOneofCase |