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

alluxio.grpc.GetUsedBytesPResponseOrBuilder 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 GetUsedBytesPResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.GetUsedBytesPResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 bytes = 1;
   * @return Whether the bytes field is set.
   */
  boolean hasBytes();
  /**
   * optional int64 bytes = 1;
   * @return The bytes.
   */
  long getBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy