Interface InfoTypeSummaryOrBuilder (3.45.0)

public interface InfoTypeSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEstimatedPrevalence() (deprecated)

public abstract int getEstimatedPrevalence()

Deprecated. google.privacy.dlp.v2.InfoTypeSummary.estimated_prevalence is deprecated. See google/privacy/dlp/v2/dlp.proto;l=6408

Not populated for predicted infotypes.

int32 estimated_prevalence = 2 [deprecated = true];

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.