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

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

  /**
   * 
   ** the path of the file 
   * 
* * optional string path = 1; * @return Whether the path field is set. */ boolean hasPath(); /** *
   ** the path of the file 
   * 
* * optional string path = 1; * @return The path. */ java.lang.String getPath(); /** *
   ** the path of the file 
   * 
* * optional string path = 1; * @return The bytes for path. */ alluxio.shaded.client.com.google.protobuf.ByteString getPathBytes(); /** * optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; * @return The options. */ alluxio.grpc.GetNewBlockIdForFilePOptions getOptions(); /** * optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; */ alluxio.grpc.GetNewBlockIdForFilePOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy