
alluxio.grpc.JobProgressOrBuilder 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 JobProgressOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.JobProgress)
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 int64 fileCount = 2;
* @return Whether the fileCount field is set.
*/
boolean hasFileCount();
/**
* optional int64 fileCount = 2;
* @return The fileCount.
*/
long getFileCount();
/**
* optional int64 fileSize = 3;
* @return Whether the fileSize field is set.
*/
boolean hasFileSize();
/**
* optional int64 fileSize = 3;
* @return The fileSize.
*/
long getFileSize();
/**
* optional int64 lastUpdateMs = 4;
* @return Whether the lastUpdateMs field is set.
*/
boolean hasLastUpdateMs();
/**
* optional int64 lastUpdateMs = 4;
* @return The lastUpdateMs.
*/
long getLastUpdateMs();
/**
* optional string errorMsg = 5;
* @return Whether the errorMsg field is set.
*/
boolean hasErrorMsg();
/**
* optional string errorMsg = 5;
* @return The errorMsg.
*/
java.lang.String getErrorMsg();
/**
* optional string errorMsg = 5;
* @return The bytes for errorMsg.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getErrorMsgBytes();
/**
* optional string errorType = 6;
* @return Whether the errorType field is set.
*/
boolean hasErrorType();
/**
* optional string errorType = 6;
* @return The errorType.
*/
java.lang.String getErrorType();
/**
* optional string errorType = 6;
* @return The bytes for errorType.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getErrorTypeBytes();
/**
* optional .alluxio.grpc.job.Status status = 7;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* optional .alluxio.grpc.job.Status status = 7;
* @return The status.
*/
alluxio.grpc.Status getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy