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()
Output only.String
getFindingType()
Output only.com.google.protobuf.ByteString
getFindingTypeBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFindingType
String getFindingType()
Output only. The finding type associated with the stats.
string finding_type = 1;
- Returns:
- The findingType.
-
getFindingTypeBytes
com.google.protobuf.ByteString getFindingTypeBytes()
Output only. The finding type associated with the stats.
string finding_type = 1;
- Returns:
- The bytes for findingType.
-
getFindingCount
int getFindingCount()
Output only. The count of findings belonging to this finding type.
int32 finding_count = 2;
- Returns:
- The findingCount.
-
-