Enum CommitmentPlan
- java.lang.Object
-
- java.lang.Enum<CommitmentPlan>
-
- com.google.cloud.migrationcenter.v1.CommitmentPlan
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CommitmentPlan>
public enum CommitmentPlan extends Enum<CommitmentPlan> implements com.google.protobuf.ProtocolMessageEnum
The plan of commitments for VM resource-based committed use discount (CUD).
Protobuf enumgoogle.cloud.migrationcenter.v1.CommitmentPlan
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMMITMENT_PLAN_NONENo commitment plan.COMMITMENT_PLAN_ONE_YEAR1 year commitment.COMMITMENT_PLAN_THREE_YEARS3 years commitment.COMMITMENT_PLAN_UNSPECIFIEDUnspecified commitment plan.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCOMMITMENT_PLAN_NONE_VALUENo commitment plan.static intCOMMITMENT_PLAN_ONE_YEAR_VALUE1 year commitment.static intCOMMITMENT_PLAN_THREE_YEARS_VALUE3 years commitment.static intCOMMITMENT_PLAN_UNSPECIFIED_VALUEUnspecified commitment plan.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CommitmentPlanforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<CommitmentPlan>internalGetValueMap()static CommitmentPlanvalueOf(int value)Deprecated.static CommitmentPlanvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommitmentPlanvalueOf(String name)Returns the enum constant of this type with the specified name.static CommitmentPlan[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMMITMENT_PLAN_UNSPECIFIED
public static final CommitmentPlan COMMITMENT_PLAN_UNSPECIFIED
Unspecified commitment plan.
COMMITMENT_PLAN_UNSPECIFIED = 0;
-
COMMITMENT_PLAN_NONE
public static final CommitmentPlan COMMITMENT_PLAN_NONE
No commitment plan.
COMMITMENT_PLAN_NONE = 1;
-
COMMITMENT_PLAN_ONE_YEAR
public static final CommitmentPlan COMMITMENT_PLAN_ONE_YEAR
1 year commitment.
COMMITMENT_PLAN_ONE_YEAR = 2;
-
COMMITMENT_PLAN_THREE_YEARS
public static final CommitmentPlan COMMITMENT_PLAN_THREE_YEARS
3 years commitment.
COMMITMENT_PLAN_THREE_YEARS = 3;
-
UNRECOGNIZED
public static final CommitmentPlan UNRECOGNIZED
-
-
Field Detail
-
COMMITMENT_PLAN_UNSPECIFIED_VALUE
public static final int COMMITMENT_PLAN_UNSPECIFIED_VALUE
Unspecified commitment plan.
COMMITMENT_PLAN_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
COMMITMENT_PLAN_NONE_VALUE
public static final int COMMITMENT_PLAN_NONE_VALUE
No commitment plan.
COMMITMENT_PLAN_NONE = 1;- See Also:
- Constant Field Values
-
COMMITMENT_PLAN_ONE_YEAR_VALUE
public static final int COMMITMENT_PLAN_ONE_YEAR_VALUE
1 year commitment.
COMMITMENT_PLAN_ONE_YEAR = 2;- See Also:
- Constant Field Values
-
COMMITMENT_PLAN_THREE_YEARS_VALUE
public static final int COMMITMENT_PLAN_THREE_YEARS_VALUE
3 years commitment.
COMMITMENT_PLAN_THREE_YEARS = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CommitmentPlan[] 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 (CommitmentPlan c : CommitmentPlan.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CommitmentPlan 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CommitmentPlan 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 CommitmentPlan 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<CommitmentPlan> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CommitmentPlan 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
-
-