public static interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFixableCount()
The number of fixable vulnerabilities associated with this resource.
|
Resource |
getResource()
The affected resource.
|
ResourceOrBuilder |
getResourceOrBuilder()
The affected resource.
|
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.
|
boolean |
hasResource()
The affected resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResource()
The affected resource.
.grafeas.v1beta1.Resource resource = 1;Resource getResource()
The affected resource.
.grafeas.v1beta1.Resource resource = 1;ResourceOrBuilder getResourceOrBuilder()
The affected resource.
.grafeas.v1beta1.Resource resource = 1;int getSeverityValue()
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1beta1.vulnerability.Severity severity = 2;Severity getSeverity()
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1beta1.vulnerability.Severity severity = 2;long getFixableCount()
The number of fixable vulnerabilities associated with this resource.
int64 fixable_count = 3;long getTotalCount()
The total number of vulnerabilities associated with this resource.
int64 total_count = 4;Copyright © 2019 Google LLC. All rights reserved.