- 2.81.0 (latest)
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 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 static final class EducationRecord.Builder extends GeneratedMessageV3.Builder<EducationRecord.Builder> implements EducationRecordOrBuilderResource that represents an education record of a candidate.
Protobuf type google.cloud.talent.v4beta1.EducationRecord
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EducationRecord.BuilderImplements
EducationRecordOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EducationRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| EducationRecord.Builder |
build()
public EducationRecord build()| Type | Description |
| EducationRecord |
buildPartial()
public EducationRecord buildPartial()| Type | Description |
| EducationRecord |
clear()
public EducationRecord.Builder clear()| Type | Description |
| EducationRecord.Builder |
clearAddress()
public EducationRecord.Builder clearAddress()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| EducationRecord.Builder |
clearDegree()
public EducationRecord.Builder clearDegree()| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| EducationRecord.Builder | This builder for chaining. |
clearEndDate()
public EducationRecord.Builder clearEndDate()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| EducationRecord.Builder |
clearExpectedGraduationDate()
public EducationRecord.Builder clearExpectedGraduationDate()The expected graduation date if currently pursuing a degree.
.google.type.Date expected_graduation_date = 3;
| Type | Description |
| EducationRecord.Builder |
clearField(Descriptors.FieldDescriptor field)
public EducationRecord.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| EducationRecord.Builder |
clearIsCurrent()
public EducationRecord.Builder clearIsCurrent()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| EducationRecord.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public EducationRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| EducationRecord.Builder |
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;
| Type | Description |
| 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];
| Type | Description |
| EducationRecord.Builder | This builder for chaining. |
clearStartDate()
public EducationRecord.Builder clearStartDate()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| EducationRecord.Builder |
clearStructuredDegree()
public EducationRecord.Builder clearStructuredDegree()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| EducationRecord.Builder |
clone()
public EducationRecord.Builder clone()| Type | Description |
| EducationRecord.Builder |
getAddress()
public Address getAddress()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| Address | The address. |
getAddressBuilder()
public Address.Builder getAddressBuilder()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| Address.Builder |
getAddressOrBuilder()
public AddressOrBuilder getAddressOrBuilder()The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Type | Description |
| AddressOrBuilder |
getDefaultInstanceForType()
public EducationRecord getDefaultInstanceForType()| Type | Description |
| EducationRecord |
getDegreeCase()
public EducationRecord.DegreeCase getDegreeCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for degreeSnippet. |
getDescription()
public String getDescription()The description of the education. Number of characters allowed is 100,000.
string description = 8;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()The description of the education. Number of characters allowed is 100,000.
string description = 8;
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getEndDate()
public Date getEndDate()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| com.google.type.Date | The endDate. |
getEndDateBuilder()
public Date.Builder getEndDateBuilder()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| com.google.type.Date.Builder |
getEndDateOrBuilder()
public DateOrBuilder getEndDateOrBuilder()The end date of the education.
.google.type.Date end_date = 2;
| Type | Description |
| com.google.type.DateOrBuilder |
getExpectedGraduationDate()
public 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. |
getExpectedGraduationDateBuilder()
public Date.Builder getExpectedGraduationDateBuilder()The expected graduation date if currently pursuing a degree.
.google.type.Date expected_graduation_date = 3;
| Type | Description |
| 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;
| Type | Description |
| com.google.type.DateOrBuilder |
getIsCurrent()
public BoolValue getIsCurrent()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| BoolValue | The isCurrent. |
getIsCurrentBuilder()
public BoolValue.Builder getIsCurrentBuilder()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| Builder |
getIsCurrentOrBuilder()
public BoolValueOrBuilder getIsCurrentOrBuilder()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for schoolNameSnippet. |
getStartDate()
public Date getStartDate()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| com.google.type.Date | The startDate. |
getStartDateBuilder()
public Date.Builder getStartDateBuilder()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| com.google.type.Date.Builder |
getStartDateOrBuilder()
public DateOrBuilder getStartDateOrBuilder()The start date of the education.
.google.type.Date start_date = 1;
| Type | Description |
| com.google.type.DateOrBuilder |
getStructuredDegree()
public Degree getStructuredDegree()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| Degree | The structuredDegree. |
getStructuredDegreeBuilder()
public Degree.Builder getStructuredDegreeBuilder()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| Degree.Builder |
getStructuredDegreeOrBuilder()
public DegreeOrBuilder getStructuredDegreeOrBuilder()The structured notation of the degree.
.google.cloud.talent.v4beta1.Degree structured_degree = 7;
| Type | Description |
| DegreeOrBuilder |
hasAddress()
public 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 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 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 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 boolean hasIsCurrent()If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Type | Description |
| boolean | Whether the isCurrent field is set. |
hasStartDate()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAddress(Address value)
public EducationRecord.Builder mergeAddress(Address value)The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Name | Description |
| value | Address |
| Type | Description |
| EducationRecord.Builder |
mergeEndDate(Date value)
public EducationRecord.Builder mergeEndDate(Date value)The end date of the education.
.google.type.Date end_date = 2;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| 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;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| EducationRecord.Builder |
mergeFrom(EducationRecord other)
public EducationRecord.Builder mergeFrom(EducationRecord other)| Name | Description |
| other | EducationRecord |
| Type | Description |
| EducationRecord.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EducationRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| EducationRecord.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public EducationRecord.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| EducationRecord.Builder |
mergeIsCurrent(BoolValue value)
public EducationRecord.Builder mergeIsCurrent(BoolValue value)If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Name | Description |
| value | BoolValue |
| Type | Description |
| EducationRecord.Builder |
mergeStartDate(Date value)
public EducationRecord.Builder mergeStartDate(Date value)The start date of the education.
.google.type.Date start_date = 1;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| 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;
| Name | Description |
| value | Degree |
| Type | Description |
| EducationRecord.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EducationRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| EducationRecord.Builder |
setAddress(Address value)
public EducationRecord.Builder setAddress(Address value)The physical address of the education institution.
.google.cloud.talent.v4beta1.Address address = 5;
| Name | Description |
| value | Address |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | Address.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | StringThe degreeDescription to set. |
| Type | Description |
| 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;
| Name | Description |
| value | ByteStringThe bytes for degreeDescription to set. |
| Type | Description |
| 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];
| Name | Description |
| value | StringThe degreeSnippet to set. |
| Type | Description |
| 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];
| Name | Description |
| value | ByteStringThe bytes for degreeSnippet to set. |
| Type | Description |
| 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;
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| 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;
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| 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;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| EducationRecord.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EducationRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| EducationRecord.Builder |
setIsCurrent(BoolValue value)
public EducationRecord.Builder setIsCurrent(BoolValue value)If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Name | Description |
| value | BoolValue |
| Type | Description |
| EducationRecord.Builder |
setIsCurrent(BoolValue.Builder builderForValue)
public EducationRecord.Builder setIsCurrent(BoolValue.Builder builderForValue)If this education is current.
.google.protobuf.BoolValue is_current = 9;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| EducationRecord.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EducationRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| EducationRecord.Builder |
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;
| Name | Description |
| value | StringThe schoolName to set. |
| Type | Description |
| 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;
| Name | Description |
| value | ByteStringThe bytes for schoolName to set. |
| Type | Description |
| 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];
| Name | Description |
| value | StringThe schoolNameSnippet to set. |
| Type | Description |
| 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];
| Name | Description |
| value | ByteStringThe bytes for schoolNameSnippet to set. |
| Type | Description |
| 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;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | Degree |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | Degree.Builder |
| Type | Description |
| EducationRecord.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final EducationRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| EducationRecord.Builder |