public interface ReferenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getSource()
Source of the reference e.g.
|
ByteString |
getSourceBytes()
Source of the reference e.g.
|
String |
getUri()
Uri for the mentioned source e.g.
|
ByteString |
getUriBytes()
Uri for the mentioned source e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getSource()
Source of the reference e.g. NVD
string source = 1;
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;
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 © 2022 Google LLC. All rights reserved.