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