Package com.google.cloud.compute.v1
Enum InstanceProperties.KeyRevocationActionType
- java.lang.Object
-
- java.lang.Enum<InstanceProperties.KeyRevocationActionType>
-
- com.google.cloud.compute.v1.InstanceProperties.KeyRevocationActionType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InstanceProperties.KeyRevocationActionType>
- Enclosing class:
- InstanceProperties
public static enum InstanceProperties.KeyRevocationActionType extends Enum<InstanceProperties.KeyRevocationActionType> implements com.google.protobuf.ProtocolMessageEnum
KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
Protobuf enumgoogle.cloud.compute.v1.InstanceProperties.KeyRevocationActionType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
Default value.NONE
Indicates user chose no operation.STOP
Indicates user chose to opt for VM shutdown on key revocation.UNDEFINED_KEY_REVOCATION_ACTION_TYPE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE
Default value.static int
NONE_VALUE
Indicates user chose no operation.static int
STOP_VALUE
Indicates user chose to opt for VM shutdown on key revocation.static int
UNDEFINED_KEY_REVOCATION_ACTION_TYPE_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InstanceProperties.KeyRevocationActionType
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<InstanceProperties.KeyRevocationActionType>
internalGetValueMap()
static InstanceProperties.KeyRevocationActionType
valueOf(int value)
Deprecated.static InstanceProperties.KeyRevocationActionType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceProperties.KeyRevocationActionType
valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceProperties.KeyRevocationActionType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_KEY_REVOCATION_ACTION_TYPE
public static final InstanceProperties.KeyRevocationActionType UNDEFINED_KEY_REVOCATION_ACTION_TYPE
A value indicating that the enum field is not set.
UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0;
-
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
public static final InstanceProperties.KeyRevocationActionType KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
Default value. This value is unused.
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106;
-
NONE
public static final InstanceProperties.KeyRevocationActionType NONE
Indicates user chose no operation.
NONE = 2402104;
-
STOP
public static final InstanceProperties.KeyRevocationActionType STOP
Indicates user chose to opt for VM shutdown on key revocation.
STOP = 2555906;
-
UNRECOGNIZED
public static final InstanceProperties.KeyRevocationActionType UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_KEY_REVOCATION_ACTION_TYPE_VALUE
public static final int UNDEFINED_KEY_REVOCATION_ACTION_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0;
- See Also:
- Constant Field Values
-
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE
public static final int KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE
Default value. This value is unused.
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106;
- See Also:
- Constant Field Values
-
NONE_VALUE
public static final int NONE_VALUE
Indicates user chose no operation.
NONE = 2402104;
- See Also:
- Constant Field Values
-
STOP_VALUE
public static final int STOP_VALUE
Indicates user chose to opt for VM shutdown on key revocation.
STOP = 2555906;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InstanceProperties.KeyRevocationActionType[] 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 (InstanceProperties.KeyRevocationActionType c : InstanceProperties.KeyRevocationActionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstanceProperties.KeyRevocationActionType 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 InstanceProperties.KeyRevocationActionType 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 InstanceProperties.KeyRevocationActionType 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<InstanceProperties.KeyRevocationActionType> 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 InstanceProperties.KeyRevocationActionType 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
-
-