Package com.google.cloud.osconfig.v1
Enum PatchJobs.PatchConfig.RebootConfig
- java.lang.Object
-
- java.lang.Enum<PatchJobs.PatchConfig.RebootConfig>
-
- com.google.cloud.osconfig.v1.PatchJobs.PatchConfig.RebootConfig
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PatchJobs.PatchConfig.RebootConfig>
- Enclosing class:
- PatchJobs.PatchConfig
public static enum PatchJobs.PatchConfig.RebootConfig extends Enum<PatchJobs.PatchConfig.RebootConfig> implements com.google.protobuf.ProtocolMessageEnum
Post-patch reboot settings.
Protobuf enumgoogle.cloud.osconfig.v1.PatchConfig.RebootConfig
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALWAYS
Always reboot the machine after the update completes.DEFAULT
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or `/var/run/reboot-required` on APT based systems.NEVER
Never reboot the machine after the update completes.REBOOT_CONFIG_UNSPECIFIED
The default behavior is DEFAULT.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ALWAYS_VALUE
Always reboot the machine after the update completes.static int
DEFAULT_VALUE
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or `/var/run/reboot-required` on APT based systems.static int
NEVER_VALUE
Never reboot the machine after the update completes.static int
REBOOT_CONFIG_UNSPECIFIED_VALUE
The default behavior is DEFAULT.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PatchJobs.PatchConfig.RebootConfig
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.PatchConfig.RebootConfig>
internalGetValueMap()
static PatchJobs.PatchConfig.RebootConfig
valueOf(int value)
Deprecated.static PatchJobs.PatchConfig.RebootConfig
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchConfig.RebootConfig
valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchConfig.RebootConfig[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REBOOT_CONFIG_UNSPECIFIED
public static final PatchJobs.PatchConfig.RebootConfig REBOOT_CONFIG_UNSPECIFIED
The default behavior is DEFAULT.
REBOOT_CONFIG_UNSPECIFIED = 0;
-
DEFAULT
public static final PatchJobs.PatchConfig.RebootConfig DEFAULT
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or `/var/run/reboot-required` on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time.
DEFAULT = 1;
-
ALWAYS
public static final PatchJobs.PatchConfig.RebootConfig ALWAYS
Always reboot the machine after the update completes.
ALWAYS = 2;
-
NEVER
public static final PatchJobs.PatchConfig.RebootConfig NEVER
Never reboot the machine after the update completes.
NEVER = 3;
-
UNRECOGNIZED
public static final PatchJobs.PatchConfig.RebootConfig UNRECOGNIZED
-
-
Field Detail
-
REBOOT_CONFIG_UNSPECIFIED_VALUE
public static final int REBOOT_CONFIG_UNSPECIFIED_VALUE
The default behavior is DEFAULT.
REBOOT_CONFIG_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
DEFAULT_VALUE
public static final int DEFAULT_VALUE
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or `/var/run/reboot-required` on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time.
DEFAULT = 1;
- See Also:
- Constant Field Values
-
ALWAYS_VALUE
public static final int ALWAYS_VALUE
Always reboot the machine after the update completes.
ALWAYS = 2;
- See Also:
- Constant Field Values
-
NEVER_VALUE
public static final int NEVER_VALUE
Never reboot the machine after the update completes.
NEVER = 3;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PatchJobs.PatchConfig.RebootConfig[] 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.PatchConfig.RebootConfig c : PatchJobs.PatchConfig.RebootConfig.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.PatchConfig.RebootConfig 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.PatchConfig.RebootConfig 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.PatchConfig.RebootConfig 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.PatchConfig.RebootConfig> 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.PatchConfig.RebootConfig 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
-
-