public enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel extends Enum<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> implements ProtocolMessageEnumThe importance level for CustomRankingInfo.ranking_expression.
Protobuf enum
google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| EXTREME | The given ranking expression is of Extreme importance, and dominates job's final ranking position with existing relevance score (determined by API algorithm) ignored. |
| EXTREME_VALUE | The given ranking expression is of Extreme importance, and dominates job's final ranking position with existing relevance score (determined by API algorithm) ignored. |
| HIGH | 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). |
| HIGH_VALUE | 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). |
| IMPORTANCE_LEVEL_UNSPECIFIED | Default value if the importance level isn't specified. |
| IMPORTANCE_LEVEL_UNSPECIFIED_VALUE | Default value if the importance level isn't specified. |
| LOW | 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). |
| LOW_VALUE | 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). |
| MEDIUM | 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). |
| MEDIUM_VALUE | 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). |
| MILD | 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). |
| MILD_VALUE | 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). |
| NONE | The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position. |
| NONE_VALUE | The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |