public interface EducationFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DegreeType |
getDegreeType()
Optional.
|
int |
getDegreeTypeValue()
Optional.
|
String |
getFieldOfStudy()
Optional.
|
com.google.protobuf.ByteString |
getFieldOfStudyBytes()
Optional.
|
boolean |
getNegated()
Optional.
|
String |
getSchool()
Optional.
|
com.google.protobuf.ByteString |
getSchoolBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchool()
Optional. The school name. For example "MIT", "University of California, Berkeley".
string school = 1;com.google.protobuf.ByteString getSchoolBytes()
Optional. The school name. For example "MIT", "University of California, Berkeley".
string school = 1;String getFieldOfStudy()
Optional. The field of study. This is to search against value provided in [Degree.fields_of_study][google.cloud.talent.v4beta1.Degree.fields_of_study]. For example "Computer Science", "Mathematics".
string field_of_study = 2;com.google.protobuf.ByteString getFieldOfStudyBytes()
Optional. The field of study. This is to search against value provided in [Degree.fields_of_study][google.cloud.talent.v4beta1.Degree.fields_of_study]. For example "Computer Science", "Mathematics".
string field_of_study = 2;int getDegreeTypeValue()
Optional. 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;DegreeType getDegreeType()
Optional. 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;boolean getNegated()
Optional. Whether to apply negation to the filter so profiles matching the filter is excluded.
bool negated = 6;Copyright © 2019 Google LLC. All rights reserved.