Interface OtherInfoTypeSummaryOrBuilder (3.46.0)

public interface OtherInfoTypeSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEstimatedPrevalence()

public abstract int getEstimatedPrevalence()

Approximate percentage of non-null rows that contained data detected by this infotype.

int32 estimated_prevalence = 2;

Returns
Type Description
int

The estimatedPrevalence.

getExcludedFromAnalysis()

public abstract boolean getExcludedFromAnalysis()

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

bool excluded_from_analysis = 3;

Returns
Type Description
boolean

The excludedFromAnalysis.

getInfoType()

public abstract InfoType getInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoType

The infoType.

getInfoTypeOrBuilder()

public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoTypeOrBuilder

hasInfoType()

public abstract boolean hasInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
boolean

Whether the infoType field is set.