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

alluxio.grpc.JobStatusBlockOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface JobStatusBlockOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.job.JobStatusBlock)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 jobId = 1;
   * @return Whether the jobId field is set.
   */
  boolean hasJobId();
  /**
   * optional int64 jobId = 1;
   * @return The jobId.
   */
  long getJobId();

  /**
   * optional .alluxio.grpc.job.Status jobStatus = 2;
   * @return Whether the jobStatus field is set.
   */
  boolean hasJobStatus();
  /**
   * optional .alluxio.grpc.job.Status jobStatus = 2;
   * @return The jobStatus.
   */
  alluxio.grpc.Status getJobStatus();

  /**
   * optional string filePath = 3;
   * @return Whether the filePath field is set.
   */
  boolean hasFilePath();
  /**
   * optional string filePath = 3;
   * @return The filePath.
   */
  java.lang.String getFilePath();
  /**
   * optional string filePath = 3;
   * @return The bytes for filePath.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getFilePathBytes();

  /**
   * optional string filePathFailed = 4;
   * @return Whether the filePathFailed field is set.
   */
  boolean hasFilePathFailed();
  /**
   * optional string filePathFailed = 4;
   * @return The filePathFailed.
   */
  java.lang.String getFilePathFailed();
  /**
   * optional string filePathFailed = 4;
   * @return The bytes for filePathFailed.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getFilePathFailedBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy