public sealed class EducationRecord : IMessage<EducationRecord>, IEquatable<EducationRecord>, IDeepCloneable<EducationRecord>, IBufferMessage, IMessage
Resource that represents an education record of a candidate.
Implements
IMessage<EducationRecord>, IEquatable<EducationRecord>, IDeepCloneable<EducationRecord>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
EducationRecord()
public EducationRecord()
EducationRecord(EducationRecord)
public EducationRecord(EducationRecord other)
Parameter | |
---|---|
Name | Description |
other | EducationRecord |
Properties
Address
public Address Address { get; set; }
The physical address of the education institution.
Property Value | |
---|---|
Type | Description |
Address |
DegreeCase
public EducationRecord.DegreeOneofCase DegreeCase { get; }
Property Value | |
---|---|
Type | Description |
EducationRecord.DegreeOneofCase |
DegreeDescription
public string DegreeDescription { get; set; }
The full description of the degree.
For example, "Master of Science in Computer Science", "B.S in Math".
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
DegreeSnippet
public string DegreeSnippet { get; set; }
Output only. The job description snippet shows how the [Degree][google.cloud.talent.v4beta1.Degree] is related to a search query in search result. It's empty if the [Degree][google.cloud.talent.v4beta1.Degree] isn't related to the search query.
Property Value | |
---|---|
Type | Description |
String |
Description
public string Description { get; set; }
The description of the education.
Number of characters allowed is 100,000.
Property Value | |
---|---|
Type | Description |
String |
EndDate
public Date EndDate { get; set; }
The end date of the education.
Property Value | |
---|---|
Type | Description |
Date |
ExpectedGraduationDate
public Date ExpectedGraduationDate { get; set; }
The expected graduation date if currently pursuing a degree.
Property Value | |
---|---|
Type | Description |
Date |
IsCurrent
public bool? IsCurrent { get; set; }
If this education is current.
Property Value | |
---|---|
Type | Description |
Nullable<Boolean> |
SchoolName
public string SchoolName { get; set; }
The name of the school or institution.
For example, "Stanford University", "UC Berkeley", and so on.
Number of characters allowed is 250.
Property Value | |
---|---|
Type | Description |
String |
SchoolNameSnippet
public string SchoolNameSnippet { get; set; }
Output only. The school name snippet shows how the [school_name][google.cloud.talent.v4beta1.EducationRecord.school_name] is related to a search query in search result. It's empty if the [school_name][google.cloud.talent.v4beta1.EducationRecord.school_name] isn't related to the search query.
Property Value | |
---|---|
Type | Description |
String |
StartDate
public Date StartDate { get; set; }
The start date of the education.
Property Value | |
---|---|
Type | Description |
Date |
StructuredDegree
public Degree StructuredDegree { get; set; }
The structured notation of the degree.
Property Value | |
---|---|
Type | Description |
Degree |