
alluxio.grpc.CancelPRequestOrBuilder 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 CancelPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.CancelPRequest)
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.CancelPOptions options = 2;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.job.CancelPOptions options = 2;
* @return The options.
*/
alluxio.grpc.CancelPOptions getOptions();
/**
* optional .alluxio.grpc.job.CancelPOptions options = 2;
*/
alluxio.grpc.CancelPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy