com.yelp.nrtsearch.server.grpc.SnapshotIdOrBuilder 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 SnapshotIdOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.SnapshotId)
com.google.protobuf.MessageOrBuilder {
/**
* int64 indexGen = 1;
* @return The indexGen.
*/
long getIndexGen();
/**
* int64 taxonomyGen = 2;
* @return The taxonomyGen.
*/
long getTaxonomyGen();
/**
* int64 stateGen = 3;
* @return The stateGen.
*/
long getStateGen();
}