public static enum AppProfile.Priority extends Enum<AppProfile.Priority>
| Modifier and Type | Method and Description |
|---|---|
static AppProfile.Priority |
fromProto(AppProfile.Priority proto)
Wraps the protobuf.
|
AppProfile.Priority |
toProto()
Creates the request protobuf.
|
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 LOW
public static final AppProfile.Priority MEDIUM
public static final AppProfile.Priority HIGH
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 null@InternalApi public static AppProfile.Priority fromProto(AppProfile.Priority proto)
@InternalApi public AppProfile.Priority toProto()
Copyright © 2026 Google LLC. All rights reserved.