grpc.vectorindex._SearchHitOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// 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 extends grpc.vectorindex._MetadataOrBuilder>
getMetadataOrBuilderList();
/**
* repeated .vectorindex._Metadata metadata = 3;
*/
grpc.vectorindex._MetadataOrBuilder getMetadataOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy