com.yelp.nrtsearch.server.grpc.LoggingHitsOrBuilder 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 LoggingHitsOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.LoggingHits)
com.google.protobuf.MessageOrBuilder {
/**
*
* name of the hits logger to be called, as registered by a HitsLoggerPlugin
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* name of the hits logger to be called, as registered by a HitsLoggerPlugin
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
*Optional logging parameters
*
*
* .google.protobuf.Struct params = 2;
* @return Whether the params field is set.
*/
boolean hasParams();
/**
*
*Optional logging parameters
*
*
* .google.protobuf.Struct params = 2;
* @return The params.
*/
com.google.protobuf.Struct getParams();
/**
*
*Optional logging parameters
*
*
* .google.protobuf.Struct params = 2;
*/
com.google.protobuf.StructOrBuilder getParamsOrBuilder();
}