Interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder (2.3.2)

public static interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

The identifier of the windows update category.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The identifier of the windows update category.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getName()

public abstract String getName()

The name of the windows update category.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the windows update category.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.