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 and Description |
|---|
PRIORITY_HIGH
PRIORITY_HIGH = 3; |
PRIORITY_LOW
PRIORITY_LOW = 1; |
PRIORITY_MEDIUM
PRIORITY_MEDIUM = 2; |
PRIORITY_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIORITY_HIGH_VALUE
PRIORITY_HIGH = 3; |
static int |
PRIORITY_LOW_VALUE
PRIORITY_LOW = 1; |
static int |
PRIORITY_MEDIUM_VALUE
PRIORITY_MEDIUM = 2; |
static int |
PRIORITY_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static AppProfile.Priority |
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<AppProfile.Priority> |
internalGetValueMap() |
static AppProfile.Priority |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AppProfile.Priority |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AppProfile.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppProfile.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppProfile.Priority PRIORITY_UNSPECIFIED
Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
PRIORITY_UNSPECIFIED = 0;public static final AppProfile.Priority PRIORITY_LOW
PRIORITY_LOW = 1;public static final AppProfile.Priority PRIORITY_MEDIUM
PRIORITY_MEDIUM = 2;public static final AppProfile.Priority PRIORITY_HIGH
PRIORITY_HIGH = 3;public static final AppProfile.Priority UNRECOGNIZED
public static final int PRIORITY_UNSPECIFIED_VALUE
Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
PRIORITY_UNSPECIFIED = 0;public static final int PRIORITY_LOW_VALUE
PRIORITY_LOW = 1;public static final int PRIORITY_MEDIUM_VALUE
PRIORITY_MEDIUM = 2;public static final int PRIORITY_HIGH_VALUE
PRIORITY_HIGH = 3;public static AppProfile.Priority[] values()
for (AppProfile.Priority c : AppProfile.Priority.values()) System.out.println(c);
public static AppProfile.Priority valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AppProfile.Priority valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AppProfile.Priority forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AppProfile.Priority> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AppProfile.Priority valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.