Class Points.Filter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
io.metaloom.qdrant.client.grpc.proto.Points.Filter.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Points.FilterOrBuilder,Cloneable
- Enclosing class:
- Points.Filter
public static final class Points.Filter.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
implements Points.FilterOrBuilder
Protobuf type
qdrant.Filter-
Method Summary
Modifier and TypeMethodDescriptionaddAllMust(Iterable<? extends Points.Condition> values) All conditions must matchaddAllMustNot(Iterable<? extends Points.Condition> values) All conditions must NOT matchaddAllShould(Iterable<? extends Points.Condition> values) At least one of those conditions should matchaddMust(int index, Points.Condition value) All conditions must matchaddMust(int index, Points.Condition.Builder builderForValue) All conditions must matchaddMust(Points.Condition value) All conditions must matchaddMust(Points.Condition.Builder builderForValue) All conditions must matchAll conditions must matchaddMustBuilder(int index) All conditions must matchaddMustNot(int index, Points.Condition value) All conditions must NOT matchaddMustNot(int index, Points.Condition.Builder builderForValue) All conditions must NOT matchaddMustNot(Points.Condition value) All conditions must NOT matchaddMustNot(Points.Condition.Builder builderForValue) All conditions must NOT matchAll conditions must NOT matchaddMustNotBuilder(int index) All conditions must NOT matchaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addShould(int index, Points.Condition value) At least one of those conditions should matchaddShould(int index, Points.Condition.Builder builderForValue) At least one of those conditions should matchaddShould(Points.Condition value) At least one of those conditions should matchaddShould(Points.Condition.Builder builderForValue) At least one of those conditions should matchAt least one of those conditions should matchaddShouldBuilder(int index) At least one of those conditions should matchbuild()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) All conditions must matchAll conditions must NOT matchclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) At least one of those conditions should matchclone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetMust(int index) All conditions must matchgetMustBuilder(int index) All conditions must matchAll conditions must matchintAll conditions must matchAll conditions must matchgetMustNot(int index) All conditions must NOT matchgetMustNotBuilder(int index) All conditions must NOT matchAll conditions must NOT matchintAll conditions must NOT matchAll conditions must NOT matchgetMustNotOrBuilder(int index) All conditions must NOT matchList<? extends Points.ConditionOrBuilder>All conditions must NOT matchgetMustOrBuilder(int index) All conditions must matchList<? extends Points.ConditionOrBuilder>All conditions must matchgetShould(int index) At least one of those conditions should matchgetShouldBuilder(int index) At least one of those conditions should matchAt least one of those conditions should matchintAt least one of those conditions should matchAt least one of those conditions should matchgetShouldOrBuilder(int index) At least one of those conditions should matchList<? extends Points.ConditionOrBuilder>At least one of those conditions should matchprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(Points.Filter other) final Points.Filter.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeMust(int index) All conditions must matchremoveMustNot(int index) All conditions must NOT matchremoveShould(int index) At least one of those conditions should matchsetMust(int index, Points.Condition value) All conditions must matchsetMust(int index, Points.Condition.Builder builderForValue) All conditions must matchsetMustNot(int index, Points.Condition value) All conditions must NOT matchsetMustNot(int index, Points.Condition.Builder builderForValue) All conditions must NOT matchsetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setShould(int index, Points.Condition value) At least one of those conditions should matchsetShould(int index, Points.Condition.Builder builderForValue) At least one of those conditions should matchfinal Points.Filter.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
setField
public Points.Filter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
setRepeatedField
public Points.Filter.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
addRepeatedField
public Points.Filter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Points.Filter.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
mergeFrom
public Points.Filter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Points.Filter.Builder>- Throws:
IOException
-
getShouldList
At least one of those conditions should match
repeated .qdrant.Condition should = 1;- Specified by:
getShouldListin interfacePoints.FilterOrBuilder
-
getShouldCount
public int getShouldCount()At least one of those conditions should match
repeated .qdrant.Condition should = 1;- Specified by:
getShouldCountin interfacePoints.FilterOrBuilder
-
getShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1;- Specified by:
getShouldin interfacePoints.FilterOrBuilder
-
setShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
setShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addAllShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
clearShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
removeShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
getShouldBuilder
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
getShouldOrBuilder
At least one of those conditions should match
repeated .qdrant.Condition should = 1;- Specified by:
getShouldOrBuilderin interfacePoints.FilterOrBuilder
-
getShouldOrBuilderList
At least one of those conditions should match
repeated .qdrant.Condition should = 1;- Specified by:
getShouldOrBuilderListin interfacePoints.FilterOrBuilder
-
addShouldBuilder
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
addShouldBuilder
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
getShouldBuilderList
At least one of those conditions should match
repeated .qdrant.Condition should = 1; -
getMustList
All conditions must match
repeated .qdrant.Condition must = 2;- Specified by:
getMustListin interfacePoints.FilterOrBuilder
-
getMustCount
public int getMustCount()All conditions must match
repeated .qdrant.Condition must = 2;- Specified by:
getMustCountin interfacePoints.FilterOrBuilder
-
getMust
All conditions must match
repeated .qdrant.Condition must = 2;- Specified by:
getMustin interfacePoints.FilterOrBuilder
-
setMust
All conditions must match
repeated .qdrant.Condition must = 2; -
setMust
All conditions must match
repeated .qdrant.Condition must = 2; -
addMust
All conditions must match
repeated .qdrant.Condition must = 2; -
addMust
All conditions must match
repeated .qdrant.Condition must = 2; -
addMust
All conditions must match
repeated .qdrant.Condition must = 2; -
addMust
All conditions must match
repeated .qdrant.Condition must = 2; -
addAllMust
All conditions must match
repeated .qdrant.Condition must = 2; -
clearMust
All conditions must match
repeated .qdrant.Condition must = 2; -
removeMust
All conditions must match
repeated .qdrant.Condition must = 2; -
getMustBuilder
All conditions must match
repeated .qdrant.Condition must = 2; -
getMustOrBuilder
All conditions must match
repeated .qdrant.Condition must = 2;- Specified by:
getMustOrBuilderin interfacePoints.FilterOrBuilder
-
getMustOrBuilderList
All conditions must match
repeated .qdrant.Condition must = 2;- Specified by:
getMustOrBuilderListin interfacePoints.FilterOrBuilder
-
addMustBuilder
All conditions must match
repeated .qdrant.Condition must = 2; -
addMustBuilder
All conditions must match
repeated .qdrant.Condition must = 2; -
getMustBuilderList
All conditions must match
repeated .qdrant.Condition must = 2; -
getMustNotList
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;- Specified by:
getMustNotListin interfacePoints.FilterOrBuilder
-
getMustNotCount
public int getMustNotCount()All conditions must NOT match
repeated .qdrant.Condition must_not = 3;- Specified by:
getMustNotCountin interfacePoints.FilterOrBuilder
-
getMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;- Specified by:
getMustNotin interfacePoints.FilterOrBuilder
-
setMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
setMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addAllMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
clearMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
removeMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
getMustNotBuilder
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
getMustNotOrBuilder
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;- Specified by:
getMustNotOrBuilderin interfacePoints.FilterOrBuilder
-
getMustNotOrBuilderList
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;- Specified by:
getMustNotOrBuilderListin interfacePoints.FilterOrBuilder
-
addMustNotBuilder
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
addMustNotBuilder
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
getMustNotBuilderList
All conditions must NOT match
repeated .qdrant.Condition must_not = 3; -
setUnknownFields
public final Points.Filter.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
mergeUnknownFields
public final Points.Filter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-