Class EducationRecord (2.6.0)

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

Resource that represents an education record of a candidate.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
start_date google.type.date_pb2.Date
The start date of the education.
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. This field is a member of `oneof`_ ``degree``.
structured_degree google.cloud.talent_v4beta1.types.Degree
The structured notation of the degree. This field is a member of `oneof`_ ``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.

Inheritance

builtins.object > proto.message.Message > EducationRecord