com.yelp.nrtsearch.server.grpc.RawFileChunkOrBuilder 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 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();
}