CompletionType

Enum to specify auto-completion topics.

Enums
COMPLETION_TYPE_UNSPECIFIED Default value.
JOB_TITLE

Suggest job titles for jobs autocomplete.

For CompletionType.JOB_TITLE type, only open jobs with the same languageCodes are returned.

COMPANY_NAME

Suggest company names for jobs autocomplete.

For CompletionType.COMPANY_NAME type, only companies having open jobs with the same languageCodes are returned.

COMBINED

Suggest both job titles and company names for jobs autocomplete.

For CompletionType.COMBINED type, only open jobs with the same languageCodes or companies having open jobs with the same languageCodes are returned.