All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.vectorindex._SearchHitOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.5
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vectorindex.proto

package grpc.vectorindex;

public interface _SearchHitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._SearchHit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * float score = 2;
   * @return The score.
   */
  float getScore();

  /**
   * repeated .vectorindex._Metadata metadata = 3;
   */
  java.util.List 
      getMetadataList();
  /**
   * repeated .vectorindex._Metadata metadata = 3;
   */
  grpc.vectorindex._Metadata getMetadata(int index);
  /**
   * repeated .vectorindex._Metadata metadata = 3;
   */
  int getMetadataCount();
  /**
   * repeated .vectorindex._Metadata metadata = 3;
   */
  java.util.List 
      getMetadataOrBuilderList();
  /**
   * repeated .vectorindex._Metadata metadata = 3;
   */
  grpc.vectorindex._MetadataOrBuilder getMetadataOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy