public static interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The KB name (generally of the form KB[0-9]+ i.e. KB123456).
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The KB name (generally of the form KB[0-9]+ i.e. KB123456).
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUrl()
public abstract String getUrl()A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
string url = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
string url = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |