com.yelp.nrtsearch.server.grpc.GetAllSnapshotGenResponseOrBuilder 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 GetAllSnapshotGenResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.GetAllSnapshotGenResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of snapshotted index gens
*
*
* repeated int64 indexGens = 1;
* @return A list containing the indexGens.
*/
java.util.List getIndexGensList();
/**
*
* list of snapshotted index gens
*
*
* repeated int64 indexGens = 1;
* @return The count of indexGens.
*/
int getIndexGensCount();
/**
*
* list of snapshotted index gens
*
*
* repeated int64 indexGens = 1;
* @param index The index of the element to return.
* @return The indexGens at the given index.
*/
long getIndexGens(int index);
}