Enum Rubric.Importance

java.lang.Object
java.lang.Enum<Rubric.Importance>
com.google.cloud.aiplatform.v1beta1.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 Details

    • IMPORTANCE_UNSPECIFIED

      public static final Rubric.Importance IMPORTANCE_UNSPECIFIED
       Importance is not specified.
       
      IMPORTANCE_UNSPECIFIED = 0;
    • HIGH

      public static final Rubric.Importance HIGH
       High importance.
       
      HIGH = 1;
    • MEDIUM

      public static final Rubric.Importance MEDIUM
       Medium importance.
       
      MEDIUM = 2;
    • LOW

      public static final Rubric.Importance LOW
       Low importance.
       
      LOW = 3;
    • UNRECOGNIZED

      public static final Rubric.Importance UNRECOGNIZED
  • Field Details

    • IMPORTANCE_UNSPECIFIED_VALUE

      public static final int IMPORTANCE_UNSPECIFIED_VALUE
       Importance is not specified.
       
      IMPORTANCE_UNSPECIFIED = 0;
      See Also:
    • HIGH_VALUE

      public static final int HIGH_VALUE
       High importance.
       
      HIGH = 1;
      See Also:
    • MEDIUM_VALUE

      public static final int MEDIUM_VALUE
       Medium importance.
       
      MEDIUM = 2;
      See Also:
    • LOW_VALUE

      public static final int LOW_VALUE
       Low importance.
       
      LOW = 3;
      See Also:
  • Method Details

    • values

      public static Rubric.Importance[] 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

      public static Rubric.Importance 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Rubric.Importance 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static Rubric.Importance 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<Rubric.Importance> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Rubric.Importance 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 name
      NullPointerException - if the argument is null