public interface EducationRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddress()
public abstract Address getAddress()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| Address | The address. |
getAddressOrBuilder()
public abstract AddressOrBuilder getAddressOrBuilder()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| AddressOrBuilder |
getDegreeCase()
public abstract EducationRecord.DegreeCase getDegreeCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the education. Number of characters allowed is 100,000.
string description = 8;
| Type | Description |
| ByteString | The bytes for description. |
getEndDate()
public abstract Date getEndDate()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| com.google.type.Date | The endDate. |
getEndDateOrBuilder()
public abstract DateOrBuilder getEndDateOrBuilder()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| com.google.type.DateOrBuilder |
getIsCurrent()
public abstract BoolValue getIsCurrent()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| BoolValue | The isCurrent. |
getIsCurrentOrBuilder()
public abstract BoolValueOrBuilder getIsCurrentOrBuilder()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for schoolNameSnippet. |
getStartDate()
public abstract Date getStartDate()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| com.google.type.Date | The startDate. |
getStartDateOrBuilder()
public abstract DateOrBuilder getStartDateOrBuilder()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| com.google.type.DateOrBuilder |
getStructuredDegree()
public abstract Degree getStructuredDegree()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| Degree | The structuredDegree. |
getStructuredDegreeOrBuilder()
public abstract DegreeOrBuilder getStructuredDegreeOrBuilder()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| DegreeOrBuilder |
hasAddress()
public abstract boolean hasAddress()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the degreeDescription field is set. |
hasEndDate()
public abstract boolean hasEndDate()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the expectedGraduationDate field is set. |
hasIsCurrent()
public abstract boolean hasIsCurrent()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| boolean | Whether the isCurrent field is set. |
hasStartDate()
public abstract boolean hasStartDate()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the structuredDegree field is set. |