public static enum AppProfile.IsolationCase extends Enum<AppProfile.IsolationCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DATA_BOOST_ISOLATION_READ_ONLY |
ISOLATION_NOT_SET |
PRIORITY
Deprecated.
|
STANDARD_ISOLATION |
| Modifier and Type | Method and Description |
|---|---|
static AppProfile.IsolationCase |
forNumber(int value) |
int |
getNumber() |
static AppProfile.IsolationCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AppProfile.IsolationCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppProfile.IsolationCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final AppProfile.IsolationCase PRIORITY
public static final AppProfile.IsolationCase STANDARD_ISOLATION
public static final AppProfile.IsolationCase DATA_BOOST_ISOLATION_READ_ONLY
public static final AppProfile.IsolationCase ISOLATION_NOT_SET
public static AppProfile.IsolationCase[] values()
for (AppProfile.IsolationCase c : AppProfile.IsolationCase.values()) System.out.println(c);
public static AppProfile.IsolationCase 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 null@Deprecated public static AppProfile.IsolationCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AppProfile.IsolationCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2026 Google LLC. All rights reserved.