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
Input only.
Education filter of the search.
Instance Attribute Summary collapse
-
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Optional.
-
#field_of_study ⇒ String
Optional.
-
#negated ⇒ true, false
Optional.
-
#school ⇒ String
Optional.
Instance Attribute Details
#degree_type ⇒ Google::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.
641 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 641 class EducationFilter; end |
#field_of_study ⇒ String
Returns 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 |
#negated ⇒ true, false
Returns 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 |
#school ⇒ String
Returns 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 |