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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/filters.rb

Overview

Education filter of the search.

Instance Attribute Summary collapse

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.

Returns:



668
669
670
671
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 668

class EducationFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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".

Returns:

  • (::String)

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



668
669
670
671
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 668

class EducationFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#negated::Boolean

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



668
669
670
671
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 668

class EducationFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#school::String

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

Returns:

  • (::String)

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



668
669
670
671
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 668

class EducationFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end