
alluxio.grpc.GetJobMasterIdPResponseOrBuilder 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 GetJobMasterIdPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.GetJobMasterIdPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional int64 masterId = 1;
* @return Whether the masterId field is set.
*/
boolean hasMasterId();
/**
* optional int64 masterId = 1;
* @return The masterId.
*/
long getMasterId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy