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

alluxio.grpc.GetTransferLeaderMessagePRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/journal_master.proto

package alluxio.grpc;

public interface GetTransferLeaderMessagePRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.journal.GetTransferLeaderMessagePRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * required string transferId = 1;
   * @return Whether the transferId field is set.
   */
  boolean hasTransferId();
  /**
   * required string transferId = 1;
   * @return The transferId.
   */
  java.lang.String getTransferId();
  /**
   * required string transferId = 1;
   * @return The bytes for transferId.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getTransferIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy