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

alluxio.grpc.SubmitRequestOrBuilder 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 SubmitRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.job.SubmitRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy