Class EducationRecord (2.2.1)

EducationRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents an education record of a candidate. .. attribute:: start_date

The start date of the education.

:type: google.type.date_pb2.Date

Attributes

NameDescription
end_date google.type.date_pb2.Date
The end date of the education.
expected_graduation_date google.type.date_pb2.Date
The expected graduation date if currently pursuing a degree.
school_name str
The name of the school or institution. For example, "Stanford University", "UC Berkeley", and so on. Number of characters allowed is 250.
address google.cloud.talent_v4beta1.types.Address
The physical address of the education institution.
degree_description str
The full description of the degree. For example, "Master of Science in Computer Science", "B.S in Math". Number of characters allowed is 100.
structured_degree google.cloud.talent_v4beta1.types.Degree
The structured notation of the degree.
description str
The description of the education. Number of characters allowed is 100,000.
is_current google.protobuf.wrappers_pb2.BoolValue
If this education is current.
school_name_snippet str
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.
degree_snippet str
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.