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

com.yelp.nrtsearch.server.grpc.IndicesResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// 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 getIndicesResponseOrBuilderList(); /** *
   *list of IndexStatsResponse
   * 
* * repeated .luceneserver.IndexStatsResponse indicesResponse = 1; */ com.yelp.nrtsearch.server.grpc.IndexStatsResponseOrBuilder getIndicesResponseOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy