
alluxio.grpc.RunPResponseOrBuilder 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 RunPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.RunPResponse)
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy