Interface WeaviateProtoSearchGet.MetadataRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCertainty()
      bool certainty = 6;
      boolean getCreationTimeUnix()
      bool creation_time_unix = 3;
      boolean getDistance()
      bool distance = 5;
      boolean getExplainScore()
      bool explain_score = 8;
      boolean getIsConsistent()
      bool is_consistent = 9;
      boolean getLastUpdateTimeUnix()
      bool last_update_time_unix = 4;
      boolean getScore()
      bool score = 7;
      boolean getUuid()
      bool uuid = 1;
      boolean getVector()
      bool vector = 2;
      String getVectors​(int index)
      repeated string vectors = 10;
      com.google.protobuf.ByteString getVectorsBytes​(int index)
      repeated string vectors = 10;
      int getVectorsCount()
      repeated string vectors = 10;
      List<String> getVectorsList()
      repeated string vectors = 10;
      • 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 Detail

      • getUuid

        boolean getUuid()
        bool uuid = 1;
        Returns:
        The uuid.
      • getVector

        boolean getVector()
        bool vector = 2;
        Returns:
        The vector.
      • getCreationTimeUnix

        boolean getCreationTimeUnix()
        bool creation_time_unix = 3;
        Returns:
        The creationTimeUnix.
      • getLastUpdateTimeUnix

        boolean getLastUpdateTimeUnix()
        bool last_update_time_unix = 4;
        Returns:
        The lastUpdateTimeUnix.
      • getDistance

        boolean getDistance()
        bool distance = 5;
        Returns:
        The distance.
      • getCertainty

        boolean getCertainty()
        bool certainty = 6;
        Returns:
        The certainty.
      • getScore

        boolean getScore()
        bool score = 7;
        Returns:
        The score.
      • getExplainScore

        boolean getExplainScore()
        bool explain_score = 8;
        Returns:
        The explainScore.
      • getIsConsistent

        boolean getIsConsistent()
        bool is_consistent = 9;
        Returns:
        The isConsistent.
      • getVectorsList

        List<String> getVectorsList()
        repeated string vectors = 10;
        Returns:
        A list containing the vectors.
      • getVectorsCount

        int getVectorsCount()
        repeated string vectors = 10;
        Returns:
        The count of vectors.
      • getVectors

        String getVectors​(int index)
        repeated string vectors = 10;
        Parameters:
        index - The index of the element to return.
        Returns:
        The vectors at the given index.
      • getVectorsBytes

        com.google.protobuf.ByteString getVectorsBytes​(int index)
        repeated string vectors = 10;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the vectors at the given index.