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

The physical address of the education institution.

Returns:



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

class EducationRecord; end

#degree_descriptionString

Returns Optional.

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)

    Optional.

    The full description of the degree.

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

    Number of characters allowed is 100.



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

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.



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

class EducationRecord; end

#descriptionString

Returns Optional.

The description of the education.

Number of characters allowed is 100,000.

Returns:

  • (String)

    Optional.

    The description of the education.

    Number of characters allowed is 100,000.



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

class EducationRecord; end

#end_dateGoogle::Type::Date

Returns Optional.

The end date of the education.

Returns:



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

class EducationRecord; end

#expected_graduation_dateGoogle::Type::Date

Returns Optional.

The expected graduation date if currently pursuing a degree.

Returns:

  • (Google::Type::Date)

    Optional.

    The expected graduation date if currently pursuing a degree.



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

class EducationRecord; end

#is_currentGoogle::Protobuf::BoolValue

Returns Optional.

If this education is current.

Returns:



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

class EducationRecord; end

#school_nameString

Returns Optional.

The name of the school or institution.

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

Number of characters allowed is 100.

Returns:

  • (String)

    Optional.

    The name of the school or institution.

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

    Number of characters allowed is 100.



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

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.



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

class EducationRecord; end

#start_dateGoogle::Type::Date

Returns Optional.

The start date of the education.

Returns:



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

class EducationRecord; end

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

Returns Optional.

The structured notation of the degree.

Returns:



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

class EducationRecord; end