com.yelp.nrtsearch.server.grpc.IndexGlobalStateOrBuilder 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 IndexGlobalStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.IndexGlobalState)
com.google.protobuf.MessageOrBuilder {
/**
*
* Unique identifier for index (yyyyMMddHHmmssSSS formatted date-time string)
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* Unique identifier for index (yyyyMMddHHmmssSSS formatted date-time string)
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* If index should be started
*
*
* bool started = 2;
* @return The started.
*/
boolean getStarted();
}