Enum LicenseType
- java.lang.Object
-
- java.lang.Enum<LicenseType>
-
- com.google.cloud.migrationcenter.v1.LicenseType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LicenseType>
public enum LicenseType extends Enum<LicenseType> implements com.google.protobuf.ProtocolMessageEnum
The License type for premium images (RHEL, RHEL for SAP, SLES, SLES for SAP, Windows Server).
Protobuf enumgoogle.cloud.migrationcenter.v1.LicenseType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LICENSE_TYPE_BRING_YOUR_OWN_LICENSEBring-your-own-license (BYOL) plan.LICENSE_TYPE_DEFAULTDefault Google Cloud licensing plan.LICENSE_TYPE_UNSPECIFIEDUnspecified (default value).UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intLICENSE_TYPE_BRING_YOUR_OWN_LICENSE_VALUEBring-your-own-license (BYOL) plan.static intLICENSE_TYPE_DEFAULT_VALUEDefault Google Cloud licensing plan.static intLICENSE_TYPE_UNSPECIFIED_VALUEUnspecified (default value).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LicenseTypeforNumber(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<LicenseType>internalGetValueMap()static LicenseTypevalueOf(int value)Deprecated.static LicenseTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LicenseTypevalueOf(String name)Returns the enum constant of this type with the specified name.static LicenseType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LICENSE_TYPE_UNSPECIFIED
public static final LicenseType LICENSE_TYPE_UNSPECIFIED
Unspecified (default value).
LICENSE_TYPE_UNSPECIFIED = 0;
-
LICENSE_TYPE_DEFAULT
public static final LicenseType LICENSE_TYPE_DEFAULT
Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with.
LICENSE_TYPE_DEFAULT = 1;
-
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
public static final LicenseType LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
Bring-your-own-license (BYOL) plan. User provides the OS license.
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE = 2;
-
UNRECOGNIZED
public static final LicenseType UNRECOGNIZED
-
-
Field Detail
-
LICENSE_TYPE_UNSPECIFIED_VALUE
public static final int LICENSE_TYPE_UNSPECIFIED_VALUE
Unspecified (default value).
LICENSE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
LICENSE_TYPE_DEFAULT_VALUE
public static final int LICENSE_TYPE_DEFAULT_VALUE
Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with.
LICENSE_TYPE_DEFAULT = 1;- See Also:
- Constant Field Values
-
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE_VALUE
public static final int LICENSE_TYPE_BRING_YOUR_OWN_LICENSE_VALUE
Bring-your-own-license (BYOL) plan. User provides the OS license.
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LicenseType[] 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 (LicenseType c : LicenseType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LicenseType 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 LicenseType 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 LicenseType 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<LicenseType> 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 LicenseType 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
-
-