Uses of Class
io.qdrant.client.grpc.Points.PointGroup
Packages that use Points.PointGroup
-
Uses of Points.PointGroup in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.PointGroupModifier and TypeMethodDescriptionPoints.PointGroup.Builder.build()
Points.PointGroup.Builder.buildPartial()
static Points.PointGroup
Points.PointGroup.getDefaultInstance()
Points.PointGroup.Builder.getDefaultInstanceForType()
Points.PointGroup.getDefaultInstanceForType()
Points.GroupsResult.Builder.getGroups
(int index) GroupsPoints.GroupsResult.getGroups
(int index) GroupsPoints.GroupsResultOrBuilder.getGroups
(int index) Groupsstatic Points.PointGroup
Points.PointGroup.parseDelimitedFrom
(InputStream input) static Points.PointGroup
Points.PointGroup.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointGroup
Points.PointGroup.parseFrom
(byte[] data) static Points.PointGroup
Points.PointGroup.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointGroup
Points.PointGroup.parseFrom
(com.google.protobuf.ByteString data) static Points.PointGroup
Points.PointGroup.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointGroup
Points.PointGroup.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.PointGroup
Points.PointGroup.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointGroup
Points.PointGroup.parseFrom
(InputStream input) static Points.PointGroup
Points.PointGroup.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointGroup
Points.PointGroup.parseFrom
(ByteBuffer data) static Points.PointGroup
Points.PointGroup.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.PointGroupModifier and TypeMethodDescriptionPoints.GroupsResult.Builder.getGroupsList()
GroupsPoints.GroupsResult.getGroupsList()
GroupsPoints.GroupsResultOrBuilder.getGroupsList()
Groupscom.google.protobuf.Parser<Points.PointGroup>
Points.PointGroup.getParserForType()
static com.google.protobuf.Parser<Points.PointGroup>
Points.PointGroup.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.PointGroupModifier and TypeMethodDescriptionPoints.GroupsResult.Builder.addGroups
(int index, Points.PointGroup value) GroupsPoints.GroupsResult.Builder.addGroups
(Points.PointGroup value) GroupsPoints.PointGroup.Builder.mergeFrom
(Points.PointGroup other) static Points.PointGroup.Builder
Points.PointGroup.newBuilder
(Points.PointGroup prototype) Points.GroupsResult.Builder.setGroups
(int index, Points.PointGroup value) GroupsMethod parameters in io.qdrant.client.grpc with type arguments of type Points.PointGroupModifier and TypeMethodDescriptionPoints.GroupsResult.Builder.addAllGroups
(Iterable<? extends Points.PointGroup> values) Groups