public final class PrivacyMetric extends GeneratedMessageV3 implements PrivacyMetricOrBuilder
Privacy metric to compute for reidentification risk analysis.
Protobuf type google.privacy.dlp.v2.PrivacyMetric
Static Fields
CATEGORICAL_STATS_CONFIG_FIELD_NUMBER
public static final int CATEGORICAL_STATS_CONFIG_FIELD_NUMBER
Field Value
DELTA_PRESENCE_ESTIMATION_CONFIG_FIELD_NUMBER
public static final int DELTA_PRESENCE_ESTIMATION_CONFIG_FIELD_NUMBER
Field Value
K_ANONYMITY_CONFIG_FIELD_NUMBER
public static final int K_ANONYMITY_CONFIG_FIELD_NUMBER
Field Value
K_MAP_ESTIMATION_CONFIG_FIELD_NUMBER
public static final int K_MAP_ESTIMATION_CONFIG_FIELD_NUMBER
Field Value
L_DIVERSITY_CONFIG_FIELD_NUMBER
public static final int L_DIVERSITY_CONFIG_FIELD_NUMBER
Field Value
NUMERICAL_STATS_CONFIG_FIELD_NUMBER
public static final int NUMERICAL_STATS_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PrivacyMetric getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PrivacyMetric.Builder newBuilder()
Returns
newBuilder(PrivacyMetric prototype)
public static PrivacyMetric.Builder newBuilder(PrivacyMetric prototype)
Parameter
Returns
public static PrivacyMetric parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PrivacyMetric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PrivacyMetric parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PrivacyMetric parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PrivacyMetric parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PrivacyMetric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PrivacyMetric parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PrivacyMetric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PrivacyMetric parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PrivacyMetric> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCategoricalStatsConfig()
public PrivacyMetric.CategoricalStatsConfig getCategoricalStatsConfig()
Categorical stats
.google.privacy.dlp.v2.PrivacyMetric.CategoricalStatsConfig categorical_stats_config = 2;
Returns
getCategoricalStatsConfigOrBuilder()
public PrivacyMetric.CategoricalStatsConfigOrBuilder getCategoricalStatsConfigOrBuilder()
Categorical stats
.google.privacy.dlp.v2.PrivacyMetric.CategoricalStatsConfig categorical_stats_config = 2;
Returns
getDefaultInstanceForType()
public PrivacyMetric getDefaultInstanceForType()
Returns
getDeltaPresenceEstimationConfig()
public PrivacyMetric.DeltaPresenceEstimationConfig getDeltaPresenceEstimationConfig()
delta-presence
.google.privacy.dlp.v2.PrivacyMetric.DeltaPresenceEstimationConfig delta_presence_estimation_config = 6;
Returns
getDeltaPresenceEstimationConfigOrBuilder()
public PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder getDeltaPresenceEstimationConfigOrBuilder()
delta-presence
.google.privacy.dlp.v2.PrivacyMetric.DeltaPresenceEstimationConfig delta_presence_estimation_config = 6;
Returns
getKAnonymityConfig()
public PrivacyMetric.KAnonymityConfig getKAnonymityConfig()
K-anonymity
.google.privacy.dlp.v2.PrivacyMetric.KAnonymityConfig k_anonymity_config = 3;
Returns
getKAnonymityConfigOrBuilder()
public PrivacyMetric.KAnonymityConfigOrBuilder getKAnonymityConfigOrBuilder()
K-anonymity
.google.privacy.dlp.v2.PrivacyMetric.KAnonymityConfig k_anonymity_config = 3;
Returns
getKMapEstimationConfig()
public PrivacyMetric.KMapEstimationConfig getKMapEstimationConfig()
k-map
.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig k_map_estimation_config = 5;
Returns
getKMapEstimationConfigOrBuilder()
public PrivacyMetric.KMapEstimationConfigOrBuilder getKMapEstimationConfigOrBuilder()
k-map
.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig k_map_estimation_config = 5;
Returns
getLDiversityConfig()
public PrivacyMetric.LDiversityConfig getLDiversityConfig()
l-diversity
.google.privacy.dlp.v2.PrivacyMetric.LDiversityConfig l_diversity_config = 4;
Returns
getLDiversityConfigOrBuilder()
public PrivacyMetric.LDiversityConfigOrBuilder getLDiversityConfigOrBuilder()
l-diversity
.google.privacy.dlp.v2.PrivacyMetric.LDiversityConfig l_diversity_config = 4;
Returns
getNumericalStatsConfig()
public PrivacyMetric.NumericalStatsConfig getNumericalStatsConfig()
Numerical stats
.google.privacy.dlp.v2.PrivacyMetric.NumericalStatsConfig numerical_stats_config = 1;
Returns
getNumericalStatsConfigOrBuilder()
public PrivacyMetric.NumericalStatsConfigOrBuilder getNumericalStatsConfigOrBuilder()
Numerical stats
.google.privacy.dlp.v2.PrivacyMetric.NumericalStatsConfig numerical_stats_config = 1;
Returns
getParserForType()
public Parser<PrivacyMetric> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTypeCase()
public PrivacyMetric.TypeCase getTypeCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasCategoricalStatsConfig()
public boolean hasCategoricalStatsConfig()
Categorical stats
.google.privacy.dlp.v2.PrivacyMetric.CategoricalStatsConfig categorical_stats_config = 2;
Returns
Type | Description |
boolean | Whether the categoricalStatsConfig field is set.
|
hasDeltaPresenceEstimationConfig()
public boolean hasDeltaPresenceEstimationConfig()
delta-presence
.google.privacy.dlp.v2.PrivacyMetric.DeltaPresenceEstimationConfig delta_presence_estimation_config = 6;
Returns
Type | Description |
boolean | Whether the deltaPresenceEstimationConfig field is set.
|
hasKAnonymityConfig()
public boolean hasKAnonymityConfig()
K-anonymity
.google.privacy.dlp.v2.PrivacyMetric.KAnonymityConfig k_anonymity_config = 3;
Returns
Type | Description |
boolean | Whether the kAnonymityConfig field is set.
|
hasKMapEstimationConfig()
public boolean hasKMapEstimationConfig()
k-map
.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig k_map_estimation_config = 5;
Returns
Type | Description |
boolean | Whether the kMapEstimationConfig field is set.
|
hasLDiversityConfig()
public boolean hasLDiversityConfig()
l-diversity
.google.privacy.dlp.v2.PrivacyMetric.LDiversityConfig l_diversity_config = 4;
Returns
Type | Description |
boolean | Whether the lDiversityConfig field is set.
|
hasNumericalStatsConfig()
public boolean hasNumericalStatsConfig()
Numerical stats
.google.privacy.dlp.v2.PrivacyMetric.NumericalStatsConfig numerical_stats_config = 1;
Returns
Type | Description |
boolean | Whether the numericalStatsConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PrivacyMetric.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivacyMetric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PrivacyMetric.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions