Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.Condition
Packages that use Points.Condition
-
Uses of Points.Condition in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.ConditionModifier and TypeMethodDescriptionPoints.Condition.Builder.build()Points.Condition.Builder.buildPartial()static Points.ConditionPoints.Condition.getDefaultInstance()Points.Condition.Builder.getDefaultInstanceForType()Points.Condition.getDefaultInstanceForType()Points.Filter.Builder.getMust(int index) All conditions must matchPoints.Filter.getMust(int index) All conditions must matchPoints.FilterOrBuilder.getMust(int index) All conditions must matchPoints.Filter.Builder.getMustNot(int index) All conditions must NOT matchPoints.Filter.getMustNot(int index) All conditions must NOT matchPoints.FilterOrBuilder.getMustNot(int index) All conditions must NOT matchPoints.Filter.Builder.getShould(int index) At least one of those conditions should matchPoints.Filter.getShould(int index) At least one of those conditions should matchPoints.FilterOrBuilder.getShould(int index) At least one of those conditions should matchstatic Points.ConditionPoints.Condition.parseDelimitedFrom(InputStream input) static Points.ConditionPoints.Condition.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ConditionPoints.Condition.parseFrom(byte[] data) static Points.ConditionPoints.Condition.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ConditionPoints.Condition.parseFrom(com.google.protobuf.ByteString data) static Points.ConditionPoints.Condition.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ConditionPoints.Condition.parseFrom(com.google.protobuf.CodedInputStream input) static Points.ConditionPoints.Condition.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ConditionPoints.Condition.parseFrom(InputStream input) static Points.ConditionPoints.Condition.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ConditionPoints.Condition.parseFrom(ByteBuffer data) static Points.ConditionPoints.Condition.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.ConditionModifier and TypeMethodDescriptionPoints.Filter.Builder.getMustList()All conditions must matchPoints.Filter.getMustList()All conditions must matchPoints.FilterOrBuilder.getMustList()All conditions must matchPoints.Filter.Builder.getMustNotList()All conditions must NOT matchPoints.Filter.getMustNotList()All conditions must NOT matchPoints.FilterOrBuilder.getMustNotList()All conditions must NOT matchcom.google.protobuf.Parser<Points.Condition>Points.Condition.getParserForType()Points.Filter.Builder.getShouldList()At least one of those conditions should matchPoints.Filter.getShouldList()At least one of those conditions should matchPoints.FilterOrBuilder.getShouldList()At least one of those conditions should matchstatic com.google.protobuf.Parser<Points.Condition>Points.Condition.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.ConditionModifier and TypeMethodDescriptionPoints.Filter.Builder.addMust(int index, Points.Condition value) All conditions must matchPoints.Filter.Builder.addMust(Points.Condition value) All conditions must matchPoints.Filter.Builder.addMustNot(int index, Points.Condition value) All conditions must NOT matchPoints.Filter.Builder.addMustNot(Points.Condition value) All conditions must NOT matchPoints.Filter.Builder.addShould(int index, Points.Condition value) At least one of those conditions should matchPoints.Filter.Builder.addShould(Points.Condition value) At least one of those conditions should matchPoints.Condition.Builder.mergeFrom(Points.Condition other) static Points.Condition.BuilderPoints.Condition.newBuilder(Points.Condition prototype) Points.Filter.Builder.setMust(int index, Points.Condition value) All conditions must matchPoints.Filter.Builder.setMustNot(int index, Points.Condition value) All conditions must NOT matchPoints.Filter.Builder.setShould(int index, Points.Condition value) At least one of those conditions should matchMethod parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.ConditionModifier and TypeMethodDescriptionPoints.Filter.Builder.addAllMust(Iterable<? extends Points.Condition> values) All conditions must matchPoints.Filter.Builder.addAllMustNot(Iterable<? extends Points.Condition> values) All conditions must NOT matchPoints.Filter.Builder.addAllShould(Iterable<? extends Points.Condition> values) At least one of those conditions should match