public interface InfoTypeStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
Number of findings for this infoType.
int64 count = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
InfoTypeOrBuilder |
hasInfoType()
public abstract boolean hasInfoType()
The type of finding this stat is for.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the infoType field is set. |