Module: Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode

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

Overview

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

Constant Summary collapse

EMPLOYER_FILTER_MODE_UNSPECIFIED =

Default value.

0
ALL_EMPLOYMENT_RECORDS =

Apply to all employers in Profile.employment_records.

1
CURRENT_EMPLOYMENT_RECORDS_ONLY =

Apply only to current employer in Profile.employment_records.

2
PAST_EMPLOYMENT_RECORDS_ONLY =

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

3