public interface EducationFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDegreeType()
public abstract DegreeType getDegreeType()Education degree in ISCED code. Each value in degree covers a specific level of education, without any expansion to upper nor lower levels of education degree.
.google.cloud.talent.v4beta1.DegreeType degree_type = 3;
| Type | Description |
| DegreeType | The degreeType. |
getDegreeTypeValue()
public abstract int getDegreeTypeValue()Education degree in ISCED code. Each value in degree covers a specific level of education, without any expansion to upper nor lower levels of education degree.
.google.cloud.talent.v4beta1.DegreeType degree_type = 3;
| Type | Description |
| int | The enum numeric value on the wire for degreeType. |
getFieldOfStudy()
public abstract String getFieldOfStudy()The field of study. This is to search against value provided in Degree.fields_of_study. For example "Computer Science", "Mathematics".
string field_of_study = 2;
| Type | Description |
| String | The fieldOfStudy. |
getFieldOfStudyBytes()
public abstract ByteString getFieldOfStudyBytes()The field of study. This is to search against value provided in Degree.fields_of_study. For example "Computer Science", "Mathematics".
string field_of_study = 2;
| Type | Description |
| ByteString | The bytes for fieldOfStudy. |
getNegated()
public abstract boolean getNegated()Whether to apply negation to the filter so profiles matching the filter is excluded.
bool negated = 6;
| Type | Description |
| boolean | The negated. |
getSchool()
public abstract String getSchool()The school name. For example "MIT", "University of California, Berkeley".
string school = 1;
| Type | Description |
| String | The school. |
getSchoolBytes()
public abstract ByteString getSchoolBytes()The school name. For example "MIT", "University of California, Berkeley".
string school = 1;
| Type | Description |
| ByteString | The bytes for school. |