Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class SearchMode.
A string-represented enumeration of the job search mode. The service
operate differently for different modes of service.
Protobuf type google.cloud.talent.v4.SearchJobsRequest.SearchMode
Namespace
Google \ Cloud \ Talent \ V4 \ SearchJobsRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SEARCH_MODE_UNSPECIFIED
Value: 0
The mode of the search method isn't specified. The default search
behavior is identical to JOB_SEARCH search behavior.
Generated from protobuf enum SEARCH_MODE_UNSPECIFIED = 0;
JOB_SEARCH
Value: 1
The job search matches against all jobs, and featured jobs
(jobs with promotionValue > 0) are not specially handled.
Generated from protobuf enum JOB_SEARCH = 1;
FEATURED_JOB_SEARCH
Value: 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.
Generated from protobuf enum FEATURED_JOB_SEARCH = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class SearchMode (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.SearchJobsRequest.SearchMode)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.SearchJobsRequest.SearchMode)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.SearchJobsRequest.SearchMode)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.SearchJobsRequest.SearchMode)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.SearchJobsRequest.SearchMode)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.SearchJobsRequest.SearchMode)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.SearchJobsRequest.SearchMode) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class SearchMode.\n\nA string-represented enumeration of the job search mode. The service\noperate differently for different modes of service.\n\nProtobuf type `google.cloud.talent.v4.SearchJobsRequest.SearchMode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4 \\\\ SearchJobsRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SEARCH_MODE_UNSPECIFIED\n\n Value: 0\n\nThe mode of the search method isn't specified. The default search\nbehavior is identical to JOB_SEARCH search behavior.\n\nGenerated from protobuf enum `SEARCH_MODE_UNSPECIFIED = 0;`\n\n### JOB_SEARCH\n\n Value: 1\n\nThe job search matches against all jobs, and featured jobs\n(jobs with promotionValue \\\u003e 0) are not specially handled.\n\nGenerated from protobuf enum `JOB_SEARCH = 1;`\n\n### FEATURED_JOB_SEARCH\n\n Value: 2\n\nThe job search matches only against featured jobs (jobs with a\npromotionValue \\\u003e 0). This method doesn't return any jobs having a\npromotionValue \\\u003c= 0. The search results order is determined by the\npromotionValue (jobs with a higher promotionValue are returned higher up\nin the search results), with relevance being used as a tiebreaker.\n\nGenerated from protobuf enum `FEATURED_JOB_SEARCH = 2;`"]]