public static interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFixableCount()
public abstract long getFixableCount()The number of fixable vulnerabilities associated with this resource.
int64 fixable_count = 3;
| Type | Description |
| long | The fixableCount. |
getResourceUri()
public abstract String getResourceUri()The affected resource.
string resource_uri = 1;
| Type | Description |
| String | The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()The affected resource.
string resource_uri = 1;
| Type | Description |
| ByteString | The bytes for resourceUri. |
getSeverity()
public abstract Severity getSeverity()The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1.Severity severity = 2;
| Type | Description |
| io.grafeas.v1.Severity | The severity. |
getSeverityValue()
public abstract int getSeverityValue()The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1.Severity severity = 2;
| Type | Description |
| int | The enum numeric value on the wire for severity. |
getTotalCount()
public abstract long getTotalCount()The total number of vulnerabilities associated with this resource.
int64 total_count = 4;
| Type | Description |
| long | The totalCount. |