com.yelp.nrtsearch.server.grpc.CommitResponseOrBuilder 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
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 CommitResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.CommitResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* sequence number of the last operation in the commit. All sequence numbers less than this value
*will be reflected in the commit, and all others will not.
*
*
* int64 gen = 1;
* @return The gen.
*/
long getGen();
/**
*
* Unique identifier for the primary instance that processed the request
*
*
* string primaryId = 2;
* @return The primaryId.
*/
java.lang.String getPrimaryId();
/**
*
* Unique identifier for the primary instance that processed the request
*
*
* string primaryId = 2;
* @return The bytes for primaryId.
*/
com.google.protobuf.ByteString
getPrimaryIdBytes();
}