
alluxio.grpc.GetAllWorkerHealthPRequestOrBuilder 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 GetAllWorkerHealthPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.GetAllWorkerHealthPRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.job.GetAllWorkerHealthPOptions options = 1;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.job.GetAllWorkerHealthPOptions options = 1;
* @return The options.
*/
alluxio.grpc.GetAllWorkerHealthPOptions getOptions();
/**
* optional .alluxio.grpc.job.GetAllWorkerHealthPOptions options = 1;
*/
alluxio.grpc.GetAllWorkerHealthPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy