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 Summary
Modifier and TypeMethodDescriptionoptional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;longoptional int64 objects_count = 1;booleanoptional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;booleanoptional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;booleanoptional int64 objects_count = 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
-
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
WeaviateProtoAggregate.AggregateReply.Aggregations getAggregations()optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;- Returns:
- The aggregations.
-
getAggregationsOrBuilder
WeaviateProtoAggregate.AggregateReply.AggregationsOrBuilder 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
WeaviateProtoAggregate.AggregateReply.Group.GroupedBy getGroupedBy()optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;- Returns:
- The groupedBy.
-
getGroupedByOrBuilder
WeaviateProtoAggregate.AggregateReply.Group.GroupedByOrBuilder getGroupedByOrBuilder()optional .weaviate.v1.AggregateReply.Group.GroupedBy grouped_by = 3;
-