Enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel

public enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel extends Enum<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> implements ProtocolMessageEnum

The importance level for CustomRankingInfo.ranking_expression.

Protobuf enum google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 6;

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.

EXTREME = 6;

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 = 5;

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).

HIGH = 5;

IMPORTANCE_LEVEL_UNSPECIFIED

Default value if the importance level isn't specified.

IMPORTANCE_LEVEL_UNSPECIFIED = 0;

IMPORTANCE_LEVEL_UNSPECIFIED_VALUE

Default value if the importance level isn't specified.

IMPORTANCE_LEVEL_UNSPECIFIED = 0;

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 = 2;

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).

LOW = 2;

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 = 4;

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).

MEDIUM = 4;

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 = 3;

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).

MILD = 3;

NONE

The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.

NONE = 1;

NONE_VALUE

The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.

NONE = 1;

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()