Interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder (2.42.0)

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.

getResourceUri()

public abstract String getResourceUri()

The affected resource.

string resource_uri = 1;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

The affected resource.

string resource_uri = 1;

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

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

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.