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

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

  /**
   * optional string ufsUri = 1;
   * @return Whether the ufsUri field is set.
   */
  boolean hasUfsUri();
  /**
   * optional string ufsUri = 1;
   * @return The ufsUri.
   */
  java.lang.String getUfsUri();
  /**
   * optional string ufsUri = 1;
   * @return The bytes for ufsUri.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getUfsUriBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy