Enum CompleteQueryRequest.CompletionType (2.5.0)

public enum CompleteQueryRequest.CompletionType extends Enum<CompleteQueryRequest.CompletionType> implements ProtocolMessageEnum

Enum to specify auto-completion topics.

Protobuf enum google.cloud.talent.v4.CompleteQueryRequest.CompletionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

COMBINED = 3;

COMBINED_VALUE

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.

COMBINED = 3;

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.

COMPANY_NAME = 2;

COMPANY_NAME_VALUE

Suggest company names for jobs autocomplete. For CompletionType.COMPANY_NAME type, only companies having open jobs with the same language_codes are returned.

COMPANY_NAME = 2;

COMPLETION_TYPE_UNSPECIFIED

Default value.

COMPLETION_TYPE_UNSPECIFIED = 0;

COMPLETION_TYPE_UNSPECIFIED_VALUE

Default value.

COMPLETION_TYPE_UNSPECIFIED = 0;

JOB_TITLE

Suggest job titles for jobs autocomplete. For CompletionType.JOB_TITLE type, only open jobs with the same language_codes are returned.

JOB_TITLE = 1;

JOB_TITLE_VALUE

Suggest job titles for jobs autocomplete. For CompletionType.JOB_TITLE type, only open jobs with the same language_codes are returned.

JOB_TITLE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()