- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public interface EducationRecordOrBuilder extends MessageOrBuilder
Implements
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. |