All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yelp.nrtsearch.server.grpc.PluginRescorerOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy