public enum SearchJobsRequest.RelevanceThreshold extends Enum<SearchJobsRequest.RelevanceThreshold> implements ProtocolMessageEnumThe relevance threshold of the search results. The higher relevance threshold is, the higher relevant results are shown and the less number of results are returned.
Protobuf enum google.cloud.talent.v4.SearchJobsRequest.RelevanceThreshold
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HIGH |
High relevance threshold. |
HIGH_VALUE |
High relevance threshold. |
LOW |
Low relevance threshold. |
LOWEST |
Lowest relevance threshold. |
LOWEST_VALUE |
Lowest relevance threshold. |
LOW_VALUE |
Low relevance threshold. |
MEDIUM |
Medium relevance threshold. |
MEDIUM_VALUE |
Medium relevance threshold. |
RELEVANCE_THRESHOLD_UNSPECIFIED |
Default value. In this case, server behavior defaults to Google defined threshold. |
RELEVANCE_THRESHOLD_UNSPECIFIED_VALUE |
Default value. In this case, server behavior defaults to Google defined threshold. |
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() |
|