Suggest both job titles and company names for jobs autocomplete.
For
[CompletionType.COMBINED][google.cloud.talent.v4.CompleteQueryRequest.CompletionType.COMBINED]
type, only open jobs with the same
[language_codes][google.cloud.talent.v4.CompleteQueryRequest.language_codes]
or companies having open jobs with the same
[language_codes][google.cloud.talent.v4.CompleteQueryRequest.language_codes]
are returned.
CompanyName
Suggest company names for jobs autocomplete.
For
[CompletionType.COMPANY_NAME][google.cloud.talent.v4.CompleteQueryRequest.CompletionType.COMPANY_NAME]
type, only companies having open jobs with the same
[language_codes][google.cloud.talent.v4.CompleteQueryRequest.language_codes]
are returned.
JobTitle
Suggest job titles for jobs autocomplete.
For
[CompletionType.JOB_TITLE][google.cloud.talent.v4.CompleteQueryRequest.CompletionType.JOB_TITLE]
type, only open jobs with the same
[language_codes][google.cloud.talent.v4.CompleteQueryRequest.language_codes]
are returned.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `CompleteQueryRequest.Types.CompletionType` enum within the Google Cloud Talent Solution v4 API, used to specify auto-completion topics."],["The latest version of the API documentation available is 2.7.0, while the current page details version 2.4.0."],["Available completion types include `Combined` (for both job titles and company names), `CompanyName` (for company names only), `JobTitle` (for job titles only), and `Unspecified` (default value)."],["The documentation details the behavior of each completion type, specifying that only open jobs or companies with open jobs matching the requested language codes are returned."],["The Google Cloud Talent Solution v4 API has been released in various different versions from 1.0.0 to 2.7.0 for the reference documentation of `CompleteQueryRequest.Types.CompletionType` class."]]],[]]