public static interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
The source of the reference e.g.
|
com.google.protobuf.ByteString |
getSourceBytes()
The source of the reference e.g.
|
String |
getUrl()
The url of the reference.
|
com.google.protobuf.ByteString |
getUrlBytes()
The url of the reference.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
The url of the reference.
string url = 1;com.google.protobuf.ByteString getUrlBytes()
The url of the reference.
string url = 1;String getSource()
The source of the reference e.g. NVD.
string source = 2;com.google.protobuf.ByteString getSourceBytes()
The source of the reference e.g. NVD.
string source = 2;Copyright © 2023 Google LLC. All rights reserved.