public interface FindingTypeStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFindingCount()
Output only.
|
String |
getFindingType()
Output only.
|
com.google.protobuf.ByteString |
getFindingTypeBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFindingType()
Output only. The finding type associated with the stats.
string finding_type = 1;com.google.protobuf.ByteString getFindingTypeBytes()
Output only. The finding type associated with the stats.
string finding_type = 1;int getFindingCount()
Output only. The count of findings belonging to this finding type.
int32 finding_count = 2;Copyright © 2019 Google LLC. All rights reserved.