Enum Recommendation.Priority
- java.lang.Object
-
- java.lang.Enum<Recommendation.Priority>
-
- com.google.cloud.recommender.v1beta1.Recommendation.Priority
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Recommendation.Priority>
- Enclosing class:
- Recommendation
public static enum Recommendation.Priority extends Enum<Recommendation.Priority> implements com.google.protobuf.ProtocolMessageEnum
Recommendation priority levels.
Protobuf enumgoogle.cloud.recommender.v1beta1.Recommendation.Priority
-
-
Enum Constant Summary
Enum Constants Enum Constant Description P1
Recommendation has P1 priority (highest priority).P2
Recommendation has P2 priority (second highest priority).P3
Recommendation has P3 priority (second lowest priority).P4
Recommendation has P4 priority (lowest priority).PRIORITY_UNSPECIFIED
Recommendation has unspecified priority.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
P1_VALUE
Recommendation has P1 priority (highest priority).static int
P2_VALUE
Recommendation has P2 priority (second highest priority).static int
P3_VALUE
Recommendation has P3 priority (second lowest priority).static int
P4_VALUE
Recommendation has P4 priority (lowest priority).static int
PRIORITY_UNSPECIFIED_VALUE
Recommendation has unspecified priority.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Recommendation.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<Recommendation.Priority>
internalGetValueMap()
static Recommendation.Priority
valueOf(int value)
Deprecated.static Recommendation.Priority
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Recommendation.Priority
valueOf(String name)
Returns the enum constant of this type with the specified name.static Recommendation.Priority[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PRIORITY_UNSPECIFIED
public static final Recommendation.Priority PRIORITY_UNSPECIFIED
Recommendation has unspecified priority.
PRIORITY_UNSPECIFIED = 0;
-
P4
public static final Recommendation.Priority P4
Recommendation has P4 priority (lowest priority).
P4 = 1;
-
P3
public static final Recommendation.Priority P3
Recommendation has P3 priority (second lowest priority).
P3 = 2;
-
P2
public static final Recommendation.Priority P2
Recommendation has P2 priority (second highest priority).
P2 = 3;
-
P1
public static final Recommendation.Priority P1
Recommendation has P1 priority (highest priority).
P1 = 4;
-
UNRECOGNIZED
public static final Recommendation.Priority UNRECOGNIZED
-
-
Field Detail
-
PRIORITY_UNSPECIFIED_VALUE
public static final int PRIORITY_UNSPECIFIED_VALUE
Recommendation has unspecified priority.
PRIORITY_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
P4_VALUE
public static final int P4_VALUE
Recommendation has P4 priority (lowest priority).
P4 = 1;
- See Also:
- Constant Field Values
-
P3_VALUE
public static final int P3_VALUE
Recommendation has P3 priority (second lowest priority).
P3 = 2;
- See Also:
- Constant Field Values
-
P2_VALUE
public static final int P2_VALUE
Recommendation has P2 priority (second highest priority).
P2 = 3;
- See Also:
- Constant Field Values
-
P1_VALUE
public static final int P1_VALUE
Recommendation has P1 priority (highest priority).
P1 = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Recommendation.Priority[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Recommendation.Priority c : Recommendation.Priority.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Recommendation.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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Recommendation.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 nameNullPointerException
- if the argument is null
-
forNumber
public static Recommendation.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<Recommendation.Priority> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Recommendation.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 nameNullPointerException
- if the argument is null
-
-