Interface OtherInfoTypeSummaryOrBuilder (3.44.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
TypeDescription
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
TypeDescription
boolean

The excludedFromAnalysis.

getInfoType()

public abstract InfoType getInfoType()

The other infoType.

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

Returns
TypeDescription
InfoType

The infoType.

getInfoTypeOrBuilder()

public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()

The other infoType.

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

Returns
TypeDescription
InfoTypeOrBuilder

hasInfoType()

public abstract boolean hasInfoType()

The other infoType.

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

Returns
TypeDescription
boolean

Whether the infoType field is set.