Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::EmployerFilter.
Employer filter of the search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#employer
def employer() -> ::String
Returns
- (::String) — Required. The name of the employer, for example "Google", "Alphabet".
#employer=
def employer=(value) -> ::String
Parameter
- value (::String) — Required. The name of the employer, for example "Google", "Alphabet".
Returns
- (::String) — Required. The name of the employer, for example "Google", "Alphabet".
#mode
def mode() -> ::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode
Returns
-
(::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode) — Define set of EmploymentRecords to search against.
Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
#mode=
def mode=(value) -> ::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode
Parameter
-
value (::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode) — Define set of EmploymentRecords to search against.
Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
Returns
-
(::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode) — Define set of EmploymentRecords to search against.
Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
#negated
def negated() -> ::Boolean
Returns
- (::Boolean) — Whether to apply negation to the filter so profiles matching the filter is excluded.
#negated=
def negated=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to apply negation to the filter so profiles matching the filter is excluded.
Returns
- (::Boolean) — Whether to apply negation to the filter so profiles matching the filter is excluded.