Interface EducationRecordOrBuilder

public interface EducationRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract Address getAddress()

The physical address of the education institution.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
TypeDescription
Address

The address.

getAddressOrBuilder()

public abstract AddressOrBuilder getAddressOrBuilder()

The physical address of the education institution.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
TypeDescription
AddressOrBuilder

getDegreeCase()

public abstract EducationRecord.DegreeCase getDegreeCase()
Returns
TypeDescription
EducationRecord.DegreeCase

getDegreeDescription()

public abstract String getDegreeDescription()

The full description of the degree. For example, "Master of Science in Computer Science", "B.S in Math". Number of characters allowed is 100.

string degree_description = 6;

Returns
TypeDescription
String

The degreeDescription.

getDegreeDescriptionBytes()

public abstract ByteString getDegreeDescriptionBytes()

The full description of the degree. For example, "Master of Science in Computer Science", "B.S in Math". Number of characters allowed is 100.

string degree_description = 6;

Returns
TypeDescription
ByteString

The bytes for degreeDescription.

getDegreeSnippet()

public abstract String getDegreeSnippet()

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.

string degree_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The degreeSnippet.

getDegreeSnippetBytes()

public abstract ByteString getDegreeSnippetBytes()

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.

string degree_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for degreeSnippet.

getDescription()

public abstract String getDescription()

The description of the education. Number of characters allowed is 100,000.

string description = 8;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The description of the education. Number of characters allowed is 100,000.

string description = 8;

Returns
TypeDescription
ByteString

The bytes for description.

getEndDate()

public abstract Date getEndDate()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.Date

The endDate.

getEndDateOrBuilder()

public abstract DateOrBuilder getEndDateOrBuilder()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.DateOrBuilder

getExpectedGraduationDate()

public abstract Date getExpectedGraduationDate()

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Returns
TypeDescription
com.google.type.Date

The expectedGraduationDate.

getExpectedGraduationDateOrBuilder()

public abstract DateOrBuilder getExpectedGraduationDateOrBuilder()

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Returns
TypeDescription
com.google.type.DateOrBuilder

getIsCurrent()

public abstract BoolValue getIsCurrent()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
BoolValue

The isCurrent.

getIsCurrentOrBuilder()

public abstract BoolValueOrBuilder getIsCurrentOrBuilder()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
BoolValueOrBuilder

getSchoolName()

public abstract String getSchoolName()

The name of the school or institution. For example, "Stanford University", "UC Berkeley", and so on. Number of characters allowed is 250.

string school_name = 4;

Returns
TypeDescription
String

The schoolName.

getSchoolNameBytes()

public abstract ByteString getSchoolNameBytes()

The name of the school or institution. For example, "Stanford University", "UC Berkeley", and so on. Number of characters allowed is 250.

string school_name = 4;

Returns
TypeDescription
ByteString

The bytes for schoolName.

getSchoolNameSnippet()

public abstract String getSchoolNameSnippet()

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.

string school_name_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The schoolNameSnippet.

getSchoolNameSnippetBytes()

public abstract ByteString getSchoolNameSnippetBytes()

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.

string school_name_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for schoolNameSnippet.

getStartDate()

public abstract Date getStartDate()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.Date

The startDate.

getStartDateOrBuilder()

public abstract DateOrBuilder getStartDateOrBuilder()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.DateOrBuilder

getStructuredDegree()

public abstract Degree getStructuredDegree()

The structured notation of the degree.

.google.cloud.talent.v4beta1.Degree structured_degree = 7;

Returns
TypeDescription
Degree

The structuredDegree.

getStructuredDegreeOrBuilder()

public abstract DegreeOrBuilder getStructuredDegreeOrBuilder()

The structured notation of the degree.

.google.cloud.talent.v4beta1.Degree structured_degree = 7;

Returns
TypeDescription
DegreeOrBuilder

hasAddress()

public abstract boolean hasAddress()

The physical address of the education institution.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
TypeDescription
boolean

Whether the address field is set.

hasDegreeDescription()

public abstract boolean hasDegreeDescription()

The full description of the degree. For example, "Master of Science in Computer Science", "B.S in Math". Number of characters allowed is 100.

string degree_description = 6;

Returns
TypeDescription
boolean

Whether the degreeDescription field is set.

hasEndDate()

public abstract boolean hasEndDate()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
boolean

Whether the endDate field is set.

hasExpectedGraduationDate()

public abstract boolean hasExpectedGraduationDate()

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Returns
TypeDescription
boolean

Whether the expectedGraduationDate field is set.

hasIsCurrent()

public abstract boolean hasIsCurrent()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
boolean

Whether the isCurrent field is set.

hasStartDate()

public abstract boolean hasStartDate()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
boolean

Whether the startDate field is set.

hasStructuredDegree()

public abstract boolean hasStructuredDegree()

The structured notation of the degree.

.google.cloud.talent.v4beta1.Degree structured_degree = 7;

Returns
TypeDescription
boolean

Whether the structuredDegree field is set.