Interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder (2.2.16)

public static interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The KB name (generally of the form KB[0-9]+ i.e. KB123456).

string name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for url.