All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alluxio.grpc.RunPRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 313
Show newest version
// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/job_master.proto

package alluxio.grpc;

public interface RunPRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.job.RunPRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional bytes jobConfig = 1;
   * @return Whether the jobConfig field is set.
   */
  boolean hasJobConfig();
  /**
   * optional bytes jobConfig = 1;
   * @return The jobConfig.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString getJobConfig();

  /**
   * optional .alluxio.grpc.job.RunPOptions options = 2;
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * optional .alluxio.grpc.job.RunPOptions options = 2;
   * @return The options.
   */
  alluxio.grpc.RunPOptions getOptions();
  /**
   * optional .alluxio.grpc.job.RunPOptions options = 2;
   */
  alluxio.grpc.RunPOptionsOrBuilder getOptionsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy