Send feedback
Class PrivacyMetric.KMapEstimationConfig (3.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.13.0 keyboard_arrow_down
public static final class PrivacyMetric . KMapEstimationConfig extends GeneratedMessageV3 implements PrivacyMetric . KMapEstimationConfigOrBuilder
Reidentifiability metric. This corresponds to a risk model similar to what
is called "journalist risk" in the literature, except the attack dataset is
statistically modeled instead of being perfectly known. This can be done
using publicly available data (like the US Census), or using a custom
statistical model (indicated as one or several BigQuery tables), or by
extrapolating from the distribution of values in the input dataset.
Protobuf type google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig
Static Fields
AUXILIARY_TABLES_FIELD_NUMBER
public static final int AUXILIARY_TABLES_FIELD_NUMBER
Field Value
QUASI_IDS_FIELD_NUMBER
public static final int QUASI_IDS_FIELD_NUMBER
Field Value
REGION_CODE_FIELD_NUMBER
public static final int REGION_CODE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PrivacyMetric . KMapEstimationConfig getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static PrivacyMetric . KMapEstimationConfig . Builder newBuilder ()
Returns
newBuilder(PrivacyMetric.KMapEstimationConfig prototype)
public static PrivacyMetric . KMapEstimationConfig . Builder newBuilder ( PrivacyMetric . KMapEstimationConfig prototype )
Parameter
Returns
public static PrivacyMetric . KMapEstimationConfig parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static PrivacyMetric . KMapEstimationConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static PrivacyMetric . KMapEstimationConfig parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static PrivacyMetric . KMapEstimationConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static PrivacyMetric . KMapEstimationConfig parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static PrivacyMetric . KMapEstimationConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivacyMetric . KMapEstimationConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<PrivacyMetric . KMapEstimationConfig > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAuxiliaryTables(int index)
public PrivacyMetric . KMapEstimationConfig . AuxiliaryTable getAuxiliaryTables ( int index )
Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers column must appear in exactly one column
of one auxiliary table.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable auxiliary_tables = 3;
Parameter
Returns
getAuxiliaryTablesCount()
public int getAuxiliaryTablesCount ()
Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers column must appear in exactly one column
of one auxiliary table.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable auxiliary_tables = 3;
Returns
getAuxiliaryTablesList()
public List<PrivacyMetric . KMapEstimationConfig . AuxiliaryTable > getAuxiliaryTablesList ()
Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers column must appear in exactly one column
of one auxiliary table.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable auxiliary_tables = 3;
Returns
getAuxiliaryTablesOrBuilder(int index)
public PrivacyMetric . KMapEstimationConfig . AuxiliaryTableOrBuilder getAuxiliaryTablesOrBuilder ( int index )
Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers column must appear in exactly one column
of one auxiliary table.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable auxiliary_tables = 3;
Parameter
Returns
getAuxiliaryTablesOrBuilderList()
public List <? extends PrivacyMetric . KMapEstimationConfig . AuxiliaryTableOrBuilder > getAuxiliaryTablesOrBuilderList ()
Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers column must appear in exactly one column
of one auxiliary table.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable auxiliary_tables = 3;
Returns
Type Description List <? extends com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder >
getDefaultInstanceForType()
public PrivacyMetric . KMapEstimationConfig getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<PrivacyMetric . KMapEstimationConfig > getParserForType ()
Returns
Overrides
getQuasiIds(int index)
public PrivacyMetric . KMapEstimationConfig . TaggedField getQuasiIds ( int index )
Required. Fields considered to be quasi-identifiers. No two columns can have the
same tag.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getQuasiIdsCount()
public int getQuasiIdsCount ()
Required. Fields considered to be quasi-identifiers. No two columns can have the
same tag.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getQuasiIdsList()
public List<PrivacyMetric . KMapEstimationConfig . TaggedField > getQuasiIdsList ()
Required. Fields considered to be quasi-identifiers. No two columns can have the
same tag.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getQuasiIdsOrBuilder(int index)
public PrivacyMetric . KMapEstimationConfig . TaggedFieldOrBuilder getQuasiIdsOrBuilder ( int index )
Required. Fields considered to be quasi-identifiers. No two columns can have the
same tag.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getQuasiIdsOrBuilderList()
public List <? extends PrivacyMetric . KMapEstimationConfig . TaggedFieldOrBuilder > getQuasiIdsOrBuilderList ()
Required. Fields considered to be quasi-identifiers. No two columns can have the
same tag.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description List <? extends com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.TaggedFieldOrBuilder >
getRegionCode()
public String getRegionCode ()
ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like
US_ZIP_5) or a region code.
string region_code = 2;
Returns
Type Description String
The regionCode.
getRegionCodeBytes()
public ByteString getRegionCodeBytes ()
ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like
US_ZIP_5) or a region code.
string region_code = 2;
Returns
Type Description ByteString
The bytes for regionCode.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public PrivacyMetric . KMapEstimationConfig . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivacyMetric . KMapEstimationConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public PrivacyMetric . KMapEstimationConfig . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]