Uses of Class
io.qdrant.client.grpc.Points.ScrollPoints.Builder
-
Uses of Points.ScrollPoints.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.ScrollPoints.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.ScrollPoints.Builder.clear()
Points.ScrollPoints.Builder.clearCollectionName()
string collection_name = 1;
Points.ScrollPoints.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.ScrollPoints.Builder.clearFilter()
Filter conditions - return only those points that satisfy the specified conditionsPoints.ScrollPoints.Builder.clearLimit()
Max number of resultPoints.ScrollPoints.Builder.clearOffset()
Start with this IDPoints.ScrollPoints.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.ScrollPoints.Builder.clearReadConsistency()
Options for specifying read consistency guaranteesPoints.ScrollPoints.Builder.clearWithPayload()
Options for specifying which payload to include or notPoints.ScrollPoints.Builder.clearWithVectors()
Options for specifying which vectors to include into responsePoints.ScrollPoints.Builder.clone()
Points.ScrollPoints.Builder.mergeFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.ScrollPoints.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.ScrollPoints.Builder.mergeFrom
(com.google.protobuf.Message other) Points.ScrollPoints.Builder.mergeFrom
(Points.ScrollPoints other) Points.ScrollPoints.Builder.mergeOffset
(Points.PointId value) Start with this IDPoints.ScrollPoints.Builder.mergeReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.ScrollPoints.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.ScrollPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.ScrollPoints.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsestatic Points.ScrollPoints.Builder
Points.ScrollPoints.newBuilder()
static Points.ScrollPoints.Builder
Points.ScrollPoints.newBuilder
(Points.ScrollPoints prototype) Points.ScrollPoints.newBuilderForType()
protected Points.ScrollPoints.Builder
Points.ScrollPoints.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.ScrollPoints.Builder.setCollectionName
(String value) string collection_name = 1;
Points.ScrollPoints.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) string collection_name = 1;
Points.ScrollPoints.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.ScrollPoints.Builder.setFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.ScrollPoints.Builder.setFilter
(Points.Filter.Builder builderForValue) Filter conditions - return only those points that satisfy the specified conditionsPoints.ScrollPoints.Builder.setLimit
(int value) Max number of resultPoints.ScrollPoints.Builder.setOffset
(Points.PointId value) Start with this IDPoints.ScrollPoints.Builder.setOffset
(Points.PointId.Builder builderForValue) Start with this IDPoints.ScrollPoints.Builder.setReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.ScrollPoints.Builder.setReadConsistency
(Points.ReadConsistency.Builder builderForValue) Options for specifying read consistency guaranteesPoints.ScrollPoints.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.ScrollPoints.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.ScrollPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.ScrollPoints.Builder.setWithPayload
(Points.WithPayloadSelector.Builder builderForValue) Options for specifying which payload to include or notPoints.ScrollPoints.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.ScrollPoints.Builder.setWithVectors
(Points.WithVectorsSelector.Builder builderForValue) Options for specifying which vectors to include into responsePoints.ScrollPoints.toBuilder()