Interface WeaviateProtoAggregate.AggregateReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply,WeaviateProtoAggregate.AggregateReply.Builder
- Enclosing class:
- WeaviateProtoAggregate
public static interface WeaviateProtoAggregate.AggregateReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.weaviate.v1.AggregateReply.Grouped grouped_results = 3;.weaviate.v1.AggregateReply.Grouped grouped_results = 3;.weaviate.v1.AggregateReply.Single single_result = 2;.weaviate.v1.AggregateReply.Single single_result = 2;floatgetTook()float took = 1;boolean.weaviate.v1.AggregateReply.Grouped grouped_results = 3;boolean.weaviate.v1.AggregateReply.Single single_result = 2;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
-
getTook
float getTook()float took = 1;- Returns:
- The took.
-
hasSingleResult
boolean hasSingleResult().weaviate.v1.AggregateReply.Single single_result = 2;- Returns:
- Whether the singleResult field is set.
-
getSingleResult
WeaviateProtoAggregate.AggregateReply.Single getSingleResult().weaviate.v1.AggregateReply.Single single_result = 2;- Returns:
- The singleResult.
-
getSingleResultOrBuilder
WeaviateProtoAggregate.AggregateReply.SingleOrBuilder getSingleResultOrBuilder().weaviate.v1.AggregateReply.Single single_result = 2; -
hasGroupedResults
boolean hasGroupedResults().weaviate.v1.AggregateReply.Grouped grouped_results = 3;- Returns:
- Whether the groupedResults field is set.
-
getGroupedResults
WeaviateProtoAggregate.AggregateReply.Grouped getGroupedResults().weaviate.v1.AggregateReply.Grouped grouped_results = 3;- Returns:
- The groupedResults.
-
getGroupedResultsOrBuilder
WeaviateProtoAggregate.AggregateReply.GroupedOrBuilder getGroupedResultsOrBuilder().weaviate.v1.AggregateReply.Grouped grouped_results = 3; -
getResultCase
WeaviateProtoAggregate.AggregateReply.ResultCase getResultCase()
-