public interface FindingTypeStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFindingCount()
public abstract int getFindingCount()
The count of findings belonging to this finding type.
int32 finding_count = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for findingType. |