Package com.google.containeranalysis.v1
Interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VulnerabilityOccurrencesSummary.FixableTotalByDigest,VulnerabilityOccurrencesSummary.FixableTotalByDigest.Builder
- Enclosing class:
- VulnerabilityOccurrencesSummary
public static interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFixableCount()The number of fixable vulnerabilities associated with this resource.StringgetResourceUri()The affected resource.com.google.protobuf.ByteStringgetResourceUriBytes()The affected resource.io.grafeas.v1.SeveritygetSeverity()The severity for this count.intgetSeverityValue()The severity for this count.longgetTotalCount()The total number of vulnerabilities associated with this resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceUri
String getResourceUri()
The affected resource.
string resource_uri = 1;- Returns:
- The resourceUri.
-
getResourceUriBytes
com.google.protobuf.ByteString getResourceUriBytes()
The affected resource.
string resource_uri = 1;- Returns:
- The bytes for resourceUri.
-
getSeverityValue
int getSeverityValue()
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1.Severity severity = 2;- Returns:
- The enum numeric value on the wire for severity.
-
getSeverity
io.grafeas.v1.Severity getSeverity()
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1.Severity severity = 2;- Returns:
- The severity.
-
getFixableCount
long getFixableCount()
The number of fixable vulnerabilities associated with this resource.
int64 fixable_count = 3;- Returns:
- The fixableCount.
-
getTotalCount
long getTotalCount()
The total number of vulnerabilities associated with this resource.
int64 total_count = 4;- Returns:
- The totalCount.
-
-