Enum Rubric.Importance
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Rubric.Importance>
- Enclosing class:
- Rubric
public static enum Rubric.Importance
extends Enum<Rubric.Importance>
implements com.google.protobuf.ProtocolMessageEnum
Importance level of the rubric.Protobuf enum
google.cloud.aiplatform.v1beta1.Rubric.Importance-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionHigh importance.Importance is not specified.Low importance.Medium importance. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHigh importance.static final intImportance is not specified.static final intLow importance.static final intMedium importance. -
Method Summary
Modifier and TypeMethodDescriptionstatic Rubric.ImportanceforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Rubric.Importance>static Rubric.ImportancevalueOf(int value) Deprecated.static Rubric.ImportancevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Rubric.ImportanceReturns the enum constant of this type with the specified name.static Rubric.Importance[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
IMPORTANCE_UNSPECIFIED
Importance is not specified.
IMPORTANCE_UNSPECIFIED = 0; -
HIGH
High importance.
HIGH = 1; -
MEDIUM
Medium importance.
MEDIUM = 2; -
LOW
Low importance.
LOW = 3; -
UNRECOGNIZED
-
-
Field Details
-
IMPORTANCE_UNSPECIFIED_VALUE
public static final int IMPORTANCE_UNSPECIFIED_VALUEImportance is not specified.
IMPORTANCE_UNSPECIFIED = 0;- See Also:
-
HIGH_VALUE
public static final int HIGH_VALUEHigh importance.
HIGH = 1;- See Also:
-
MEDIUM_VALUE
public static final int MEDIUM_VALUEMedium importance.
MEDIUM = 2;- See Also:
-
LOW_VALUE
public static final int LOW_VALUELow importance.
LOW = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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.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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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
-