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

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

  /**
   * 
   *raw contents of file
   * 
* * bytes content = 1; * @return The content. */ com.google.protobuf.ByteString getContent(); /** *
   * sequence number for this chunk, only used for acked file copy
   * 
* * int32 seqNum = 2; * @return The seqNum. */ int getSeqNum(); /** *
   * if this chunk should be acked, only used for acked file copy
   * 
* * bool ack = 3; * @return The ack. */ boolean getAck(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy