
alluxio.grpc.UpdateUfsModePRequestOrBuilder 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 UpdateUfsModePRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.UpdateUfsModePRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
*
** the ufs path
*
*
* optional string ufsPath = 1;
* @return Whether the ufsPath field is set.
*/
boolean hasUfsPath();
/**
*
** the ufs path
*
*
* optional string ufsPath = 1;
* @return The ufsPath.
*/
java.lang.String getUfsPath();
/**
*
** the ufs path
*
*
* optional string ufsPath = 1;
* @return The bytes for ufsPath.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getUfsPathBytes();
/**
* optional .alluxio.grpc.file.UpdateUfsModePOptions options = 2;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.file.UpdateUfsModePOptions options = 2;
* @return The options.
*/
alluxio.grpc.UpdateUfsModePOptions getOptions();
/**
* optional .alluxio.grpc.file.UpdateUfsModePOptions options = 2;
*/
alluxio.grpc.UpdateUfsModePOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy