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

alluxio.grpc.GetBlockInfoPResponseOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

  /**
   * optional .alluxio.grpc.BlockInfo blockInfo = 1;
   * @return Whether the blockInfo field is set.
   */
  boolean hasBlockInfo();
  /**
   * optional .alluxio.grpc.BlockInfo blockInfo = 1;
   * @return The blockInfo.
   */
  alluxio.grpc.BlockInfo getBlockInfo();
  /**
   * optional .alluxio.grpc.BlockInfo blockInfo = 1;
   */
  alluxio.grpc.BlockInfoOrBuilder getBlockInfoOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy