- 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 static final class Degree.Builder extends GeneratedMessageV3.Builder<Degree.Builder> implements DegreeOrBuilder
Resource 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 | String The 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 | ByteString The 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 | int The 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 | int The 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 | String The 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 | ByteString The 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 | DegreeType The 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 | int The 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 | int The index to set the value at. |
value | String The 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 |