All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yelp.nrtsearch.server.grpc.ReleaseSnapshotRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show 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 ReleaseSnapshotRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.ReleaseSnapshotRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * name of snapshotted index to be released
   * 
* * string indexName = 1; * @return The indexName. */ java.lang.String getIndexName(); /** *
   * name of snapshotted index to be released
   * 
* * string indexName = 1; * @return The bytes for indexName. */ com.google.protobuf.ByteString getIndexNameBytes(); /** *
   *The id for this snapshot; this must have been previously created via @createSnapshot.
   * 
* * .luceneserver.SnapshotId snapshotId = 2; * @return Whether the snapshotId field is set. */ boolean hasSnapshotId(); /** *
   *The id for this snapshot; this must have been previously created via @createSnapshot.
   * 
* * .luceneserver.SnapshotId snapshotId = 2; * @return The snapshotId. */ com.yelp.nrtsearch.server.grpc.SnapshotId getSnapshotId(); /** *
   *The id for this snapshot; this must have been previously created via @createSnapshot.
   * 
* * .luceneserver.SnapshotId snapshotId = 2; */ com.yelp.nrtsearch.server.grpc.SnapshotIdOrBuilder getSnapshotIdOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy