Enum SearchJobsRequest.SearchMode (2.2.9)

public enum SearchJobsRequest.SearchMode extends Enum<SearchJobsRequest.SearchMode> implements ProtocolMessageEnum

A 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

ProtocolMessageEnum

Static Fields

NameDescription

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 = 2;

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 = 2;

The job search matches against all jobs, and featured jobs (jobs with promotionValue > 0) are not specially handled.

JOB_SEARCH = 1;

JOB_SEARCH_VALUE

The job search matches against all jobs, and featured jobs (jobs with promotionValue > 0) are not specially handled.

JOB_SEARCH = 1;

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 = 0;

SEARCH_MODE_UNSPECIFIED_VALUE

The mode of the search method isn't specified. The default search behavior is identical to JOB_SEARCH search behavior.

SEARCH_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()