public interface VulnerabilityOccurrencesSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<VulnerabilityOccurrencesSummary.FixableTotalByDigest> getCountsList()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .grafeas.v1beta1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
VulnerabilityOccurrencesSummary.FixableTotalByDigest getCounts(int index)
A listing by resource of the number of fixable and total vulnerabilities.
repeated .grafeas.v1beta1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
int getCountsCount()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .grafeas.v1beta1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
List<? extends VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder> getCountsOrBuilderList()
A listing by resource of the number of fixable and total vulnerabilities.
repeated .grafeas.v1beta1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder getCountsOrBuilder(int index)
A listing by resource of the number of fixable and total vulnerabilities.
repeated .grafeas.v1beta1.VulnerabilityOccurrencesSummary.FixableTotalByDigest counts = 1;
Copyright © 2019 Google LLC. All rights reserved.