com.yelp.nrtsearch.server.grpc.DeleteAllDocumentsResponseOrBuilder 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 DeleteAllDocumentsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.DeleteAllDocumentsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Returns the index generation (indexGen) that reflects the deletion.
*
*
* string genId = 1;
* @return The genId.
*/
java.lang.String getGenId();
/**
*
*Returns the index generation (indexGen) that reflects the deletion.
*
*
* string genId = 1;
* @return The bytes for genId.
*/
com.google.protobuf.ByteString
getGenIdBytes();
}