Module: Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType

Defined in:
proto_docs/google/cloud/talent/v4beta1/completion_service.rb

Overview

Enum to specify auto-completion topics.

Constant Summary collapse

COMPLETION_TYPE_UNSPECIFIED =

Default value.

0
JOB_TITLE =

Suggest job titles for jobs autocomplete.

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

1
COMPANY_NAME =

Suggest company names for jobs autocomplete.

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

2
COMBINED =

Suggest both job titles and company names for jobs autocomplete.

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

3