Recommender V1 Client - Class Priority (2.0.5)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Recommender V1 Client class Priority.
Recommendation priority levels.
Protobuf type google.cloud.recommender.v1.Recommendation.Priority
Namespace
Google \ Cloud \ Recommender \ V1 \ Recommendation
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
PRIORITY_UNSPECIFIED
Recommendation has unspecified priority.
Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;
P4
Recommendation has P4 priority (lowest priority).
Generated from protobuf enum P4 = 1;
P3
Recommendation has P3 priority (second lowest priority).
Generated from protobuf enum P3 = 2;
P2
Recommendation has P2 priority (second highest priority).
Generated from protobuf enum P2 = 3;
P1
Recommendation has P1 priority (highest priority).
Generated from protobuf enum P1 = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Recommender V1 Client - Class Priority (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-recommender/latest/V1.Recommendation.Priority)\n- [2.0.4](/php/docs/reference/cloud-recommender/2.0.4/V1.Recommendation.Priority)\n- [1.11.5](/php/docs/reference/cloud-recommender/1.11.5/V1.Recommendation.Priority)\n- [1.10.0](/php/docs/reference/cloud-recommender/1.10.0/V1.Recommendation.Priority)\n- [1.9.1](/php/docs/reference/cloud-recommender/1.9.1/V1.Recommendation.Priority)\n- [1.8.2](/php/docs/reference/cloud-recommender/1.8.2/V1.Recommendation.Priority)\n- [1.7.8](/php/docs/reference/cloud-recommender/1.7.8/V1.Recommendation.Priority) \nReference documentation and code samples for the Recommender V1 Client class Priority.\n\nRecommendation priority levels.\n\nProtobuf type `google.cloud.recommender.v1.Recommendation.Priority`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Recommender \\\\ V1 \\\\ Recommendation\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PRIORITY_UNSPECIFIED\n\n Value: 0\n\nRecommendation has unspecified priority.\n\nGenerated from protobuf enum `PRIORITY_UNSPECIFIED = 0;`\n\n### P4\n\n Value: 1\n\nRecommendation has P4 priority (lowest priority).\n\nGenerated from protobuf enum `P4 = 1;`\n\n### P3\n\n Value: 2\n\nRecommendation has P3 priority (second lowest priority).\n\nGenerated from protobuf enum `P3 = 2;`\n\n### P2\n\n Value: 3\n\nRecommendation has P2 priority (second highest priority).\n\nGenerated from protobuf enum `P2 = 3;`\n\n### P1\n\n Value: 4\n\nRecommendation has P1 priority (highest priority).\n\nGenerated from protobuf enum `P1 = 4;`"]]