Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.GetPoints.Builder
Packages that use Points.GetPoints.Builder
-
Uses of Points.GetPoints.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.GetPoints.BuilderModifier 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.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()PointsInternalService.GetPointsInternal.Builder.getGetPointsBuilder().qdrant.GetPoints get_points = 1;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) final Points.GetPoints.BuilderPoints.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.BuilderPoints.GetPoints.newBuilder()static Points.GetPoints.BuilderPoints.GetPoints.newBuilder(Points.GetPoints prototype) Points.GetPoints.newBuilderForType()protected Points.GetPoints.BuilderPoints.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Points.GetPoints.BuilderPoints.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()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.GetPoints.BuilderModifier and TypeMethodDescriptionPointsInternalService.GetPointsInternal.Builder.setGetPoints(Points.GetPoints.Builder builderForValue) .qdrant.GetPoints get_points = 1;