Interface InfoTypeStatsOrBuilder (3.1.4)

public interface InfoTypeStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Number of findings for this infoType.

int64 count = 2;

Returns
TypeDescription
long

The count.

getInfoType()

public abstract InfoType getInfoType()

The type of finding this stat is for.

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

Returns
TypeDescription
InfoType

The infoType.

getInfoTypeOrBuilder()

public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()

The type of finding this stat is for.

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

Returns
TypeDescription
InfoTypeOrBuilder

hasInfoType()

public abstract boolean hasInfoType()

The type of finding this stat is for.

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

Returns
TypeDescription
boolean

Whether the infoType field is set.