Recommender V1 Client - Class Priority (1.7.8)

Reference documentation and code samples for the Recommender V1 Client class Priority.

Recommendation priority levels.

Protobuf type google.cloud.recommender.v1.Recommendation.Priority

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

PRIORITY_UNSPECIFIED

Value: 0

Recommendation has unspecified priority.

Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;

P4

Value: 1

Recommendation has P4 priority (lowest priority).

Generated from protobuf enum P4 = 1;

P3

Value: 2

Recommendation has P3 priority (second lowest priority).

Generated from protobuf enum P3 = 2;

P2

Value: 3

Recommendation has P2 priority (second highest priority).

Generated from protobuf enum P2 = 3;

P1

Value: 4

Recommendation has P1 priority (highest priority).

Generated from protobuf enum P1 = 4;