com.yelp.nrtsearch.server.grpc.ProfileResultOrBuilder 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 ProfileResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.ProfileResult)
com.google.protobuf.MessageOrBuilder {
/**
* .luceneserver.ProfileResult.SearchStats searchStats = 1;
* @return Whether the searchStats field is set.
*/
boolean hasSearchStats();
/**
* .luceneserver.ProfileResult.SearchStats searchStats = 1;
* @return The searchStats.
*/
com.yelp.nrtsearch.server.grpc.ProfileResult.SearchStats getSearchStats();
/**
* .luceneserver.ProfileResult.SearchStats searchStats = 1;
*/
com.yelp.nrtsearch.server.grpc.ProfileResult.SearchStatsOrBuilder getSearchStatsOrBuilder();
/**
* string parsedQuery = 2;
* @return The parsedQuery.
*/
java.lang.String getParsedQuery();
/**
* string parsedQuery = 2;
* @return The bytes for parsedQuery.
*/
com.google.protobuf.ByteString
getParsedQueryBytes();
/**
* string rewrittenQuery = 3;
* @return The rewrittenQuery.
*/
java.lang.String getRewrittenQuery();
/**
* string rewrittenQuery = 3;
* @return The bytes for rewrittenQuery.
*/
com.google.protobuf.ByteString
getRewrittenQueryBytes();
/**
* string drillDownQuery = 4;
* @return The drillDownQuery.
*/
java.lang.String getDrillDownQuery();
/**
* string drillDownQuery = 4;
* @return The bytes for drillDownQuery.
*/
com.google.protobuf.ByteString
getDrillDownQueryBytes();
}