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

alluxio.grpc.PAclOrBuilder 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/file_system_master.proto

package alluxio.grpc;

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

  /**
   * optional string owner = 1;
   * @return Whether the owner field is set.
   */
  boolean hasOwner();
  /**
   * optional string owner = 1;
   * @return The owner.
   */
  java.lang.String getOwner();
  /**
   * optional string owner = 1;
   * @return The bytes for owner.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getOwnerBytes();

  /**
   * optional string owningGroup = 2;
   * @return Whether the owningGroup field is set.
   */
  boolean hasOwningGroup();
  /**
   * optional string owningGroup = 2;
   * @return The owningGroup.
   */
  java.lang.String getOwningGroup();
  /**
   * optional string owningGroup = 2;
   * @return The bytes for owningGroup.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getOwningGroupBytes();

  /**
   * repeated .alluxio.grpc.file.PAclEntry entries = 3;
   */
  java.util.List 
      getEntriesList();
  /**
   * repeated .alluxio.grpc.file.PAclEntry entries = 3;
   */
  alluxio.grpc.PAclEntry getEntries(int index);
  /**
   * repeated .alluxio.grpc.file.PAclEntry entries = 3;
   */
  int getEntriesCount();
  /**
   * repeated .alluxio.grpc.file.PAclEntry entries = 3;
   */
  java.util.List 
      getEntriesOrBuilderList();
  /**
   * repeated .alluxio.grpc.file.PAclEntry entries = 3;
   */
  alluxio.grpc.PAclEntryOrBuilder getEntriesOrBuilder(
      int index);

  /**
   * optional int32 mode = 4;
   * @return Whether the mode field is set.
   */
  boolean hasMode();
  /**
   * optional int32 mode = 4;
   * @return The mode.
   */
  int getMode();

  /**
   * optional bool isDefault = 5;
   * @return Whether the isDefault field is set.
   */
  boolean hasIsDefault();
  /**
   * optional bool isDefault = 5;
   * @return The isDefault.
   */
  boolean getIsDefault();

  /**
   * optional bool isDefaultEmpty = 6;
   * @return Whether the isDefaultEmpty field is set.
   */
  boolean hasIsDefaultEmpty();
  /**
   * optional bool isDefaultEmpty = 6;
   * @return The isDefaultEmpty.
   */
  boolean getIsDefaultEmpty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy