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

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

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

  /**
   * optional bool persist = 2;
   * @return Whether the persist field is set.
   */
  boolean hasPersist();
  /**
   * optional bool persist = 2;
   * @return The persist.
   */
  boolean getPersist();

  /**
   * optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
   * @return Whether the s3SyntaxOptions field is set.
   */
  boolean hasS3SyntaxOptions();
  /**
   * optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
   * @return The s3SyntaxOptions.
   */
  alluxio.grpc.S3SyntaxOptions getS3SyntaxOptions();
  /**
   * optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
   */
  alluxio.grpc.S3SyntaxOptionsOrBuilder getS3SyntaxOptionsOrBuilder();

  /**
   * optional bool overwrite = 4;
   * @return Whether the overwrite field is set.
   */
  boolean hasOverwrite();
  /**
   * optional bool overwrite = 4;
   * @return The overwrite.
   */
  boolean getOverwrite();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy