Package io.grafeas.v1beta1.vulnerability
Interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Vulnerability.WindowsDetail.KnowledgeBase
,Vulnerability.WindowsDetail.KnowledgeBase.Builder
- Enclosing class:
- Vulnerability.WindowsDetail
public static interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The KB name (generally of the form KB[0-9]+ i.e.com.google.protobuf.ByteString
getNameBytes()
The KB name (generally of the form KB[0-9]+ i.e.String
getUrl()
A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/com.google.protobuf.ByteString
getUrlBytes()
A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The KB name (generally of the form KB[0-9]+ i.e. KB123456).
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The KB name (generally of the form KB[0-9]+ i.e. KB123456).
string name = 1;
- Returns:
- The bytes for name.
-
getUrl
String getUrl()
A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
string url = 2;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
string url = 2;
- Returns:
- The bytes for url.
-
-