Enum ScalingConfig.InstanceSize
- java.lang.Object
-
- java.lang.Enum<ScalingConfig.InstanceSize>
-
- com.google.cloud.metastore.v1alpha.ScalingConfig.InstanceSize
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ScalingConfig.InstanceSize>
- Enclosing class:
- ScalingConfig
public static enum ScalingConfig.InstanceSize extends Enum<ScalingConfig.InstanceSize> implements com.google.protobuf.ProtocolMessageEnum
Metastore instance sizes.
Protobuf enumgoogle.cloud.metastore.v1alpha.ScalingConfig.InstanceSize
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.INSTANCE_SIZE_UNSPECIFIEDUnspecified instance sizeLARGELarge instance size, maps to a scaling factor of 3.0.MEDIUMMedium instance size, maps to a scaling factor of 1.0.SMALLSmall instance size, maps to a scaling factor of 0.5.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intEXTRA_LARGE_VALUEExtra large instance size, maps to a scaling factor of 6.0.static intEXTRA_SMALL_VALUEExtra small instance size, maps to a scaling factor of 0.1.static intINSTANCE_SIZE_UNSPECIFIED_VALUEUnspecified instance sizestatic intLARGE_VALUELarge instance size, maps to a scaling factor of 3.0.static intMEDIUM_VALUEMedium instance size, maps to a scaling factor of 1.0.static intSMALL_VALUESmall instance size, maps to a scaling factor of 0.5.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ScalingConfig.InstanceSizeforNumber(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<ScalingConfig.InstanceSize>internalGetValueMap()static ScalingConfig.InstanceSizevalueOf(int value)Deprecated.static ScalingConfig.InstanceSizevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScalingConfig.InstanceSizevalueOf(String name)Returns the enum constant of this type with the specified name.static ScalingConfig.InstanceSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTANCE_SIZE_UNSPECIFIED
public static final ScalingConfig.InstanceSize INSTANCE_SIZE_UNSPECIFIED
Unspecified instance size
INSTANCE_SIZE_UNSPECIFIED = 0;
-
EXTRA_SMALL
public static final ScalingConfig.InstanceSize EXTRA_SMALL
Extra small instance size, maps to a scaling factor of 0.1.
EXTRA_SMALL = 1;
-
SMALL
public static final ScalingConfig.InstanceSize SMALL
Small instance size, maps to a scaling factor of 0.5.
SMALL = 2;
-
MEDIUM
public static final ScalingConfig.InstanceSize MEDIUM
Medium instance size, maps to a scaling factor of 1.0.
MEDIUM = 3;
-
LARGE
public static final ScalingConfig.InstanceSize LARGE
Large instance size, maps to a scaling factor of 3.0.
LARGE = 4;
-
EXTRA_LARGE
public static final ScalingConfig.InstanceSize EXTRA_LARGE
Extra large instance size, maps to a scaling factor of 6.0.
EXTRA_LARGE = 5;
-
UNRECOGNIZED
public static final ScalingConfig.InstanceSize UNRECOGNIZED
-
-
Field Detail
-
INSTANCE_SIZE_UNSPECIFIED_VALUE
public static final int INSTANCE_SIZE_UNSPECIFIED_VALUE
Unspecified instance size
INSTANCE_SIZE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
EXTRA_SMALL_VALUE
public static final int EXTRA_SMALL_VALUE
Extra small instance size, maps to a scaling factor of 0.1.
EXTRA_SMALL = 1;- See Also:
- Constant Field Values
-
SMALL_VALUE
public static final int SMALL_VALUE
Small instance size, maps to a scaling factor of 0.5.
SMALL = 2;- See Also:
- Constant Field Values
-
MEDIUM_VALUE
public static final int MEDIUM_VALUE
Medium instance size, maps to a scaling factor of 1.0.
MEDIUM = 3;- See Also:
- Constant Field Values
-
LARGE_VALUE
public static final int LARGE_VALUE
Large instance size, maps to a scaling factor of 3.0.
LARGE = 4;- See Also:
- Constant Field Values
-
EXTRA_LARGE_VALUE
public static final int EXTRA_LARGE_VALUE
Extra large instance size, maps to a scaling factor of 6.0.
EXTRA_LARGE = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ScalingConfig.InstanceSize[] 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 (ScalingConfig.InstanceSize c : ScalingConfig.InstanceSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ScalingConfig.InstanceSize 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 ScalingConfig.InstanceSize 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 ScalingConfig.InstanceSize 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<ScalingConfig.InstanceSize> 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 ScalingConfig.InstanceSize 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
-
-