Package io.qdrant.client.grpc
Interface Points.GroupsResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GroupsResult
,Points.GroupsResult.Builder
- Enclosing class:
- Points
public static interface Points.GroupsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroups
(int index) Groupsint
GroupsGroupsgetGroupsOrBuilder
(int index) GroupsList<? extends Points.PointGroupOrBuilder>
GroupsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroupsList
List<Points.PointGroup> getGroupsList()Groups
repeated .qdrant.PointGroup groups = 1;
-
getGroups
Groups
repeated .qdrant.PointGroup groups = 1;
-
getGroupsCount
int getGroupsCount()Groups
repeated .qdrant.PointGroup groups = 1;
-
getGroupsOrBuilderList
List<? extends Points.PointGroupOrBuilder> getGroupsOrBuilderList()Groups
repeated .qdrant.PointGroup groups = 1;
-
getGroupsOrBuilder
Groups
repeated .qdrant.PointGroup groups = 1;
-