com.yelp.nrtsearch.server.grpc.CreateSnapshotRequestOrBuilder 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 CreateSnapshotRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.CreateSnapshotRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*name of the index to snapshot;
*
*
* string indexName = 1;
* @return The indexName.
*/
java.lang.String getIndexName();
/**
*
*name of the index to snapshot;
*
*
* string indexName = 1;
* @return The bytes for indexName.
*/
com.google.protobuf.ByteString
getIndexNameBytes();
/**
*
*Pass true if you intend to do searches against this snapshot, by passing searcher: {snapshot: X} to @search
*
*
* bool openSearcher = 2;
* @return The openSearcher.
*/
boolean getOpenSearcher();
}