public interface ReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSource()
public abstract String getSource()Source of the reference e.g. NVD
string source = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()Source of the reference e.g. NVD
string source = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for source. |
getUri()
public abstract String getUri()Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |