public static enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel extends Enum<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> implements com.google.protobuf.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.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchJobsRequest.CustomRankingInfo.ImportanceLevel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> |
internalGetValueMap() |
static SearchJobsRequest.CustomRankingInfo.ImportanceLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchJobsRequest.CustomRankingInfo.ImportanceLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchJobsRequest.CustomRankingInfo.ImportanceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchJobsRequest.CustomRankingInfo.ImportanceLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(int value)
forNumber(int) instead.public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.