Interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder (2.3.1)

public static interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFixableCount()

public abstract long getFixableCount()

The number of fixable vulnerabilities associated with this resource.

int64 fixable_count = 3;

Returns
TypeDescription
long

The fixableCount.

getResource()

public abstract Resource getResource()

The affected resource.

.grafeas.v1beta1.Resource resource = 1;

Returns
TypeDescription
Resource

The resource.

getResourceOrBuilder()

public abstract ResourceOrBuilder getResourceOrBuilder()

The affected resource.

.grafeas.v1beta1.Resource resource = 1;

Returns
TypeDescription
ResourceOrBuilder

getSeverity()

public abstract Severity getSeverity()

The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

.grafeas.v1beta1.vulnerability.Severity severity = 2;

Returns
TypeDescription
Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

.grafeas.v1beta1.vulnerability.Severity severity = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
long

The totalCount.

hasResource()

public abstract boolean hasResource()

The affected resource.

.grafeas.v1beta1.Resource resource = 1;

Returns
TypeDescription
boolean

Whether the resource field is set.