Class EmployerFilter (2.3.0)

EmployerFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Employer filter of the search. .. attribute:: employer

Required. The name of the employer, for example "Google", "Alphabet".

:type: str

Attributes

NameDescription
mode google.cloud.talent_v4beta1.types.EmployerFilter.EmployerFilterMode
Define set of EmploymentRecords to search against. Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
negated bool
Whether to apply negation to the filter so profiles matching the filter is excluded.

Classes

EmployerFilterMode

EmployerFilterMode(value)

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