Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::EmployerFilter (v0.4.6)

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

#mode=

def mode=(value) -> ::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode

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