com.yelp.nrtsearch.server.grpc.TotalHitsOrBuilder 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/search.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface TotalHitsOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.TotalHits)
com.google.protobuf.MessageOrBuilder {
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The enum numeric value on the wire for relation.
*/
int getRelationValue();
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The relation.
*/
com.yelp.nrtsearch.server.grpc.TotalHits.Relation getRelation();
/**
*
** The value of the total hit count. Must be interpreted in the context of * {#relation}.
*
*
* int64 value = 2;
* @return The value.
*/
long getValue();
}