Package com.google.containeranalysis.v1
Interface VulnerabilityOccurrencesSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VulnerabilityOccurrencesSummary
,VulnerabilityOccurrencesSummary.Builder
public interface VulnerabilityOccurrencesSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VulnerabilityOccurrencesSummary.FixableTotalByDigest
getCounts(int index)
A listing by resource of the number of fixable and total vulnerabilities.int
getCountsCount()
A listing by resource of the number of fixable and total vulnerabilities.List<VulnerabilityOccurrencesSummary.FixableTotalByDigest>
getCountsList()
A listing by resource of the number of fixable and total vulnerabilities.VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder
getCountsOrBuilder(int index)
A listing by resource of the number of fixable and total vulnerabilities.List<? extends VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder>
getCountsOrBuilderList()
A listing by resource of the number of fixable and total vulnerabilities.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCountsList
List<VulnerabilityOccurrencesSummary.FixableTotalByDigest> getCountsList()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .google.devtools.containeranalysis.v1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
-
getCounts
VulnerabilityOccurrencesSummary.FixableTotalByDigest getCounts(int index)
A listing by resource of the number of fixable and total vulnerabilities.
repeated .google.devtools.containeranalysis.v1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
-
getCountsCount
int getCountsCount()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .google.devtools.containeranalysis.v1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
-
getCountsOrBuilderList
List<? extends VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder> getCountsOrBuilderList()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .google.devtools.containeranalysis.v1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
-
getCountsOrBuilder
VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder getCountsOrBuilder(int index)
A listing by resource of the number of fixable and total vulnerabilities.
repeated .google.devtools.containeranalysis.v1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
-
-