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 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

      optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;
      Returns:
      The topOccurences.
    • getTopOccurencesOrBuilder

      optional .weaviate.v1.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences top_occurences = 3;