Default value if the importance level isn't specified.
Generated from protobuf enum IMPORTANCE_LEVEL_UNSPECIFIED = 0;
NONE
Value: 1
The given ranking expression is of None importance, existing relevance
score (determined by API algorithm) dominates job's final ranking
position.
Generated from protobuf enum NONE = 1;
LOW
Value: 2
The given ranking expression is of Low importance in terms of job's
final ranking position compared to existing relevance
score (determined by API algorithm).
Generated from protobuf enum LOW = 2;
MILD
Value: 3
The given ranking expression is of Mild importance in terms of job's
final ranking position compared to existing relevance
score (determined by API algorithm).
Generated from protobuf enum MILD = 3;
MEDIUM
Value: 4
The given ranking expression is of Medium importance in terms of job's
final ranking position compared to existing relevance
score (determined by API algorithm).
Generated from protobuf enum MEDIUM = 4;
HIGH
Value: 5
The given ranking expression is of High importance in terms of job's
final ranking position compared to existing relevance
score (determined by API algorithm).
Generated from protobuf enum HIGH = 5;
EXTREME
Value: 6
The given ranking expression is of Extreme importance, and dominates
job's final ranking position with existing relevance
score (determined by API algorithm) ignored.
[[["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-09 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class ImportanceLevel (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class ImportanceLevel.\n\nThe importance level for\n[CustomRankingInfo.ranking_expression](/php/docs/reference/cloud-talent/latest/V4.SearchJobsRequest.CustomRankingInfo#_Google_Cloud_Talent_V4_SearchJobsRequest_CustomRankingInfo__getRankingExpression__).\n\nProtobuf type `google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4 \\\\ SearchJobsRequest \\\\ CustomRankingInfo\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### IMPORTANCE_LEVEL_UNSPECIFIED\n\n Value: 0\n\nDefault value if the importance level isn't specified.\n\nGenerated from protobuf enum `IMPORTANCE_LEVEL_UNSPECIFIED = 0;`\n\n### NONE\n\n Value: 1\n\nThe given ranking expression is of None importance, existing relevance\nscore (determined by API algorithm) dominates job's final ranking\nposition.\n\nGenerated from protobuf enum `NONE = 1;`\n\n### LOW\n\n Value: 2\n\nThe given ranking expression is of Low importance in terms of job's\nfinal ranking position compared to existing relevance\nscore (determined by API algorithm).\n\nGenerated from protobuf enum `LOW = 2;`\n\n### MILD\n\n Value: 3\n\nThe given ranking expression is of Mild importance in terms of job's\nfinal ranking position compared to existing relevance\nscore (determined by API algorithm).\n\nGenerated from protobuf enum `MILD = 3;`\n\n### MEDIUM\n\n Value: 4\n\nThe given ranking expression is of Medium importance in terms of job's\nfinal ranking position compared to existing relevance\nscore (determined by API algorithm).\n\nGenerated from protobuf enum `MEDIUM = 4;`\n\n### HIGH\n\n Value: 5\n\nThe given ranking expression is of High importance in terms of job's\nfinal ranking position compared to existing relevance\nscore (determined by API algorithm).\n\nGenerated from protobuf enum `HIGH = 5;`\n\n### EXTREME\n\n Value: 6\n\nThe given ranking expression is of Extreme importance, and dominates\njob's final ranking position with existing relevance\nscore (determined by API algorithm) ignored.\n\nGenerated from protobuf enum `EXTREME = 6;`"]]