Uses of Class
io.qdrant.client.grpc.Points.IsNullCondition
Packages that use Points.IsNullCondition
-
Uses of Points.IsNullCondition in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.IsNullConditionModifier and TypeMethodDescriptionPoints.IsNullCondition.Builder.build()
Points.IsNullCondition.Builder.buildPartial()
static Points.IsNullCondition
Points.IsNullCondition.getDefaultInstance()
Points.IsNullCondition.Builder.getDefaultInstanceForType()
Points.IsNullCondition.getDefaultInstanceForType()
Points.Condition.Builder.getIsNull()
.qdrant.IsNullCondition is_null = 5;
Points.Condition.getIsNull()
.qdrant.IsNullCondition is_null = 5;
Points.ConditionOrBuilder.getIsNull()
.qdrant.IsNullCondition is_null = 5;
static Points.IsNullCondition
Points.IsNullCondition.parseDelimitedFrom
(InputStream input) static Points.IsNullCondition
Points.IsNullCondition.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(byte[] data) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(com.google.protobuf.ByteString data) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(InputStream input) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(ByteBuffer data) static Points.IsNullCondition
Points.IsNullCondition.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.IsNullConditionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.IsNullCondition>
Points.IsNullCondition.getParserForType()
static com.google.protobuf.Parser<Points.IsNullCondition>
Points.IsNullCondition.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.IsNullConditionModifier and TypeMethodDescriptionPoints.IsNullCondition.Builder.mergeFrom
(Points.IsNullCondition other) Points.Condition.Builder.mergeIsNull
(Points.IsNullCondition value) .qdrant.IsNullCondition is_null = 5;
Points.IsNullCondition.newBuilder
(Points.IsNullCondition prototype) Points.Condition.Builder.setIsNull
(Points.IsNullCondition value) .qdrant.IsNullCondition is_null = 5;