Suggest both job titles and company names for jobs autocomplete.
For
[CompletionType.COMBINED][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMBINED]
type, only open jobs with the same
[language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes]
or companies having open jobs with the same
[language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes]
are returned.
CompanyName
Suggest company names for jobs autocomplete.
For
[CompletionType.COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME]
type, only companies having open jobs with the same
[language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes]
are returned.
JobTitle
Suggest job titles for jobs autocomplete.
For
[CompletionType.JOB_TITLE][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.JOB_TITLE]
type, only open jobs with the same
[language_codes][google.cloud.talent.v4beta1.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 documentation details the `CompleteQueryRequest.Types.CompletionType` enum within the Google Cloud Talent Solution v4beta1 API, specifically for the .NET environment."],["The `CompletionType` enum defines the categories for auto-completion suggestions, including `Combined`, `CompanyName`, `JobTitle`, and `Unspecified`."],["Each completion type (`Combined`, `CompanyName`, and `JobTitle`) filters suggestions based on the presence of open jobs or companies that share the same language codes, as specified in the `language_codes` field."],["The latest version of this documentation is `3.0.0-beta06`, with previous versions `3.0.0-beta05` and `2.0.0-beta07` also available."]]],[]]