Class PrivacyMetric.KMapEstimationConfig (3.18.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.18.0keyboard_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  
      
        Type Description  
      
        int  
     
  
  QUASI_IDS_FIELD_NUMBER 
  
    
public   static   final   int   QUASI_IDS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REGION_CODE_FIELD_NUMBER 
  
    
public   static   final   int   REGION_CODE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   PrivacyMetric . KMapEstimationConfig . Builder   newBuilder ()  
  
  newBuilder(PrivacyMetric.KMapEstimationConfig prototype) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig . Builder   newBuilder ( PrivacyMetric . KMapEstimationConfig   prototype )  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PrivacyMetric . KMapEstimationConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<PrivacyMetric . KMapEstimationConfig >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  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  
      
        Name Description  
      
        indexint  
     
  
  
  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  
      
        Type Description  
      
        int  
     
  
  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;
 
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  
      
        Name Description  
      
        indexint  
     
  
  
  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 ()  
  
  getParserForType() 
  
    
public   Parser<PrivacyMetric . KMapEstimationConfig >  getParserForType ()  
  
  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  
      
        Name Description  
      
        indexint  
     
  
  
  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  
      
        Type Description  
      
        int  
     
  
  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];
 
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  
      
        Name Description  
      
        indexint  
     
  
  
  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  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   PrivacyMetric . KMapEstimationConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   PrivacyMetric . KMapEstimationConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   PrivacyMetric . KMapEstimationConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]