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 long
getFixableCount()
The number of fixable vulnerabilities associated with this resource.String
getResourceUri()
The affected resource.com.google.protobuf.ByteString
getResourceUriBytes()
The affected resource.io.grafeas.v1.Severity
getSeverity()
The severity for this count.int
getSeverityValue()
The severity for this count.long
getTotalCount()
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.
-
-