public interface PackageIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityLocation |
getAffectedLocation()
The location of the vulnerability.
|
VulnerabilityLocationOrBuilder |
getAffectedLocationOrBuilder()
The location of the vulnerability.
|
VulnerabilityLocation |
getFixedLocation()
The location of the available fix for vulnerability.
|
VulnerabilityLocationOrBuilder |
getFixedLocationOrBuilder()
The location of the available fix for vulnerability.
|
String |
getSeverityName()
The severity (e.g., distro assigned severity) for this vulnerability.
|
com.google.protobuf.ByteString |
getSeverityNameBytes()
The severity (e.g., distro assigned severity) for this vulnerability.
|
boolean |
hasAffectedLocation()
The location of the vulnerability.
|
boolean |
hasFixedLocation()
The location of the available fix for vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAffectedLocation()
The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;VulnerabilityLocation getAffectedLocation()
The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;VulnerabilityLocationOrBuilder getAffectedLocationOrBuilder()
The location of the vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation affected_location = 1;boolean hasFixedLocation()
The location of the available fix for vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;VulnerabilityLocation getFixedLocation()
The location of the available fix for vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;VulnerabilityLocationOrBuilder getFixedLocationOrBuilder()
The location of the available fix for vulnerability.
.grafeas.v1beta1.vulnerability.VulnerabilityLocation fixed_location = 2;String getSeverityName()
The severity (e.g., distro assigned severity) for this vulnerability.
string severity_name = 3;com.google.protobuf.ByteString getSeverityNameBytes()
The severity (e.g., distro assigned severity) for this vulnerability.
string severity_name = 3;Copyright © 2019 Google LLC. All rights reserved.