com.yelp.nrtsearch.server.grpc.StateResponseOrBuilder 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 StateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.StateResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*json string of the current index state
*
*
* string response = 1;
* @return The response.
*/
java.lang.String getResponse();
/**
*
*json string of the current index state
*
*
* string response = 1;
* @return The bytes for response.
*/
com.google.protobuf.ByteString
getResponseBytes();
}