Enum PatchJobs.WindowsUpdateSettings.Classification

    • Enum Constant Detail

      • SECURITY

        public static final PatchJobs.WindowsUpdateSettings.Classification SECURITY
         "A widely released fix for a product-specific, security-related
         vulnerability. Security vulnerabilities are rated by their severity. The
         severity rating is indicated in the Microsoft security bulletin as
         critical, important, moderate, or low." [1]
         
        SECURITY = 2;
      • DEFINITION

        public static final PatchJobs.WindowsUpdateSettings.Classification DEFINITION
         "A widely released and frequent software update that contains additions
         to a product's definition database. Definition databases are often used
         to detect objects that have specific attributes, such as malicious code,
         phishing websites, or junk mail." [1]
         
        DEFINITION = 3;
      • FEATURE_PACK

        public static final PatchJobs.WindowsUpdateSettings.Classification FEATURE_PACK
         "New product functionality that is first distributed outside the context
         of a product release and that is typically included in the next full
         product release." [1]
         
        FEATURE_PACK = 5;
      • SERVICE_PACK

        public static final PatchJobs.WindowsUpdateSettings.Classification SERVICE_PACK
         "A tested, cumulative set of all hotfixes, security updates, critical
         updates, and updates. Additionally, service packs may contain additional
         fixes for problems that are found internally since the release of the
         product. Service packs my also contain a limited number of
         customer-requested design changes or features." [1]
         
        SERVICE_PACK = 6;
      • UPDATE_ROLLUP

        public static final PatchJobs.WindowsUpdateSettings.Classification UPDATE_ROLLUP
         "A tested, cumulative set of hotfixes, security updates, critical
         updates, and updates that are packaged together for easy deployment. A
         rollup generally targets a specific area, such as security, or a
         component of a product, such as Internet Information Services (IIS)." [1]
         
        UPDATE_ROLLUP = 8;
    • Field Detail

      • CLASSIFICATION_UNSPECIFIED_VALUE

        public static final int CLASSIFICATION_UNSPECIFIED_VALUE
         Invalid. If classifications are included, they must be specified.
         
        CLASSIFICATION_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • CRITICAL_VALUE

        public static final int CRITICAL_VALUE
         "A widely released fix for a specific problem that addresses a critical,
         non-security-related bug." [1]
         
        CRITICAL = 1;
        See Also:
        Constant Field Values
      • SECURITY_VALUE

        public static final int SECURITY_VALUE
         "A widely released fix for a product-specific, security-related
         vulnerability. Security vulnerabilities are rated by their severity. The
         severity rating is indicated in the Microsoft security bulletin as
         critical, important, moderate, or low." [1]
         
        SECURITY = 2;
        See Also:
        Constant Field Values
      • DEFINITION_VALUE

        public static final int DEFINITION_VALUE
         "A widely released and frequent software update that contains additions
         to a product's definition database. Definition databases are often used
         to detect objects that have specific attributes, such as malicious code,
         phishing websites, or junk mail." [1]
         
        DEFINITION = 3;
        See Also:
        Constant Field Values
      • DRIVER_VALUE

        public static final int DRIVER_VALUE
         "Software that controls the input and output of a device." [1]
         
        DRIVER = 4;
        See Also:
        Constant Field Values
      • FEATURE_PACK_VALUE

        public static final int FEATURE_PACK_VALUE
         "New product functionality that is first distributed outside the context
         of a product release and that is typically included in the next full
         product release." [1]
         
        FEATURE_PACK = 5;
        See Also:
        Constant Field Values
      • SERVICE_PACK_VALUE

        public static final int SERVICE_PACK_VALUE
         "A tested, cumulative set of all hotfixes, security updates, critical
         updates, and updates. Additionally, service packs may contain additional
         fixes for problems that are found internally since the release of the
         product. Service packs my also contain a limited number of
         customer-requested design changes or features." [1]
         
        SERVICE_PACK = 6;
        See Also:
        Constant Field Values
      • TOOL_VALUE

        public static final int TOOL_VALUE
         "A utility or feature that helps complete a task or set of tasks." [1]
         
        TOOL = 7;
        See Also:
        Constant Field Values
      • UPDATE_ROLLUP_VALUE

        public static final int UPDATE_ROLLUP_VALUE
         "A tested, cumulative set of hotfixes, security updates, critical
         updates, and updates that are packaged together for easy deployment. A
         rollup generally targets a specific area, such as security, or a
         component of a product, such as Internet Information Services (IIS)." [1]
         
        UPDATE_ROLLUP = 8;
        See Also:
        Constant Field Values
      • UPDATE_VALUE

        public static final int UPDATE_VALUE
         "A widely released fix for a specific problem. An update addresses a
         noncritical, non-security-related bug." [1]
         
        UPDATE = 9;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static PatchJobs.WindowsUpdateSettings.Classification[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (PatchJobs.WindowsUpdateSettings.Classification c : PatchJobs.WindowsUpdateSettings.Classification.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static PatchJobs.WindowsUpdateSettings.Classification valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static PatchJobs.WindowsUpdateSettings.Classification valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static PatchJobs.WindowsUpdateSettings.Classification forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static PatchJobs.WindowsUpdateSettings.Classification valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null