Enum AppProfile.Priority

java.lang.Object
java.lang.Enum<AppProfile.Priority>
com.google.bigtable.admin.v2.AppProfile.Priority
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AppProfile.Priority>
Enclosing class:
AppProfile

public static enum AppProfile.Priority extends Enum<AppProfile.Priority> implements com.google.protobuf.ProtocolMessageEnum
 Possible priorities for an app profile. Note that higher priority writes
 can sometimes queue behind lower priority writes to the same tablet, as
 writes must be strictly sequenced in the durability log.
 
Protobuf enum google.bigtable.admin.v2.AppProfile.Priority
  • Enum Constant Details

    • PRIORITY_UNSPECIFIED

      public static final AppProfile.Priority PRIORITY_UNSPECIFIED
       Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
       
      PRIORITY_UNSPECIFIED = 0;
    • PRIORITY_LOW

      public static final AppProfile.Priority PRIORITY_LOW
      PRIORITY_LOW = 1;
    • PRIORITY_MEDIUM

      public static final AppProfile.Priority PRIORITY_MEDIUM
      PRIORITY_MEDIUM = 2;
    • PRIORITY_HIGH

      public static final AppProfile.Priority PRIORITY_HIGH
      PRIORITY_HIGH = 3;
    • UNRECOGNIZED

      public static final AppProfile.Priority UNRECOGNIZED
  • Field Details

    • PRIORITY_UNSPECIFIED_VALUE

      public static final int PRIORITY_UNSPECIFIED_VALUE
       Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
       
      PRIORITY_UNSPECIFIED = 0;
      See Also:
    • PRIORITY_LOW_VALUE

      public static final int PRIORITY_LOW_VALUE
      PRIORITY_LOW = 1;
      See Also:
    • PRIORITY_MEDIUM_VALUE

      public static final int PRIORITY_MEDIUM_VALUE
      PRIORITY_MEDIUM = 2;
      See Also:
    • PRIORITY_HIGH_VALUE

      public static final int PRIORITY_HIGH_VALUE
      PRIORITY_HIGH = 3;
      See Also:
  • Method Details

    • values

      public static AppProfile.Priority[] 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 AppProfile.Priority 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 AppProfile.Priority 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 AppProfile.Priority 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<AppProfile.Priority> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static AppProfile.Priority 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