Interface WindowsUpdate.CategoryOrBuilder (2.9.0)

public static interface WindowsUpdate.CategoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategoryId()

public abstract String getCategoryId()

The identifier of the category.

string category_id = 1;

Returns
TypeDescription
String

The categoryId.

getCategoryIdBytes()

public abstract ByteString getCategoryIdBytes()

The identifier of the category.

string category_id = 1;

Returns
TypeDescription
ByteString

The bytes for categoryId.

getName()

public abstract String getName()

The localized name of the category.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The localized name of the category.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.