Interface FindingTypeStatsOrBuilder (2.41.0)

public interface FindingTypeStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFindingCount()

public abstract int getFindingCount()

The count of findings belonging to this finding type.

int32 finding_count = 2;

Returns
TypeDescription
int

The findingCount.

getFindingType()

public abstract Finding.FindingType getFindingType()

The finding type associated with the stats.

.google.cloud.websecurityscanner.v1alpha.Finding.FindingType finding_type = 1;

Returns
TypeDescription
Finding.FindingType

The findingType.

getFindingTypeValue()

public abstract int getFindingTypeValue()

The finding type associated with the stats.

.google.cloud.websecurityscanner.v1alpha.Finding.FindingType finding_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for findingType.