Interface EducationFilterOrBuilder

public interface EducationFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

The negated.

getSchool()

public abstract String getSchool()

The school name. For example "MIT", "University of California, Berkeley".

string school = 1;

Returns
TypeDescription
String

The school.

getSchoolBytes()

public abstract ByteString getSchoolBytes()

The school name. For example "MIT", "University of California, Berkeley".

string school = 1;

Returns
TypeDescription
ByteString

The bytes for school.