public static interface PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuxiliaryTables(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StatisticalTable |
|
getAuxiliaryTablesCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAuxiliaryTablesList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<StatisticalTable> |
|
getAuxiliaryTablesOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StatisticalTableOrBuilder |
|
getAuxiliaryTablesOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.StatisticalTableOrBuilder> |
|
getQuasiIds(int index)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QuasiId |
|
getQuasiIdsCount()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getQuasiIdsList()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<QuasiId> |
|
getQuasiIdsOrBuilder(int index)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QuasiIdOrBuilder |
|
getQuasiIdsOrBuilderList()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.QuasiIdOrBuilder> |
|
getRegionCode()
public abstract 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 abstract 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. |