Interface WeaviateProtoAggregate.AggregateReply.SingleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Single, WeaviateProtoAggregate.AggregateReply.Single.Builder
Enclosing class:
WeaviateProtoAggregate.AggregateReply

public static interface WeaviateProtoAggregate.AggregateReply.SingleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
    optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
    long
    optional int64 objects_count = 1;
    boolean
    optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
    boolean
    optional int64 objects_count = 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

    • hasObjectsCount

      boolean hasObjectsCount()
      optional int64 objects_count = 1;
      Returns:
      Whether the objectsCount field is set.
    • getObjectsCount

      long getObjectsCount()
      optional int64 objects_count = 1;
      Returns:
      The objectsCount.
    • hasAggregations

      boolean hasAggregations()
      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
      Returns:
      Whether the aggregations field is set.
    • getAggregations

      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;
      Returns:
      The aggregations.
    • getAggregationsOrBuilder

      optional .weaviate.v1.AggregateReply.Aggregations aggregations = 2;