Package com.google.cloud.compute.v1
Enum InstanceGroupManagerUpdatePolicy.ReplacementMethod
- java.lang.Object
-
- java.lang.Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod>
-
- com.google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InstanceGroupManagerUpdatePolicy.ReplacementMethod>
- Enclosing class:
- InstanceGroupManagerUpdatePolicy
public static enum InstanceGroupManagerUpdatePolicy.ReplacementMethod extends Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod> implements com.google.protobuf.ProtocolMessageEnum
What action should be used to replace instances. See minimal_action.REPLACE
Protobuf enumgoogle.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RECREATE
Instances will be recreated (with the same name)SUBSTITUTE
Default option: instances will be deleted and created (with a new name)UNDEFINED_REPLACEMENT_METHOD
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
RECREATE_VALUE
Instances will be recreated (with the same name)static int
SUBSTITUTE_VALUE
Default option: instances will be deleted and created (with a new name)static int
UNDEFINED_REPLACEMENT_METHOD_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 InstanceGroupManagerUpdatePolicy.ReplacementMethod
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<InstanceGroupManagerUpdatePolicy.ReplacementMethod>
internalGetValueMap()
static InstanceGroupManagerUpdatePolicy.ReplacementMethod
valueOf(int value)
Deprecated.static InstanceGroupManagerUpdatePolicy.ReplacementMethod
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceGroupManagerUpdatePolicy.ReplacementMethod
valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceGroupManagerUpdatePolicy.ReplacementMethod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_REPLACEMENT_METHOD
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod UNDEFINED_REPLACEMENT_METHOD
A value indicating that the enum field is not set.
UNDEFINED_REPLACEMENT_METHOD = 0;
-
RECREATE
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod RECREATE
Instances will be recreated (with the same name)
RECREATE = 522644719;
-
SUBSTITUTE
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod SUBSTITUTE
Default option: instances will be deleted and created (with a new name)
SUBSTITUTE = 280924314;
-
UNRECOGNIZED
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_REPLACEMENT_METHOD_VALUE
public static final int UNDEFINED_REPLACEMENT_METHOD_VALUE
A value indicating that the enum field is not set.
UNDEFINED_REPLACEMENT_METHOD = 0;
- See Also:
- Constant Field Values
-
RECREATE_VALUE
public static final int RECREATE_VALUE
Instances will be recreated (with the same name)
RECREATE = 522644719;
- See Also:
- Constant Field Values
-
SUBSTITUTE_VALUE
public static final int SUBSTITUTE_VALUE
Default option: instances will be deleted and created (with a new name)
SUBSTITUTE = 280924314;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InstanceGroupManagerUpdatePolicy.ReplacementMethod[] 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 (InstanceGroupManagerUpdatePolicy.ReplacementMethod c : InstanceGroupManagerUpdatePolicy.ReplacementMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstanceGroupManagerUpdatePolicy.ReplacementMethod 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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<InstanceGroupManagerUpdatePolicy.ReplacementMethod> 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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
-
-