com.yelp.nrtsearch.server.grpc.BuildSuggestResponseOrBuilder 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/suggest.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface BuildSuggestResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.BuildSuggestResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*size in bytes in RAM if using AnalyzingSuggester
*
*
* int64 sizeInBytes = 1;
* @return The sizeInBytes.
*/
long getSizeInBytes();
/**
*
*total number of suggester entries
*
*
* int64 count = 2;
* @return The count.
*/
long getCount();
}