Class: Google::Cloud::Talent::V4beta1::EducationFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb

Overview

Input only.

Education filter of the search.

Instance Attribute Summary collapse

Instance Attribute Details

#degree_typeGoogle::Cloud::Talent::V4beta1::DegreeType

Returns Optional.

Education degree in ISCED code. Each value in degree covers a specific level of education, without any expansion to upper nor lower levels of education degree.

Returns:

  • (Google::Cloud::Talent::V4beta1::DegreeType)

    Optional.

    Education degree in ISCED code. Each value in degree covers a specific level of education, without any expansion to upper nor lower levels of education degree.



641
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 641

class EducationFilter; end

#field_of_studyString

Returns Optional.

The field of study. This is to search against value provided in Degree#fields_of_study. For example "Computer Science", "Mathematics".

Returns:

  • (String)

    Optional.

    The field of study. This is to search against value provided in Degree#fields_of_study. For example "Computer Science", "Mathematics".



641
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 641

class EducationFilter; end

#negatedtrue, false

Returns Optional.

Whether to apply negation to the filter so profiles matching the filter is excluded.

Returns:

  • (true, false)

    Optional.

    Whether to apply negation to the filter so profiles matching the filter is excluded.



641
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 641

class EducationFilter; end

#schoolString

Returns Optional.

The school name. For example "MIT", "University of California, Berkeley".

Returns:

  • (String)

    Optional.

    The school name. For example "MIT", "University of California, Berkeley".



641
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 641

class EducationFilter; end