Uses of Class
io.qdrant.client.grpc.Points.GetPoints.Builder
-
Uses of Points.GetPoints.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.GetPoints.Builder.addAllIds
(Iterable<? extends Points.PointId> values) List of points to retrievePoints.GetPoints.Builder.addIds
(int index, Points.PointId value) List of points to retrievePoints.GetPoints.Builder.addIds
(int index, Points.PointId.Builder builderForValue) List of points to retrievePoints.GetPoints.Builder.addIds
(Points.PointId value) List of points to retrievePoints.GetPoints.Builder.addIds
(Points.PointId.Builder builderForValue) List of points to retrievePoints.GetPoints.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.GetPoints.Builder.clear()
Points.GetPoints.Builder.clearCollectionName()
name of the collectionPoints.GetPoints.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.GetPoints.Builder.clearIds()
List of points to retrievePoints.GetPoints.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.GetPoints.Builder.clearReadConsistency()
Options for specifying read consistency guaranteesPoints.GetPoints.Builder.clearWithPayload()
Options for specifying which payload to include or notPoints.GetPoints.Builder.clearWithVectors()
Options for specifying which vectors to include into responsePoints.GetPoints.Builder.clone()
Points.GetPoints.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.GetPoints.Builder.mergeFrom
(com.google.protobuf.Message other) Points.GetPoints.Builder.mergeFrom
(Points.GetPoints other) Points.GetPoints.Builder.mergeReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesfinal Points.GetPoints.Builder
Points.GetPoints.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.GetPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.GetPoints.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsestatic Points.GetPoints.Builder
Points.GetPoints.newBuilder()
static Points.GetPoints.Builder
Points.GetPoints.newBuilder
(Points.GetPoints prototype) Points.GetPoints.newBuilderForType()
protected Points.GetPoints.Builder
Points.GetPoints.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.GetPoints.Builder.removeIds
(int index) List of points to retrievePoints.GetPoints.Builder.setCollectionName
(String value) name of the collectionPoints.GetPoints.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) name of the collectionPoints.GetPoints.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.GetPoints.Builder.setIds
(int index, Points.PointId value) List of points to retrievePoints.GetPoints.Builder.setIds
(int index, Points.PointId.Builder builderForValue) List of points to retrievePoints.GetPoints.Builder.setReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.GetPoints.Builder.setReadConsistency
(Points.ReadConsistency.Builder builderForValue) Options for specifying read consistency guaranteesPoints.GetPoints.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Points.GetPoints.Builder
Points.GetPoints.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.GetPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.GetPoints.Builder.setWithPayload
(Points.WithPayloadSelector.Builder builderForValue) Options for specifying which payload to include or notPoints.GetPoints.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.GetPoints.Builder.setWithVectors
(Points.WithVectorsSelector.Builder builderForValue) Options for specifying which vectors to include into responsePoints.GetPoints.toBuilder()