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

alluxio.grpc.ReadResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/block_worker.proto

package alluxio.grpc;

public interface ReadResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.ReadResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.block.Chunk chunk = 1;
   * @return Whether the chunk field is set.
   */
  boolean hasChunk();
  /**
   * optional .alluxio.grpc.block.Chunk chunk = 1;
   * @return The chunk.
   */
  alluxio.grpc.Chunk getChunk();
  /**
   * optional .alluxio.grpc.block.Chunk chunk = 1;
   */
  alluxio.grpc.ChunkOrBuilder getChunkOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy