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

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

  /**
   * optional bool recursive = 1;
   * @return Whether the recursive field is set.
   */
  boolean hasRecursive();
  /**
   * optional bool recursive = 1;
   * @return The recursive.
   */
  boolean getRecursive();

  /**
   * optional bool alluxioOnly = 2;
   * @return Whether the alluxioOnly field is set.
   */
  boolean hasAlluxioOnly();
  /**
   * optional bool alluxioOnly = 2;
   * @return The alluxioOnly.
   */
  boolean getAlluxioOnly();

  /**
   * optional bool unchecked = 3;
   * @return Whether the unchecked field is set.
   */
  boolean hasUnchecked();
  /**
   * optional bool unchecked = 3;
   * @return The unchecked.
   */
  boolean getUnchecked();

  /**
   * optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 4;
   * @return Whether the alluxio.shaded.client.com.onOptions field is set.
   */
  boolean hasCommonOptions();
  /**
   * optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 4;
   * @return The alluxio.shaded.client.com.onOptions.
   */
  alluxio.grpc.FileSystemMasterCommonPOptions getCommonOptions();
  /**
   * optional .alluxio.grpc.file.FileSystemMasterCommonPOptions alluxio.shaded.client.com.onOptions = 4;
   */
  alluxio.grpc.FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder();

  /**
   * optional bool syncParentNextTime = 5;
   * @return Whether the syncParentNextTime field is set.
   */
  boolean hasSyncParentNextTime();
  /**
   * optional bool syncParentNextTime = 5;
   * @return The syncParentNextTime.
   */
  boolean getSyncParentNextTime();

  /**
   * optional bool deleteMountPoint = 6;
   * @return Whether the deleteMountPoint field is set.
   */
  boolean hasDeleteMountPoint();
  /**
   * optional bool deleteMountPoint = 6;
   * @return The deleteMountPoint.
   */
  boolean getDeleteMountPoint();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy