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

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

Overview

Resource that represents an education record of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#addressGoogle::Cloud::Talent::V4beta1::Address

Returns The physical address of the education institution.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#degree_descriptionString

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.



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#degree_snippetString

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.



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#descriptionString

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.



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#end_dateGoogle::Type::Date

Returns The end date of the education.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#expected_graduation_dateGoogle::Type::Date

Returns The expected graduation date if currently pursuing a degree.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#is_currentGoogle::Protobuf::BoolValue

Returns If this education is current.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#school_nameString

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.



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#school_name_snippetString

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.



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#start_dateGoogle::Type::Date

Returns The start date of the education.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end

#structured_degreeGoogle::Cloud::Talent::V4beta1::Degree

Returns The structured notation of the degree.

Returns:



637
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637

class EducationRecord; end