public static interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
The identifier of the windows update category.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The identifier of the windows update category.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getName()
public abstract String getName()
The name of the windows update category.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the windows update category.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |