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

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

There is a newer version: 1.0.0-beta.1
Show 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy