Package com.google.cloud.talent.v4
Enum SearchJobsRequest.CustomRankingInfo.ImportanceLevel
- java.lang.Object
-
- java.lang.Enum<SearchJobsRequest.CustomRankingInfo.ImportanceLevel>
-
- com.google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<SearchJobsRequest.CustomRankingInfo.ImportanceLevel>
- Enclosing class:
- SearchJobsRequest.CustomRankingInfo
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.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression].
Protobuf enumgoogle.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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(int value)
Deprecated.static SearchJobsRequest.CustomRankingInfo.ImportanceLevel
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.
-
-
-
Enum Constant Detail
-
IMPORTANCE_LEVEL_UNSPECIFIED
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel IMPORTANCE_LEVEL_UNSPECIFIED
Default value if the importance level isn't specified.
IMPORTANCE_LEVEL_UNSPECIFIED = 0;
-
NONE
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;
-
LOW
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;
-
MILD
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;
-
MEDIUM
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;
-
HIGH
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;
-
EXTREME
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;
-
UNRECOGNIZED
public static final SearchJobsRequest.CustomRankingInfo.ImportanceLevel UNRECOGNIZED
-
-
Field Detail
-
IMPORTANCE_LEVEL_UNSPECIFIED_VALUE
public static final int IMPORTANCE_LEVEL_UNSPECIFIED_VALUE
Default value if the importance level isn't specified.
IMPORTANCE_LEVEL_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
NONE_VALUE
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;
- See Also:
- Constant Field Values
-
LOW_VALUE
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;
- See Also:
- Constant Field Values
-
MILD_VALUE
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;
- See Also:
- Constant Field Values
-
MEDIUM_VALUE
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;
- See Also:
- Constant Field Values
-
HIGH_VALUE
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;
- See Also:
- Constant Field Values
-
EXTREME_VALUE
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;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SearchJobsRequest.CustomRankingInfo.ImportanceLevel c : SearchJobsRequest.CustomRankingInfo.ImportanceLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SearchJobsRequest.CustomRankingInfo.ImportanceLevel> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static SearchJobsRequest.CustomRankingInfo.ImportanceLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-