com.yelp.nrtsearch.server.grpc.TaxonomyOrBuilder 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 TaxonomyOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.Taxonomy)
com.google.protobuf.MessageOrBuilder {
/**
*
*number of docs in this taxonomy reader
*
*
* int32 numOrds = 1;
* @return The numOrds.
*/
int getNumOrds();
/**
*
*string representation of segments
*
*
* string segments = 2;
* @return The segments.
*/
java.lang.String getSegments();
/**
*
*string representation of segments
*
*
* string segments = 2;
* @return The bytes for segments.
*/
com.google.protobuf.ByteString
getSegmentsBytes();
}