Interface WeaviateProtoAggregate.AggregateReply.GroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Group, WeaviateProtoAggregate.AggregateReply.Group.Builder
Enclosing class:
WeaviateProtoAggregate.AggregateReply

public static interface WeaviateProtoAggregate.AggregateReply.GroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasObjectsCount

      boolean hasObjectsCount()
      optional int64 objects_count = 1;
      Returns:
      Whether the objectsCount field is set.
    • getObjectsCount

      long getObjectsCount()
      optional int64 objects_count = 1;
      Returns:
      The objectsCount.
    • hasAggregations

      boolean hasAggregations()
      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
      Returns:
      Whether the aggregations field is set.
    • getAggregations

      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
      Returns:
      The aggregations.
    • getAggregationsOrBuilder

      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
    • hasGroupedBy

      boolean hasGroupedBy()
      optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;
      Returns:
      Whether the groupedBy field is set.
    • getGroupedBy

      optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;
      Returns:
      The groupedBy.
    • getGroupedByOrBuilder

      optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;