com.yelp.nrtsearch.server.grpc.HealthCheckResponseOrBuilder 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 HealthCheckResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.HealthCheckResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*enum response of healthcheck;
*
*
* .luceneserver.TransferStatusCode health = 1;
* @return The enum numeric value on the wire for health.
*/
int getHealthValue();
/**
*
*enum response of healthcheck;
*
*
* .luceneserver.TransferStatusCode health = 1;
* @return The health.
*/
com.yelp.nrtsearch.server.grpc.TransferStatusCode getHealth();
}