All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alluxio.grpc.CheckAccessPRequestOrBuilder 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 CheckAccessPRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.file.CheckAccessPRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional string path = 1;
   * @return Whether the path field is set.
   */
  boolean hasPath();
  /**
   * optional string path = 1;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * optional string path = 1;
   * @return The bytes for path.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getPathBytes();

  /**
   * optional .alluxio.grpc.file.CheckAccessPOptions options = 2;
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * optional .alluxio.grpc.file.CheckAccessPOptions options = 2;
   * @return The options.
   */
  alluxio.grpc.CheckAccessPOptions getOptions();
  /**
   * optional .alluxio.grpc.file.CheckAccessPOptions options = 2;
   */
  alluxio.grpc.CheckAccessPOptionsOrBuilder getOptionsOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy