Enum EmployerFilter.EmployerFilterMode (2.2.9)

public enum EmployerFilter.EmployerFilterMode extends Enum<EmployerFilter.EmployerFilterMode> implements ProtocolMessageEnum

Enum indicating which set of Profile.employment_records to search against.

Protobuf enum google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_EMPLOYMENT_RECORDS

Apply to all employers in Profile.employment_records.

ALL_EMPLOYMENT_RECORDS = 1;

ALL_EMPLOYMENT_RECORDS_VALUE

Apply to all employers in Profile.employment_records.

ALL_EMPLOYMENT_RECORDS = 1;

CURRENT_EMPLOYMENT_RECORDS_ONLY

Apply only to current employer in Profile.employment_records.

CURRENT_EMPLOYMENT_RECORDS_ONLY = 2;

CURRENT_EMPLOYMENT_RECORDS_ONLY_VALUE

Apply only to current employer in Profile.employment_records.

CURRENT_EMPLOYMENT_RECORDS_ONLY = 2;

EMPLOYER_FILTER_MODE_UNSPECIFIED

Default value.

EMPLOYER_FILTER_MODE_UNSPECIFIED = 0;

EMPLOYER_FILTER_MODE_UNSPECIFIED_VALUE

Default value.

EMPLOYER_FILTER_MODE_UNSPECIFIED = 0;

PAST_EMPLOYMENT_RECORDS_ONLY

Apply only to past (not current) employers in Profile.employment_records.

PAST_EMPLOYMENT_RECORDS_ONLY = 3;

PAST_EMPLOYMENT_RECORDS_ONLY_VALUE

Apply only to past (not current) employers in Profile.employment_records.

PAST_EMPLOYMENT_RECORDS_ONLY = 3;

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()