public interface ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Source of the reference e.g.
|
com.google.protobuf.ByteString |
getSourceBytes()
Source of the reference e.g.
|
String |
getUri()
Uri for the mentioned source e.g.
|
com.google.protobuf.ByteString |
getUriBytes()
Uri for the mentioned source e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSource()
Source of the reference e.g. NVD
string source = 1;com.google.protobuf.ByteString getSourceBytes()
Source of the reference e.g. NVD
string source = 1;String getUri()
Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
string uri = 2;Copyright © 2023 Google LLC. All rights reserved.