public static final class Degree.Builder extends GeneratedMessageV3.Builder<Degree.Builder> implements DegreeOrBuilderResource that represents a degree pursuing or acquired by a candidate.
Protobuf type google.cloud.talent.v4beta1.Degree
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Degree.BuilderImplements
DegreeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllFieldsOfStudy(Iterable<String> values)
public Degree.Builder addAllFieldsOfStudy(Iterable<String> values)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| values | Iterable<String>The fieldsOfStudy to add. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
addFieldsOfStudy(String value)
public Degree.Builder addFieldsOfStudy(String value)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| value | StringThe fieldsOfStudy to add. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
addFieldsOfStudyBytes(ByteString value)
public Degree.Builder addFieldsOfStudyBytes(ByteString value)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| value | ByteStringThe bytes of the fieldsOfStudy to add. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Degree.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Degree.Builder |
build()
public Degree build()| Type | Description |
| Degree |
buildPartial()
public Degree buildPartial()| Type | Description |
| Degree |
clear()
public Degree.Builder clear()| Type | Description |
| Degree.Builder |
clearDegreeName()
public Degree.Builder clearDegreeName()Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;
| Type | Description |
| Degree.Builder | This builder for chaining. |
clearDegreeType()
public Degree.Builder clearDegreeType()ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;
| Type | Description |
| Degree.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Degree.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Degree.Builder |
clearFieldsOfStudy()
public Degree.Builder clearFieldsOfStudy()Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Type | Description |
| Degree.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Degree.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Degree.Builder |
clone()
public Degree.Builder clone()| Type | Description |
| Degree.Builder |
getDefaultInstanceForType()
public Degree getDefaultInstanceForType()| Type | Description |
| Degree |
getDegreeName()
public String getDegreeName()Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;
| Type | Description |
| String | The degreeName. |
getDegreeNameBytes()
public ByteString getDegreeNameBytes()Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;
| Type | Description |
| ByteString | The bytes for degreeName. |
getDegreeType()
public DegreeType getDegreeType()ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;
| Type | Description |
| DegreeType | The degreeType. |
getDegreeTypeValue()
public int getDegreeTypeValue()ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for degreeType. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFieldsOfStudy(int index)
public String getFieldsOfStudy(int index)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The fieldsOfStudy at the given index. |
getFieldsOfStudyBytes(int index)
public ByteString getFieldsOfStudyBytes(int index)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the fieldsOfStudy at the given index. |
getFieldsOfStudyCount()
public int getFieldsOfStudyCount()Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Type | Description |
| int | The count of fieldsOfStudy. |
getFieldsOfStudyList()
public ProtocolStringList getFieldsOfStudyList()Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Type | Description |
| ProtocolStringList | A list containing the fieldsOfStudy. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Degree other)
public Degree.Builder mergeFrom(Degree other)| Name | Description |
| other | Degree |
| Type | Description |
| Degree.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Degree.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Degree.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Degree.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Degree.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Degree.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Degree.Builder |
setDegreeName(String value)
public Degree.Builder setDegreeName(String value)Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;
| Name | Description |
| value | StringThe degreeName to set. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
setDegreeNameBytes(ByteString value)
public Degree.Builder setDegreeNameBytes(ByteString value)Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;
| Name | Description |
| value | ByteStringThe bytes for degreeName to set. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
setDegreeType(DegreeType value)
public Degree.Builder setDegreeType(DegreeType value)ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;
| Name | Description |
| value | DegreeTypeThe degreeType to set. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
setDegreeTypeValue(int value)
public Degree.Builder setDegreeTypeValue(int value)ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;
| Name | Description |
| value | intThe enum numeric value on the wire for degreeType to set. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Degree.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Degree.Builder |
setFieldsOfStudy(int index, String value)
public Degree.Builder setFieldsOfStudy(int index, String value)Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe fieldsOfStudy to set. |
| Type | Description |
| Degree.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Degree.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Degree.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Degree.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Degree.Builder |