Interface InfoTypeSummaryOrBuilder (3.7.2)

public interface InfoTypeSummaryOrBuilder 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.

getInfoType()

public abstract InfoType getInfoType()

The infoType.

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

Returns
TypeDescription
InfoType

The infoType.

getInfoTypeOrBuilder()

public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()

The infoType.

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

Returns
TypeDescription
InfoTypeOrBuilder

hasInfoType()

public abstract boolean hasInfoType()

The infoType.

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

Returns
TypeDescription
boolean

Whether the infoType field is set.