Interface WeaviateProtoAggregate.AggregateReply.AggregationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations,WeaviateProtoAggregate.AggregateReply.Aggregations.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply
public static interface WeaviateProtoAggregate.AggregateReply.AggregationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregations(int index) repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1;intrepeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1;repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1;getAggregationsOrBuilder(int index) repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1;repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 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
-
getAggregationsList
List<WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation> getAggregationsList()repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1; -
getAggregations
repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1; -
getAggregationsCount
int getAggregationsCount()repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1; -
getAggregationsOrBuilderList
List<? extends WeaviateProtoAggregate.AggregateReply.Aggregations.AggregationOrBuilder> getAggregationsOrBuilderList()repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1; -
getAggregationsOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.AggregationOrBuilder getAggregationsOrBuilder(int index) repeated .weaviate.v1.AggregateReply.Aggregations.Aggregation aggregations = 1;
-