Enum Recommendation.Priority (2.43.0)

public enum Recommendation.Priority extends Enum<Recommendation.Priority> implements ProtocolMessageEnum

Recommendation priority levels.

Protobuf enum google.cloud.recommender.v1beta1.Recommendation.Priority

Implements

ProtocolMessageEnum

Static Fields

NameDescription
P1

Recommendation has P1 priority (highest priority).

P1 = 4;

P1_VALUE

Recommendation has P1 priority (highest priority).

P1 = 4;

P2

Recommendation has P2 priority (second highest priority).

P2 = 3;

P2_VALUE

Recommendation has P2 priority (second highest priority).

P2 = 3;

P3

Recommendation has P3 priority (second lowest priority).

P3 = 2;

P3_VALUE

Recommendation has P3 priority (second lowest priority).

P3 = 2;

P4

Recommendation has P4 priority (lowest priority).

P4 = 1;

P4_VALUE

Recommendation has P4 priority (lowest priority).

P4 = 1;

PRIORITY_UNSPECIFIED

Recommendation has unspecified priority.

PRIORITY_UNSPECIFIED = 0;

PRIORITY_UNSPECIFIED_VALUE

Recommendation has unspecified priority.

PRIORITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()