Uses of Class
io.qdrant.client.grpc.Points.CountPoints.Builder
Packages that use Points.CountPoints.Builder
-
Uses of Points.CountPoints.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.CountPoints.BuilderModifier and TypeMethodDescriptionPoints.CountPoints.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.CountPoints.Builder.clear()
Points.CountPoints.Builder.clearCollectionName()
name of the collectionPoints.CountPoints.Builder.clearExact()
If `true` - return exact count, if `false` - return approximate countPoints.CountPoints.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.CountPoints.Builder.clearFilter()
Filter conditions - return only those points that satisfy the specified conditionsPoints.CountPoints.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.CountPoints.Builder.clone()
Points.CountPoints.Builder.mergeFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.CountPoints.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.CountPoints.Builder.mergeFrom
(com.google.protobuf.Message other) Points.CountPoints.Builder.mergeFrom
(Points.CountPoints other) Points.CountPoints.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Points.CountPoints.Builder
Points.CountPoints.newBuilder()
static Points.CountPoints.Builder
Points.CountPoints.newBuilder
(Points.CountPoints prototype) Points.CountPoints.newBuilderForType()
protected Points.CountPoints.Builder
Points.CountPoints.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.CountPoints.Builder.setCollectionName
(String value) name of the collectionPoints.CountPoints.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) name of the collectionPoints.CountPoints.Builder.setExact
(boolean value) If `true` - return exact count, if `false` - return approximate countPoints.CountPoints.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.CountPoints.Builder.setFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.CountPoints.Builder.setFilter
(Points.Filter.Builder builderForValue) Filter conditions - return only those points that satisfy the specified conditionsPoints.CountPoints.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.CountPoints.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.CountPoints.toBuilder()