Interface PackageIssueOrBuilder (2.42.0)

public interface PackageIssueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAffectedLocation()

public abstract VulnerabilityLocation getAffectedLocation()

Required. The location of the vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;

Returns
TypeDescription
VulnerabilityLocation

The affectedLocation.

getAffectedLocationOrBuilder()

public abstract VulnerabilityLocationOrBuilder getAffectedLocationOrBuilder()

Required. The location of the vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;

Returns
TypeDescription
VulnerabilityLocationOrBuilder

getFixedLocation()

public abstract VulnerabilityLocation getFixedLocation()

The location of the available fix for vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;

Returns
TypeDescription
VulnerabilityLocation

The fixedLocation.

getFixedLocationOrBuilder()

public abstract VulnerabilityLocationOrBuilder getFixedLocationOrBuilder()

The location of the available fix for vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;

Returns
TypeDescription
VulnerabilityLocationOrBuilder

getSeverityName()

public abstract String getSeverityName()

Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability.

string severity_name = 3;

Returns
TypeDescription
String

The severityName.

getSeverityNameBytes()

public abstract ByteString getSeverityNameBytes()

Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability.

string severity_name = 3;

Returns
TypeDescription
ByteString

The bytes for severityName.

hasAffectedLocation()

public abstract boolean hasAffectedLocation()

Required. The location of the vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;

Returns
TypeDescription
boolean

Whether the affectedLocation field is set.

hasFixedLocation()

public abstract boolean hasFixedLocation()

The location of the available fix for vulnerability.

.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;

Returns
TypeDescription
boolean

Whether the fixedLocation field is set.