Class EducationRecord.Builder (2.2.9)

public static final class EducationRecord.Builder extends GeneratedMessageV3.Builder<EducationRecord.Builder> implements EducationRecordOrBuilder

Resource that represents an education record of a candidate.

Protobuf type google.cloud.talent.v4beta1.EducationRecord

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EducationRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
EducationRecord.Builder
Overrides

build()

public EducationRecord build()
Returns
TypeDescription
EducationRecord

buildPartial()

public EducationRecord buildPartial()
Returns
TypeDescription
EducationRecord

clear()

public EducationRecord.Builder clear()
Returns
TypeDescription
EducationRecord.Builder
Overrides

clearAddress()

public EducationRecord.Builder clearAddress()

The physical address of the education institution.

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

Returns
TypeDescription
EducationRecord.Builder

clearDegree()

public EducationRecord.Builder clearDegree()
Returns
TypeDescription
EducationRecord.Builder

clearDegreeDescription()

public EducationRecord.Builder clearDegreeDescription()

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
EducationRecord.Builder

This builder for chaining.

clearDegreeSnippet()

public EducationRecord.Builder clearDegreeSnippet()

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
EducationRecord.Builder

This builder for chaining.

clearDescription()

public EducationRecord.Builder clearDescription()

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

string description = 8;

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

clearEndDate()

public EducationRecord.Builder clearEndDate()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
EducationRecord.Builder

clearExpectedGraduationDate()

public EducationRecord.Builder clearExpectedGraduationDate()

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Returns
TypeDescription
EducationRecord.Builder

clearField(Descriptors.FieldDescriptor field)

public EducationRecord.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
EducationRecord.Builder
Overrides

clearIsCurrent()

public EducationRecord.Builder clearIsCurrent()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
EducationRecord.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public EducationRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
EducationRecord.Builder
Overrides

clearSchoolName()

public EducationRecord.Builder clearSchoolName()

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
EducationRecord.Builder

This builder for chaining.

clearSchoolNameSnippet()

public EducationRecord.Builder clearSchoolNameSnippet()

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
EducationRecord.Builder

This builder for chaining.

clearStartDate()

public EducationRecord.Builder clearStartDate()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
EducationRecord.Builder

clearStructuredDegree()

public EducationRecord.Builder clearStructuredDegree()

The structured notation of the degree.

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

Returns
TypeDescription
EducationRecord.Builder

clone()

public EducationRecord.Builder clone()
Returns
TypeDescription
EducationRecord.Builder
Overrides

getAddress()

public Address getAddress()

The physical address of the education institution.

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

Returns
TypeDescription
Address

The address.

getAddressBuilder()

public Address.Builder getAddressBuilder()

The physical address of the education institution.

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

Returns
TypeDescription
Address.Builder

getAddressOrBuilder()

public AddressOrBuilder getAddressOrBuilder()

The physical address of the education institution.

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

Returns
TypeDescription
AddressOrBuilder

getDefaultInstanceForType()

public EducationRecord getDefaultInstanceForType()
Returns
TypeDescription
EducationRecord

getDegreeCase()

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

getDegreeDescription()

public 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 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 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 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 String getDescription()

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

string description = 8;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

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

string description = 8;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEndDate()

public Date getEndDate()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.Date

The endDate.

getEndDateBuilder()

public Date.Builder getEndDateBuilder()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.Date.Builder

getEndDateOrBuilder()

public DateOrBuilder getEndDateOrBuilder()

The end date of the education.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.DateOrBuilder

getExpectedGraduationDate()

public 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.

getExpectedGraduationDateBuilder()

public Date.Builder getExpectedGraduationDateBuilder()

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Returns
TypeDescription
com.google.type.Date.Builder

getExpectedGraduationDateOrBuilder()

public 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 BoolValue getIsCurrent()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
BoolValue

The isCurrent.

getIsCurrentBuilder()

public BoolValue.Builder getIsCurrentBuilder()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
Builder

getIsCurrentOrBuilder()

public BoolValueOrBuilder getIsCurrentOrBuilder()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
BoolValueOrBuilder

getSchoolName()

public 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 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 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 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 Date getStartDate()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.Date

The startDate.

getStartDateBuilder()

public Date.Builder getStartDateBuilder()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.Date.Builder

getStartDateOrBuilder()

public DateOrBuilder getStartDateOrBuilder()

The start date of the education.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.DateOrBuilder

getStructuredDegree()

public Degree getStructuredDegree()

The structured notation of the degree.

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

Returns
TypeDescription
Degree

The structuredDegree.

getStructuredDegreeBuilder()

public Degree.Builder getStructuredDegreeBuilder()

The structured notation of the degree.

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

Returns
TypeDescription
Degree.Builder

getStructuredDegreeOrBuilder()

public DegreeOrBuilder getStructuredDegreeOrBuilder()

The structured notation of the degree.

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

Returns
TypeDescription
DegreeOrBuilder

hasAddress()

public 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 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 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 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 boolean hasIsCurrent()

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Returns
TypeDescription
boolean

Whether the isCurrent field is set.

hasStartDate()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAddress(Address value)

public EducationRecord.Builder mergeAddress(Address value)

The physical address of the education institution.

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

Parameter
NameDescription
valueAddress
Returns
TypeDescription
EducationRecord.Builder

mergeEndDate(Date value)

public EducationRecord.Builder mergeEndDate(Date value)

The end date of the education.

.google.type.Date end_date = 2;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

mergeExpectedGraduationDate(Date value)

public EducationRecord.Builder mergeExpectedGraduationDate(Date value)

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

mergeFrom(EducationRecord other)

public EducationRecord.Builder mergeFrom(EducationRecord other)
Parameter
NameDescription
otherEducationRecord
Returns
TypeDescription
EducationRecord.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EducationRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EducationRecord.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public EducationRecord.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
EducationRecord.Builder
Overrides

mergeIsCurrent(BoolValue value)

public EducationRecord.Builder mergeIsCurrent(BoolValue value)

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Parameter
NameDescription
valueBoolValue
Returns
TypeDescription
EducationRecord.Builder

mergeStartDate(Date value)

public EducationRecord.Builder mergeStartDate(Date value)

The start date of the education.

.google.type.Date start_date = 1;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

mergeStructuredDegree(Degree value)

public EducationRecord.Builder mergeStructuredDegree(Degree value)

The structured notation of the degree.

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

Parameter
NameDescription
valueDegree
Returns
TypeDescription
EducationRecord.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EducationRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
EducationRecord.Builder
Overrides

setAddress(Address value)

public EducationRecord.Builder setAddress(Address value)

The physical address of the education institution.

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

Parameter
NameDescription
valueAddress
Returns
TypeDescription
EducationRecord.Builder

setAddress(Address.Builder builderForValue)

public EducationRecord.Builder setAddress(Address.Builder builderForValue)

The physical address of the education institution.

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

Parameter
NameDescription
builderForValueAddress.Builder
Returns
TypeDescription
EducationRecord.Builder

setDegreeDescription(String value)

public EducationRecord.Builder setDegreeDescription(String value)

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;

Parameter
NameDescription
valueString

The degreeDescription to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setDegreeDescriptionBytes(ByteString value)

public EducationRecord.Builder setDegreeDescriptionBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for degreeDescription to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setDegreeSnippet(String value)

public EducationRecord.Builder setDegreeSnippet(String value)

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];

Parameter
NameDescription
valueString

The degreeSnippet to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setDegreeSnippetBytes(ByteString value)

public EducationRecord.Builder setDegreeSnippetBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for degreeSnippet to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setDescription(String value)

public EducationRecord.Builder setDescription(String value)

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

string description = 8;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public EducationRecord.Builder setDescriptionBytes(ByteString value)

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

string description = 8;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setEndDate(Date value)

public EducationRecord.Builder setEndDate(Date value)

The end date of the education.

.google.type.Date end_date = 2;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

setEndDate(Date.Builder builderForValue)

public EducationRecord.Builder setEndDate(Date.Builder builderForValue)

The end date of the education.

.google.type.Date end_date = 2;

Parameter
NameDescription
builderForValuecom.google.type.Date.Builder
Returns
TypeDescription
EducationRecord.Builder

setExpectedGraduationDate(Date value)

public EducationRecord.Builder setExpectedGraduationDate(Date value)

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

setExpectedGraduationDate(Date.Builder builderForValue)

public EducationRecord.Builder setExpectedGraduationDate(Date.Builder builderForValue)

The expected graduation date if currently pursuing a degree.

.google.type.Date expected_graduation_date = 3;

Parameter
NameDescription
builderForValuecom.google.type.Date.Builder
Returns
TypeDescription
EducationRecord.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public EducationRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
EducationRecord.Builder
Overrides

setIsCurrent(BoolValue value)

public EducationRecord.Builder setIsCurrent(BoolValue value)

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Parameter
NameDescription
valueBoolValue
Returns
TypeDescription
EducationRecord.Builder

setIsCurrent(BoolValue.Builder builderForValue)

public EducationRecord.Builder setIsCurrent(BoolValue.Builder builderForValue)

If this education is current.

.google.protobuf.BoolValue is_current = 9;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
EducationRecord.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public EducationRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
EducationRecord.Builder
Overrides

setSchoolName(String value)

public EducationRecord.Builder setSchoolName(String value)

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;

Parameter
NameDescription
valueString

The schoolName to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setSchoolNameBytes(ByteString value)

public EducationRecord.Builder setSchoolNameBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for schoolName to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setSchoolNameSnippet(String value)

public EducationRecord.Builder setSchoolNameSnippet(String value)

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];

Parameter
NameDescription
valueString

The schoolNameSnippet to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setSchoolNameSnippetBytes(ByteString value)

public EducationRecord.Builder setSchoolNameSnippetBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for schoolNameSnippet to set.

Returns
TypeDescription
EducationRecord.Builder

This builder for chaining.

setStartDate(Date value)

public EducationRecord.Builder setStartDate(Date value)

The start date of the education.

.google.type.Date start_date = 1;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
EducationRecord.Builder

setStartDate(Date.Builder builderForValue)

public EducationRecord.Builder setStartDate(Date.Builder builderForValue)

The start date of the education.

.google.type.Date start_date = 1;

Parameter
NameDescription
builderForValuecom.google.type.Date.Builder
Returns
TypeDescription
EducationRecord.Builder

setStructuredDegree(Degree value)

public EducationRecord.Builder setStructuredDegree(Degree value)

The structured notation of the degree.

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

Parameter
NameDescription
valueDegree
Returns
TypeDescription
EducationRecord.Builder

setStructuredDegree(Degree.Builder builderForValue)

public EducationRecord.Builder setStructuredDegree(Degree.Builder builderForValue)

The structured notation of the degree.

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

Parameter
NameDescription
builderForValueDegree.Builder
Returns
TypeDescription
EducationRecord.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final EducationRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
EducationRecord.Builder
Overrides