public enum SearchJobsRequest.SearchMode extends Enum<SearchJobsRequest.SearchMode> implements ProtocolMessageEnumA string-represented enumeration of the job search mode. The service operate differently for different modes of service.
Protobuf enum google.cloud.talent.v4.SearchJobsRequest.SearchMode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| FEATURED_JOB_SEARCH | The job search matches only against featured jobs (jobs with a promotionValue > 0). This method doesn't return any jobs having a promotionValue <= 0. The search results order is determined by the promotionValue (jobs with a higher promotionValue are returned higher up in the search results), with relevance being used as a tiebreaker. |
| FEATURED_JOB_SEARCH_VALUE | The job search matches only against featured jobs (jobs with a promotionValue > 0). This method doesn't return any jobs having a promotionValue <= 0. The search results order is determined by the promotionValue (jobs with a higher promotionValue are returned higher up in the search results), with relevance being used as a tiebreaker. |
| JOB_SEARCH | The job search matches against all jobs, and featured jobs (jobs with promotionValue > 0) are not specially handled. |
| JOB_SEARCH_VALUE | The job search matches against all jobs, and featured jobs (jobs with promotionValue > 0) are not specially handled. |
| SEARCH_MODE_UNSPECIFIED | The mode of the search method isn't specified. The default search behavior is identical to JOB_SEARCH search behavior. |
| SEARCH_MODE_UNSPECIFIED_VALUE | The mode of the search method isn't specified. The default search behavior is identical to JOB_SEARCH search behavior. |
| 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() |