Class: Google::Cloud::Talent::V4beta1::EducationFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::EducationFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Education filter of the search.
Instance Attribute Summary collapse
-
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Education degree in ISCED code.
-
#field_of_study ⇒ String
The field of study.
-
#negated ⇒ true, false
Whether to apply negation to the filter so profiles matching the filter is excluded.
-
#school ⇒ String
The school name.
Instance Attribute Details
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Returns 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.
708 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 708 class EducationFilter; end |
#field_of_study ⇒ String
Returns The field of study. This is to search against value provided in Degree#fields_of_study. For example "Computer Science", "Mathematics".
708 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 708 class EducationFilter; end |
#negated ⇒ true, false
Returns Whether to apply negation to the filter so profiles matching the filter is excluded.
708 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 708 class EducationFilter; end |
#school ⇒ String
Returns The school name. For example "MIT", "University of California, Berkeley".
708 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 708 class EducationFilter; end |