Package com.google.cloud.osconfig.v1
Enum PatchJobs.WindowsUpdateSettings.Classification
- java.lang.Object
-
- java.lang.Enum<PatchJobs.WindowsUpdateSettings.Classification>
-
- com.google.cloud.osconfig.v1.PatchJobs.WindowsUpdateSettings.Classification
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PatchJobs.WindowsUpdateSettings.Classification>
- Enclosing class:
- PatchJobs.WindowsUpdateSettings
public static enum PatchJobs.WindowsUpdateSettings.Classification extends Enum<PatchJobs.WindowsUpdateSettings.Classification> implements com.google.protobuf.ProtocolMessageEnum
Microsoft Windows update classifications as defined in [1] https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro
Protobuf enumgoogle.cloud.osconfig.v1.WindowsUpdateSettings.Classification
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLASSIFICATION_UNSPECIFIED
Invalid.CRITICAL
"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]DEFINITION
"A widely released and frequent software update that contains additions to a product's definition database.DRIVER
"Software that controls the input and output of a device." [1]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]SECURITY
"A widely released fix for a product-specific, security-related vulnerability.SERVICE_PACK
"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates.TOOL
"A utility or feature that helps complete a task or set of tasks." [1]UNRECOGNIZED
UPDATE
"A widely released fix for a specific problem.UPDATE_ROLLUP
"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment.
-
Field Summary
Fields Modifier and Type Field Description static int
CLASSIFICATION_UNSPECIFIED_VALUE
Invalid.static int
CRITICAL_VALUE
"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]static int
DEFINITION_VALUE
"A widely released and frequent software update that contains additions to a product's definition database.static int
DRIVER_VALUE
"Software that controls the input and output of a device." [1]static 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]static int
SECURITY_VALUE
"A widely released fix for a product-specific, security-related vulnerability.static int
SERVICE_PACK_VALUE
"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates.static int
TOOL_VALUE
"A utility or feature that helps complete a task or set of tasks." [1]static int
UPDATE_ROLLUP_VALUE
"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment.static int
UPDATE_VALUE
"A widely released fix for a specific problem.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PatchJobs.WindowsUpdateSettings.Classification
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.WindowsUpdateSettings.Classification>
internalGetValueMap()
static PatchJobs.WindowsUpdateSettings.Classification
valueOf(int value)
Deprecated.static PatchJobs.WindowsUpdateSettings.Classification
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.WindowsUpdateSettings.Classification
valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.WindowsUpdateSettings.Classification[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CLASSIFICATION_UNSPECIFIED
public static final PatchJobs.WindowsUpdateSettings.Classification CLASSIFICATION_UNSPECIFIED
Invalid. If classifications are included, they must be specified.
CLASSIFICATION_UNSPECIFIED = 0;
-
CRITICAL
public static final PatchJobs.WindowsUpdateSettings.Classification CRITICAL
"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
CRITICAL = 1;
-
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;
-
DRIVER
public static final PatchJobs.WindowsUpdateSettings.Classification DRIVER
"Software that controls the input and output of a device." [1]
DRIVER = 4;
-
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;
-
TOOL
public static final PatchJobs.WindowsUpdateSettings.Classification TOOL
"A utility or feature that helps complete a task or set of tasks." [1]
TOOL = 7;
-
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;
-
UPDATE
public static final PatchJobs.WindowsUpdateSettings.Classification UPDATE
"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
UPDATE = 9;
-
UNRECOGNIZED
public static final PatchJobs.WindowsUpdateSettings.Classification UNRECOGNIZED
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.WindowsUpdateSettings.Classification> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-