public static enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel extends Enum<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> implements ProtocolMessageEnum
The importance level for [CustomRankingInfo.ranking_expression][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ranking_expression].Protobuf enum
google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ImportanceLevel
Enum Constant and 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.
|
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).
|
IMPORTANCE_LEVEL_UNSPECIFIED
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).
|
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).
|
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).
|
NONE
The given ranking expression is of None importance, existing relevance
score (determined by API algorithm) dominates job's final ranking
position.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
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.
|
static int |
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).
|
static int |
IMPORTANCE_LEVEL_UNSPECIFIED_VALUE
Default value if the importance level isn't specified.
|
static int |
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).
|
static int |
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).
|
static int |
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).
|
static int |
NONE_VALUE
The given ranking expression is of None importance, existing relevance
score (determined by API algorithm) dominates job's final ranking
position.
|
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel IMPORTANCE_LEVEL_UNSPECIFIED
Default value if the importance level isn't specified.
IMPORTANCE_LEVEL_UNSPECIFIED = 0;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel NONE
The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.
NONE = 1;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel 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;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel 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;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel 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;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel 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;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel 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;
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel UNRECOGNIZED
public static final int IMPORTANCE_LEVEL_UNSPECIFIED_VALUE
Default value if the importance level isn't specified.
IMPORTANCE_LEVEL_UNSPECIFIED = 0;
public static final int 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;
public static final int 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;
public static final int 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;
public static final int 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;
public static final int 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;
public static final int 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;
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel[] values()
for (SearchJobsRequest.CustomRankingInfo.ImportanceLevel c : SearchJobsRequest.CustomRankingInfo.ImportanceLevel.values()) System.out.println(c);
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static Internal.EnumLiteMap<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.