grpc.vectorindex._SearchResponseOrBuilder 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 _SearchResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._SearchResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .vectorindex._SearchHit hits = 1;
*/
java.util.List
getHitsList();
/**
* repeated .vectorindex._SearchHit hits = 1;
*/
grpc.vectorindex._SearchHit getHits(int index);
/**
* repeated .vectorindex._SearchHit hits = 1;
*/
int getHitsCount();
/**
* repeated .vectorindex._SearchHit hits = 1;
*/
java.util.List extends grpc.vectorindex._SearchHitOrBuilder>
getHitsOrBuilderList();
/**
* repeated .vectorindex._SearchHit hits = 1;
*/
grpc.vectorindex._SearchHitOrBuilder getHitsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy