Enum AppProfile.Priority

java.lang.Object
java.lang.Enum<AppProfile.Priority>
com.google.cloud.bigtable.admin.v2.models.AppProfile.Priority
All Implemented Interfaces:
Serializable, Comparable<AppProfile.Priority>
Enclosing class:
AppProfile

public static enum AppProfile.Priority extends Enum<AppProfile.Priority>
The 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.
  • Enum Constant Details

  • 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
    • fromProto

      @InternalApi public static AppProfile.Priority fromProto(AppProfile.Priority proto)
      Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.
    • toProto

      @InternalApi public AppProfile.Priority toProto()
      Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.