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

alluxio.grpc.PModeOrBuilder Maven / Gradle / Ivy

There is a newer version: 313
Show newest version
// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/alluxio.shaded.client.com.on.proto

package alluxio.grpc;

public interface PModeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.PMode)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * required .alluxio.grpc.Bits ownerBits = 1;
   * @return Whether the ownerBits field is set.
   */
  boolean hasOwnerBits();
  /**
   * required .alluxio.grpc.Bits ownerBits = 1;
   * @return The ownerBits.
   */
  alluxio.grpc.Bits getOwnerBits();

  /**
   * required .alluxio.grpc.Bits groupBits = 2;
   * @return Whether the groupBits field is set.
   */
  boolean hasGroupBits();
  /**
   * required .alluxio.grpc.Bits groupBits = 2;
   * @return The groupBits.
   */
  alluxio.grpc.Bits getGroupBits();

  /**
   * required .alluxio.grpc.Bits otherBits = 3;
   * @return Whether the otherBits field is set.
   */
  boolean hasOtherBits();
  /**
   * required .alluxio.grpc.Bits otherBits = 3;
   * @return The otherBits.
   */
  alluxio.grpc.Bits getOtherBits();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy