public final class EducationFilter extends com.google.protobuf.GeneratedMessageV3 implements EducationFilterOrBuilder
Input only. Education filter of the search.Protobuf type
google.cloud.talent.v4beta1.EducationFilter| Modifier and Type | Class and Description |
|---|---|
static class |
EducationFilter.Builder
Input only.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEGREE_TYPE_FIELD_NUMBER |
static int |
FIELD_OF_STUDY_FIELD_NUMBER |
static int |
NEGATED_FIELD_NUMBER |
static int |
SCHOOL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EducationFilter |
getDefaultInstance() |
EducationFilter |
getDefaultInstanceForType() |
DegreeType |
getDegreeType()
Optional.
|
int |
getDegreeTypeValue()
Optional.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFieldOfStudy()
Optional.
|
com.google.protobuf.ByteString |
getFieldOfStudyBytes()
Optional.
|
boolean |
getNegated()
Optional.
|
com.google.protobuf.Parser<EducationFilter> |
getParserForType() |
String |
getSchool()
Optional.
|
com.google.protobuf.ByteString |
getSchoolBytes()
Optional.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EducationFilter.Builder |
newBuilder() |
static EducationFilter.Builder |
newBuilder(EducationFilter prototype) |
EducationFilter.Builder |
newBuilderForType() |
protected EducationFilter.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EducationFilter |
parseDelimitedFrom(InputStream input) |
static EducationFilter |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EducationFilter |
parseFrom(byte[] data) |
static EducationFilter |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EducationFilter |
parseFrom(ByteBuffer data) |
static EducationFilter |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EducationFilter |
parseFrom(com.google.protobuf.ByteString data) |
static EducationFilter |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EducationFilter |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EducationFilter |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EducationFilter |
parseFrom(InputStream input) |
static EducationFilter |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EducationFilter> |
parser() |
EducationFilter.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SCHOOL_FIELD_NUMBER
public static final int FIELD_OF_STUDY_FIELD_NUMBER
public static final int DEGREE_TYPE_FIELD_NUMBER
public static final int NEGATED_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getSchool()
Optional. The school name. For example "MIT", "University of California, Berkeley".
string school = 1;getSchool in interface EducationFilterOrBuilderpublic com.google.protobuf.ByteString getSchoolBytes()
Optional. The school name. For example "MIT", "University of California, Berkeley".
string school = 1;getSchoolBytes in interface EducationFilterOrBuilderpublic 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;getFieldOfStudy in interface EducationFilterOrBuilderpublic 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;getFieldOfStudyBytes in interface EducationFilterOrBuilderpublic 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;getDegreeTypeValue in interface EducationFilterOrBuilderpublic 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;getDegreeType in interface EducationFilterOrBuilderpublic boolean getNegated()
Optional. Whether to apply negation to the filter so profiles matching the filter is excluded.
bool negated = 6;getNegated in interface EducationFilterOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EducationFilter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EducationFilter parseFrom(InputStream input) throws IOException
IOExceptionpublic static EducationFilter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EducationFilter parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EducationFilter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EducationFilter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EducationFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EducationFilter.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EducationFilter.Builder newBuilder()
public static EducationFilter.Builder newBuilder(EducationFilter prototype)
public EducationFilter.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EducationFilter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EducationFilter getDefaultInstance()
public static com.google.protobuf.Parser<EducationFilter> parser()
public com.google.protobuf.Parser<EducationFilter> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EducationFilter getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.