public static interface WindowsUpdate.CategoryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCategoryId()
public abstract String getCategoryId()
The identifier of the category.
string category_id = 1;
Returns | |
---|---|
Type | Description |
String |
The categoryId. |
getCategoryIdBytes()
public abstract ByteString getCategoryIdBytes()
The identifier of the category.
string category_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for categoryId. |
getName()
public abstract String getName()
The localized name of the category.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The localized name of the category.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |