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

com.yelp.nrtsearch.server.grpc.AddDocumentResponseOrBuilder 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 AddDocumentResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.AddDocumentResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string genId = 1;
   * @return The genId.
   */
  java.lang.String getGenId();
  /**
   * string genId = 1;
   * @return The bytes for genId.
   */
  com.google.protobuf.ByteString
      getGenIdBytes();

  /**
   * 
   * Unique identifier for the primary instance that processed the request
   * 
* * string primaryId = 2; * @return The primaryId. */ java.lang.String getPrimaryId(); /** *
   * Unique identifier for the primary instance that processed the request
   * 
* * string primaryId = 2; * @return The bytes for primaryId. */ com.google.protobuf.ByteString getPrimaryIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy