
alluxio.grpc.UnmountPRequestOrBuilder 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 UnmountPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.UnmountPRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
*
** the path of the alluxio mount point
*
*
* optional string alluxioPath = 1;
* @return Whether the alluxioPath field is set.
*/
boolean hasAlluxioPath();
/**
*
** the path of the alluxio mount point
*
*
* optional string alluxioPath = 1;
* @return The alluxioPath.
*/
java.lang.String getAlluxioPath();
/**
*
** the path of the alluxio mount point
*
*
* optional string alluxioPath = 1;
* @return The bytes for alluxioPath.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getAlluxioPathBytes();
/**
* optional .alluxio.grpc.file.UnmountPOptions options = 2;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.file.UnmountPOptions options = 2;
* @return The options.
*/
alluxio.grpc.UnmountPOptions getOptions();
/**
* optional .alluxio.grpc.file.UnmountPOptions options = 2;
*/
alluxio.grpc.UnmountPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy