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

alluxio.grpc.GetFilePathPRequestOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface GetFilePathPRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.file.GetFilePathPRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 fileId = 1;
   * @return Whether the fileId field is set.
   */
  boolean hasFileId();
  /**
   * optional int64 fileId = 1;
   * @return The fileId.
   */
  long getFileId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy