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-microProtobuf enum
google.cloud.osconfig.v1.WindowsUpdateSettings.Classification| Enum Constant and 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.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PatchJobs.WindowsUpdateSettings.Classification |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final PatchJobs.WindowsUpdateSettings.Classification CLASSIFICATION_UNSPECIFIED
Invalid. If classifications are included, they must be specified.
CLASSIFICATION_UNSPECIFIED = 0;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;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;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;public static final PatchJobs.WindowsUpdateSettings.Classification DRIVER
"Software that controls the input and output of a device." [1]
DRIVER = 4;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;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;public static final PatchJobs.WindowsUpdateSettings.Classification TOOL
"A utility or feature that helps complete a task or set of tasks." [1]
TOOL = 7;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;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;public static final PatchJobs.WindowsUpdateSettings.Classification UNRECOGNIZED
public static final int CLASSIFICATION_UNSPECIFIED_VALUE
Invalid. If classifications are included, they must be specified.
CLASSIFICATION_UNSPECIFIED = 0;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;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;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;public static final int DRIVER_VALUE
"Software that controls the input and output of a device." [1]
DRIVER = 4;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;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;public static final int TOOL_VALUE
"A utility or feature that helps complete a task or set of tasks." [1]
TOOL = 7;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;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;public static PatchJobs.WindowsUpdateSettings.Classification[] values()
for (PatchJobs.WindowsUpdateSettings.Classification c : PatchJobs.WindowsUpdateSettings.Classification.values()) System.out.println(c);
public static PatchJobs.WindowsUpdateSettings.Classification valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static PatchJobs.WindowsUpdateSettings.Classification valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PatchJobs.WindowsUpdateSettings.Classification forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.WindowsUpdateSettings.Classification> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PatchJobs.WindowsUpdateSettings.Classification valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.