Interface WeaviateProtoSearchGet.MetadataRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoSearchGet.MetadataRequest, WeaviateProtoSearchGet.MetadataRequest.Builder
Enclosing class:
WeaviateProtoSearchGet

public static interface WeaviateProtoSearchGet.MetadataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool certainty = 6;
    boolean
    bool creation_time_unix = 3;
    boolean
    bool distance = 5;
    boolean
    bool explain_score = 8;
    boolean
    bool is_consistent = 9;
    boolean
    bool last_update_time_unix = 4;
    boolean
    bool score = 7;
    boolean
    bool uuid = 1;
    boolean
    bool vector = 2;
    getVectors(int index)
    repeated string vectors = 10;
    com.google.protobuf.ByteString
    getVectorsBytes(int index)
    repeated string vectors = 10;
    int
    repeated string vectors = 10;
    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 Details

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