com.yelp.nrtsearch.server.grpc.NodeInfoResponseOrBuilder 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
The newest version!
// 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 NodeInfoResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.NodeInfoResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* node name
*
*
* string node_name = 1;
* @return The nodeName.
*/
java.lang.String getNodeName();
/**
*
* node name
*
*
* string node_name = 1;
* @return The bytes for nodeName.
*/
com.google.protobuf.ByteString
getNodeNameBytes();
/**
*
* service name
*
*
* string service_name = 2;
* @return The serviceName.
*/
java.lang.String getServiceName();
/**
*
* service name
*
*
* string service_name = 2;
* @return The bytes for serviceName.
*/
com.google.protobuf.ByteString
getServiceNameBytes();
/**
*
* host name
*
*
* string host_name = 3;
* @return The hostName.
*/
java.lang.String getHostName();
/**
*
* host name
*
*
* string host_name = 3;
* @return The bytes for hostName.
*/
com.google.protobuf.ByteString
getHostNameBytes();
/**
*
* nrtsearch version
*
*
* string version = 4;
* @return The version.
*/
java.lang.String getVersion();
/**
*
* nrtsearch version
*
*
* string version = 4;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
*
* node ephemeral id
*
*
* string ephemeral_id = 5;
* @return The ephemeralId.
*/
java.lang.String getEphemeralId();
/**
*
* node ephemeral id
*
*
* string ephemeral_id = 5;
* @return The bytes for ephemeralId.
*/
com.google.protobuf.ByteString
getEphemeralIdBytes();
}