Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences.TopOccurrenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences.TopOccurrence, WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences.TopOccurrence.Builder
Enclosing class:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences

public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Text.TopOccurrences.TopOccurrenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 occurs = 2;
    string value = 1;
    com.google.protobuf.ByteString
    string value = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValue

      String getValue()
      string value = 1;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      string value = 1;
      Returns:
      The bytes for value.
    • getOccurs

      long getOccurs()
      int64 occurs = 2;
      Returns:
      The occurs.