
alluxio.grpc.CheckConsistencyPOptionsOrBuilder 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 CheckConsistencyPOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.CheckConsistencyPOptions)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 1;
* @return Whether the alluxio.shaded.client.com.onOptions field is set.
*/
boolean hasCommonOptions();
/**
* optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 1;
* @return The alluxio.shaded.client.com.onOptions.
*/
alluxio.grpc.FileSystemMasterCommonPOptions getCommonOptions();
/**
* optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 1;
*/
alluxio.grpc.FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy