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

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::EducationFilter.

Education filter of the search.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#degree_type

def degree_type() -> ::Google::Cloud::Talent::V4beta1::DegreeType
Returns

#degree_type=

def degree_type=(value) -> ::Google::Cloud::Talent::V4beta1::DegreeType
Parameter
Returns

#field_of_study

def field_of_study() -> ::String
Returns
  • (::String) — The field of study. This is to search against value provided in Degree.fields_of_study. For example "Computer Science", "Mathematics".

#field_of_study=

def field_of_study=(value) -> ::String
Parameter
  • value (::String) — The field of study. This is to search against value provided in Degree.fields_of_study. For example "Computer Science", "Mathematics".
Returns
  • (::String) — The field of study. This is to search against value provided in Degree.fields_of_study. For example "Computer Science", "Mathematics".

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

#school

def school() -> ::String
Returns
  • (::String) — The school name. For example "MIT", "University of California, Berkeley".

#school=

def school=(value) -> ::String
Parameter
  • value (::String) — The school name. For example "MIT", "University of California, Berkeley".
Returns
  • (::String) — The school name. For example "MIT", "University of California, Berkeley".