public final class EducationFilter extends GeneratedMessageV3 implements EducationFilterOrBuilder
Education filter of the search.
Protobuf type google.cloud.talent.v4beta1.EducationFilter
Static Fields
DEGREE_TYPE_FIELD_NUMBER
public static final int DEGREE_TYPE_FIELD_NUMBER
Field Value
FIELD_OF_STUDY_FIELD_NUMBER
public static final int FIELD_OF_STUDY_FIELD_NUMBER
Field Value
NEGATED_FIELD_NUMBER
public static final int NEGATED_FIELD_NUMBER
Field Value
SCHOOL_FIELD_NUMBER
public static final int SCHOOL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EducationFilter getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static EducationFilter.Builder newBuilder()
Returns
newBuilder(EducationFilter prototype)
public static EducationFilter.Builder newBuilder(EducationFilter prototype)
Parameter
Returns
public static EducationFilter parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static EducationFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EducationFilter parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EducationFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EducationFilter parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EducationFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EducationFilter parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static EducationFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EducationFilter parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static EducationFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EducationFilter parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EducationFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<EducationFilter> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public EducationFilter getDefaultInstanceForType()
Returns
getDegreeType()
public 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
getDegreeTypeValue()
public 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
Type | Description |
int | The enum numeric value on the wire for degreeType.
|
getFieldOfStudy()
public 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
Type | Description |
String | The fieldOfStudy.
|
getFieldOfStudyBytes()
public 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
Type | Description |
ByteString | The bytes for fieldOfStudy.
|
getNegated()
public boolean getNegated()
Whether to apply negation to the filter so profiles matching the filter
is excluded.
bool negated = 6;
Returns
getParserForType()
public Parser<EducationFilter> getParserForType()
Returns
Overrides
getSchool()
public String getSchool()
The school name. For example "MIT", "University of California, Berkeley".
string school = 1;
Returns
Type | Description |
String | The school.
|
getSchoolBytes()
public ByteString getSchoolBytes()
The school name. For example "MIT", "University of California, Berkeley".
string school = 1;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public EducationFilter.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EducationFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public EducationFilter.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions