com.yelp.nrtsearch.server.grpc.IndicesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yelp/nrtsearch/luceneserver.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface IndicesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.IndicesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*list of IndexStatsResponse
*
*
* repeated .luceneserver.IndexStatsResponse indicesResponse = 1;
*/
java.util.List
getIndicesResponseList();
/**
*
*list of IndexStatsResponse
*
*
* repeated .luceneserver.IndexStatsResponse indicesResponse = 1;
*/
com.yelp.nrtsearch.server.grpc.IndexStatsResponse getIndicesResponse(int index);
/**
*
*list of IndexStatsResponse
*
*
* repeated .luceneserver.IndexStatsResponse indicesResponse = 1;
*/
int getIndicesResponseCount();
/**
*
*list of IndexStatsResponse
*
*
* repeated .luceneserver.IndexStatsResponse indicesResponse = 1;
*/
java.util.List extends com.yelp.nrtsearch.server.grpc.IndexStatsResponseOrBuilder>
getIndicesResponseOrBuilderList();
/**
*
*list of IndexStatsResponse
*
*
* repeated .luceneserver.IndexStatsResponse indicesResponse = 1;
*/
com.yelp.nrtsearch.server.grpc.IndexStatsResponseOrBuilder getIndicesResponseOrBuilder(
int index);
}