Interface Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      The identifier of the windows update category.
      com.google.protobuf.ByteString getIdBytes()
      The identifier of the windows update category.
      String getName()
      The name of the windows update category.
      com.google.protobuf.ByteString getNameBytes()
      The name of the windows update category.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.