com.yelp.nrtsearch.server.grpc.CustomResponseOrBuilder 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/luceneserver.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface CustomResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.CustomResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Custom response sent by the plugin
*
*
* map<string, string> response = 1;
*/
int getResponseCount();
/**
*
* Custom response sent by the plugin
*
*
* map<string, string> response = 1;
*/
boolean containsResponse(
java.lang.String key);
/**
* Use {@link #getResponseMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getResponse();
/**
*
* Custom response sent by the plugin
*
*
* map<string, string> response = 1;
*/
java.util.Map
getResponseMap();
/**
*
* Custom response sent by the plugin
*
*
* map<string, string> response = 1;
*/
/* nullable */
java.lang.String getResponseOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
* Custom response sent by the plugin
*
*
* map<string, string> response = 1;
*/
java.lang.String getResponseOrThrow(
java.lang.String key);
}