Interface FindingTypeStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FindingTypeStats
,FindingTypeStats.Builder
public interface FindingTypeStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFindingCount()
The count of findings belonging to this finding type.Finding.FindingType
getFindingType()
The finding type associated with the stats.int
getFindingTypeValue()
The finding type associated with the stats.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFindingTypeValue
int getFindingTypeValue()
The finding type associated with the stats.
.google.cloud.websecurityscanner.v1alpha.Finding.FindingType finding_type = 1;
- Returns:
- The enum numeric value on the wire for findingType.
-
getFindingType
Finding.FindingType getFindingType()
The finding type associated with the stats.
.google.cloud.websecurityscanner.v1alpha.Finding.FindingType finding_type = 1;
- Returns:
- The findingType.
-
getFindingCount
int getFindingCount()
The count of findings belonging to this finding type.
int32 finding_count = 2;
- Returns:
- The findingCount.
-
-