Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.ReferenceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getPointingTo(int index)
    protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
    com.google.protobuf.ByteString
    getPointingToBytes(int index)
    protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
    int
    protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
    protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
    optional string type = 1;
    com.google.protobuf.ByteString
    optional string type = 1;
    boolean
    optional string type = 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

    • hasType

      boolean hasType()
      optional string type = 1;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
      Returns:
      The bytes for type.
    • getPointingToList

      List<String> getPointingToList()
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated string pointing_to = 2;
      Returns:
      A list containing the pointingTo.
    • getPointingToCount

      int getPointingToCount()
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated string pointing_to = 2;
      Returns:
      The count of pointingTo.
    • getPointingTo

      String getPointingTo(int index)
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated string pointing_to = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The pointingTo at the given index.
    • getPointingToBytes

      com.google.protobuf.ByteString getPointingToBytes(int index)
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated string pointing_to = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the pointingTo at the given index.