Interface FindingTypeStatsOrBuilder (2.41.0)

public interface FindingTypeStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFindingCount()

public abstract int getFindingCount()

Output only. The count of findings belonging to this finding type.

int32 finding_count = 2;

Returns
TypeDescription
int

The findingCount.

getFindingType()

public abstract String getFindingType()

Output only. The finding type associated with the stats.

string finding_type = 1;

Returns
TypeDescription
String

The findingType.

getFindingTypeBytes()

public abstract ByteString getFindingTypeBytes()

Output only. The finding type associated with the stats.

string finding_type = 1;

Returns
TypeDescription
ByteString

The bytes for findingType.