public static interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSource()
public abstract String getSource()
The source of the reference e.g. NVD.
string source = 2;
Returns | |
---|---|
Type | Description |
String |
The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()
The source of the reference e.g. NVD.
string source = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for source. |
getUrl()
public abstract String getUrl()
The url of the reference.
string url = 1;
Returns | |
---|---|
Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()
The url of the reference.
string url = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for url. |