Interface WeaviateProtoAggregate.AggregateRequest.Aggregation.TextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateRequest.Aggregation.Text,WeaviateProtoAggregate.AggregateRequest.Aggregation.Text.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateRequest.Aggregation
public static interface WeaviateProtoAggregate.AggregateRequest.Aggregation.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getCount
boolean getCount()bool count = 1;- Returns:
- The count.
-
getType
boolean getType()bool type = 2;- Returns:
- The type.
-
getTopOccurences
boolean getTopOccurences()bool top_occurences = 3;- Returns:
- The topOccurences.
-
hasTopOccurencesLimit
boolean hasTopOccurencesLimit()optional uint32 top_occurences_limit = 4;- Returns:
- Whether the topOccurencesLimit field is set.
-
getTopOccurencesLimit
int getTopOccurencesLimit()optional uint32 top_occurences_limit = 4;- Returns:
- The topOccurencesLimit.
-