Interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Inventory.WindowsUpdatePackage.WindowsUpdateCategory,Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder
- Enclosing class:
- Inventory.WindowsUpdatePackage
public static interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The identifier of the windows update category.com.google.protobuf.ByteStringgetIdBytes()The identifier of the windows update category.StringgetName()The name of the windows update category.com.google.protobuf.ByteStringgetNameBytes()The name of the windows update category.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
The identifier of the windows update category.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The identifier of the windows update category.
string id = 1;- Returns:
- The bytes for id.
-
getName
String getName()
The name of the windows update category.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the windows update category.
string name = 2;- Returns:
- The bytes for name.
-
-