com.yelp.nrtsearch.server.grpc.PluginRescorerOrBuilder 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 PluginRescorerOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.PluginRescorer)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* arguments passed to the plugin
*
*
* .google.protobuf.Struct params = 2;
* @return Whether the params field is set.
*/
boolean hasParams();
/**
*
* arguments passed to the plugin
*
*
* .google.protobuf.Struct params = 2;
* @return The params.
*/
com.google.protobuf.Struct getParams();
/**
*
* arguments passed to the plugin
*
*
* .google.protobuf.Struct params = 2;
*/
com.google.protobuf.StructOrBuilder getParamsOrBuilder();
}