Interface PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder

    • Method Detail

      • getQuasiIdsList

        List<QuasiId> getQuasiIdsList()
         Required. Fields considered to be quasi-identifiers. No two fields can have the
         same tag.
         
        repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
      • getQuasiIds

        QuasiId getQuasiIds​(int index)
         Required. Fields considered to be quasi-identifiers. No two fields can have the
         same tag.
         
        repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
      • getQuasiIdsCount

        int getQuasiIdsCount()
         Required. Fields considered to be quasi-identifiers. No two fields can have the
         same tag.
         
        repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
      • getQuasiIdsOrBuilderList

        List<? extends QuasiIdOrBuilder> getQuasiIdsOrBuilderList()
         Required. Fields considered to be quasi-identifiers. No two fields can have the
         same tag.
         
        repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
      • getQuasiIdsOrBuilder

        QuasiIdOrBuilder getQuasiIdsOrBuilder​(int index)
         Required. Fields considered to be quasi-identifiers. No two fields can have the
         same tag.
         
        repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRegionCode

        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:
        The regionCode.
      • getRegionCodeBytes

        com.google.protobuf.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:
        The bytes for regionCode.
      • getAuxiliaryTablesList

        List<StatisticalTable> getAuxiliaryTablesList()
         Several auxiliary tables can be used in the analysis. Each custom_tag
         used to tag a quasi-identifiers field must appear in exactly one
         field of one auxiliary table.
         
        repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
      • getAuxiliaryTables

        StatisticalTable getAuxiliaryTables​(int index)
         Several auxiliary tables can be used in the analysis. Each custom_tag
         used to tag a quasi-identifiers field must appear in exactly one
         field of one auxiliary table.
         
        repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
      • getAuxiliaryTablesCount

        int getAuxiliaryTablesCount()
         Several auxiliary tables can be used in the analysis. Each custom_tag
         used to tag a quasi-identifiers field must appear in exactly one
         field of one auxiliary table.
         
        repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
      • getAuxiliaryTablesOrBuilderList

        List<? extends StatisticalTableOrBuilder> getAuxiliaryTablesOrBuilderList()
         Several auxiliary tables can be used in the analysis. Each custom_tag
         used to tag a quasi-identifiers field must appear in exactly one
         field of one auxiliary table.
         
        repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
      • getAuxiliaryTablesOrBuilder

        StatisticalTableOrBuilder getAuxiliaryTablesOrBuilder​(int index)
         Several auxiliary tables can be used in the analysis. Each custom_tag
         used to tag a quasi-identifiers field must appear in exactly one
         field of one auxiliary table.
         
        repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;