
alluxio.grpc.GetMountTablePRequestOrBuilder 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 GetMountTablePRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.GetMountTablePRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional bool checkUfs = 1;
* @return Whether the checkUfs field is set.
*/
boolean hasCheckUfs();
/**
* optional bool checkUfs = 1;
* @return The checkUfs.
*/
boolean getCheckUfs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy