Package io.qdrant.client.grpc
Class Points.Filter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
io.qdrant.client.grpc.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.Descriptor
com.google.protobuf.Descriptors.Descriptor
getMust
(int index) All conditions must matchgetMustBuilder
(int index) All conditions must matchAll conditions must matchint
All conditions must matchAll conditions must matchgetMustNot
(int index) All conditions must NOT matchgetMustNotBuilder
(int index) All conditions must NOT matchAll conditions must NOT matchint
All 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 matchint
At 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.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Points.Filter other) final Points.Filter.Builder
mergeUnknownFields
(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.Builder
setUnknownFields
(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, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
setField
public Points.Filter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in 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:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
addRepeatedField
public Points.Filter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Points.Filter.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getShouldList
in interfacePoints.FilterOrBuilder
-
getShouldCount
public int getShouldCount()At least one of those conditions should match
repeated .qdrant.Condition should = 1;
- Specified by:
getShouldCount
in interfacePoints.FilterOrBuilder
-
getShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1;
- Specified by:
getShould
in 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:
getShouldOrBuilder
in interfacePoints.FilterOrBuilder
-
getShouldOrBuilderList
At least one of those conditions should match
repeated .qdrant.Condition should = 1;
- Specified by:
getShouldOrBuilderList
in 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:
getMustList
in interfacePoints.FilterOrBuilder
-
getMustCount
public int getMustCount()All conditions must match
repeated .qdrant.Condition must = 2;
- Specified by:
getMustCount
in interfacePoints.FilterOrBuilder
-
getMust
All conditions must match
repeated .qdrant.Condition must = 2;
- Specified by:
getMust
in 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:
getMustOrBuilder
in interfacePoints.FilterOrBuilder
-
getMustOrBuilderList
All conditions must match
repeated .qdrant.Condition must = 2;
- Specified by:
getMustOrBuilderList
in 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:
getMustNotList
in interfacePoints.FilterOrBuilder
-
getMustNotCount
public int getMustNotCount()All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
- Specified by:
getMustNotCount
in interfacePoints.FilterOrBuilder
-
getMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
- Specified by:
getMustNot
in 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:
getMustNotOrBuilder
in interfacePoints.FilterOrBuilder
-
getMustNotOrBuilderList
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
- Specified by:
getMustNotOrBuilderList
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-
mergeUnknownFields
public final Points.Filter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.Filter.Builder>
-