Class: Google::Cloud::Talent::V4beta1::EducationRecord

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

Overview

Resource that represents an education record of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#address::Google::Cloud::Talent::V4beta1::Address

Returns The physical address of the education institution.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#degree_description::String

Returns The full description of the degree.

For example, "Master of Science in Computer Science", "B.S in Math".

Number of characters allowed is 100.

Returns:

  • (::String)

    The full description of the degree.

    For example, "Master of Science in Computer Science", "B.S in Math".

    Number of characters allowed is 100.



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#degree_snippet::String (readonly)

Returns Output only. The job description snippet shows how the Degree is related to a search query in search result. It's empty if the Degree isn't related to the search query.

Returns:

  • (::String)

    Output only. The job description snippet shows how the Degree is related to a search query in search result. It's empty if the Degree isn't related to the search query.



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#description::String

Returns The description of the education.

Number of characters allowed is 100,000.

Returns:

  • (::String)

    The description of the education.

    Number of characters allowed is 100,000.



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#end_date::Google::Type::Date

Returns The end date of the education.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#expected_graduation_date::Google::Type::Date

Returns The expected graduation date if currently pursuing a degree.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#is_current::Google::Protobuf::BoolValue

Returns If this education is current.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#school_name::String

Returns The name of the school or institution.

For example, "Stanford University", "UC Berkeley", and so on.

Number of characters allowed is 250.

Returns:

  • (::String)

    The name of the school or institution.

    For example, "Stanford University", "UC Berkeley", and so on.

    Number of characters allowed is 250.



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#school_name_snippet::String (readonly)

Returns Output only. The school name snippet shows how the school_name is related to a search query in search result. It's empty if the school_name isn't related to the search query.

Returns:

  • (::String)

    Output only. The school name snippet shows how the school_name is related to a search query in search result. It's empty if the school_name isn't related to the search query.



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#start_date::Google::Type::Date

Returns The start date of the education.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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

#structured_degree::Google::Cloud::Talent::V4beta1::Degree

Returns The structured notation of the degree.

Returns:



631
632
633
634
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 631

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