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."],[[["The `CompletionType` enum is used to specify topics for auto-completion in the `Google.Cloud.Talent.V4` namespace."],["There are four possible completion types: `Combined`, `CompanyName`, `JobTitle`, and `Unspecified`."],["The `Combined` type suggests both job titles and company names, while `CompanyName` suggests only company names, and `JobTitle` suggests only job titles, with specific language code filtering."],["The latest version of the `CompletionType` enum is 2.7.0, with multiple previous versions available, from 1.0.0 up to 2.6.0."]]],[]]