Interface WeaviateProtoAggregate.AggregateReply.GroupedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Grouped,WeaviateProtoAggregate.AggregateReply.Grouped.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply
public static interface WeaviateProtoAggregate.AggregateReply.GroupedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroups(int index) repeated .weaviate.v1.AggregateReply.Group groups = 1;intrepeated .weaviate.v1.AggregateReply.Group groups = 1;repeated .weaviate.v1.AggregateReply.Group groups = 1;getGroupsOrBuilder(int index) repeated .weaviate.v1.AggregateReply.Group groups = 1;repeated .weaviate.v1.AggregateReply.Group groups = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroupsList
List<WeaviateProtoAggregate.AggregateReply.Group> getGroupsList()repeated .weaviate.v1.AggregateReply.Group groups = 1; -
getGroups
repeated .weaviate.v1.AggregateReply.Group groups = 1; -
getGroupsCount
int getGroupsCount()repeated .weaviate.v1.AggregateReply.Group groups = 1; -
getGroupsOrBuilderList
List<? extends WeaviateProtoAggregate.AggregateReply.GroupOrBuilder> getGroupsOrBuilderList()repeated .weaviate.v1.AggregateReply.Group groups = 1; -
getGroupsOrBuilder
repeated .weaviate.v1.AggregateReply.Group groups = 1;
-