Interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder (2.39.0)

public static interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource()

public abstract String getSource()

The source of the reference e.g. NVD.

string source = 2;

Returns
TypeDescription
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

The source of the reference e.g. NVD.

string source = 2;

Returns
TypeDescription
ByteString

The bytes for source.

getUrl()

public abstract String getUrl()

The url of the reference.

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The url of the reference.

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.