public interface PackageIssueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAffectedLocation()
public abstract VulnerabilityLocation getAffectedLocation()Required. The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;
| Type | Description |
| VulnerabilityLocation | The affectedLocation. |
getAffectedLocationOrBuilder()
public abstract VulnerabilityLocationOrBuilder getAffectedLocationOrBuilder()Required. The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;
| Type | Description |
| VulnerabilityLocationOrBuilder |
getFixedLocation()
public abstract VulnerabilityLocation getFixedLocation()The location of the available fix for vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;
| Type | Description |
| VulnerabilityLocation | The fixedLocation. |
getFixedLocationOrBuilder()
public abstract VulnerabilityLocationOrBuilder getFixedLocationOrBuilder()The location of the available fix for vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for severityName. |
hasAffectedLocation()
public abstract boolean hasAffectedLocation()Required. The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the fixedLocation field is set. |