Enum ScalingConfig.InstanceSize
- java.lang.Object
-
- java.lang.Enum<ScalingConfig.InstanceSize>
-
- com.google.cloud.metastore.v1beta.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.v1beta.ScalingConfig.InstanceSize
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXTRA_LARGE
Extra large instance size, maps to a scaling factor of 6.0.EXTRA_SMALL
Extra small instance size, maps to a scaling factor of 0.1.INSTANCE_SIZE_UNSPECIFIED
Unspecified instance sizeLARGE
Large instance size, maps to a scaling factor of 3.0.MEDIUM
Medium instance size, maps to a scaling factor of 1.0.SMALL
Small instance size, maps to a scaling factor of 0.5.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
EXTRA_LARGE_VALUE
Extra large instance size, maps to a scaling factor of 6.0.static int
EXTRA_SMALL_VALUE
Extra small instance size, maps to a scaling factor of 0.1.static int
INSTANCE_SIZE_UNSPECIFIED_VALUE
Unspecified instance sizestatic int
LARGE_VALUE
Large instance size, maps to a scaling factor of 3.0.static int
MEDIUM_VALUE
Medium instance size, maps to a scaling factor of 1.0.static int
SMALL_VALUE
Small 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.InstanceSize
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<ScalingConfig.InstanceSize>
internalGetValueMap()
static ScalingConfig.InstanceSize
valueOf(int value)
Deprecated.static ScalingConfig.InstanceSize
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ScalingConfig.InstanceSize
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
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 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
-
-