Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.TextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()optional int64 count = 1;optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;getType()optional string type = 2;com.google.protobuf.ByteStringoptional string type = 2;booleanhasCount()optional int64 count = 1;booleanoptional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;booleanhasType()optional string type = 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
-
hasCount
boolean hasCount()optional int64 count = 1;- Returns:
- Whether the count field is set.
-
getCount
long getCount()optional int64 count = 1;- Returns:
- The count.
-
hasType
boolean hasType()optional string type = 2;- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 2;- Returns:
- The bytes for type.
-
hasTopOccurences
boolean hasTopOccurences()optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;- Returns:
- Whether the topOccurences field is set.
-
getTopOccurences
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences getTopOccurences()optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;- Returns:
- The topOccurences.
-
getTopOccurencesOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrencesOrBuilder getTopOccurencesOrBuilder()optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;
-