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

cz.proto.JobMetaOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job_meta.proto

package cz.proto;

public interface JobMetaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.JobMeta)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string job_name = 2;
   * @return The jobName.
   */
  java.lang.String getJobName();
  /**
   * string job_name = 2;
   * @return The bytes for jobName.
   */
  com.google.protobuf.ByteString
      getJobNameBytes();

  /**
   * int64 virtual_cluster = 3;
   * @return The virtualCluster.
   */
  long getVirtualCluster();

  /**
   * .cz.proto.JobStatus status = 4;
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .cz.proto.JobStatus status = 4;
   * @return The status.
   */
  cz.proto.JobStatus getStatus();

  /**
   * .cz.proto.JobType type = 5;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .cz.proto.JobType type = 5;
   * @return The type.
   */
  cz.proto.JobType getType();

  /**
   * uint64 start_time = 6;
   * @return The startTime.
   */
  long getStartTime();

  /**
   * uint64 end_time = 7;
   * @return The endTime.
   */
  long getEndTime();

  /**
   * uint32 priority = 9;
   * @return The priority.
   */
  int getPriority();

  /**
   * string signature = 10;
   * @return The signature.
   */
  java.lang.String getSignature();
  /**
   * string signature = 10;
   * @return The bytes for signature.
   */
  com.google.protobuf.ByteString
      getSignatureBytes();

  /**
   * .cz.proto.JobCost cost = 11;
   * @return Whether the cost field is set.
   */
  boolean hasCost();
  /**
   * .cz.proto.JobCost cost = 11;
   * @return The cost.
   */
  cz.proto.JobCost getCost();
  /**
   * .cz.proto.JobCost cost = 11;
   */
  cz.proto.JobCostOrBuilder getCostOrBuilder();

  /**
   * .cz.proto.JobMeta.HistoryList histories = 12;
   * @return Whether the histories field is set.
   */
  boolean hasHistories();
  /**
   * .cz.proto.JobMeta.HistoryList histories = 12;
   * @return The histories.
   */
  cz.proto.JobMeta.HistoryList getHistories();
  /**
   * .cz.proto.JobMeta.HistoryList histories = 12;
   */
  cz.proto.JobMeta.HistoryListOrBuilder getHistoriesOrBuilder();

  /**
   * string result = 13;
   * @return The result.
   */
  java.lang.String getResult();
  /**
   * string result = 13;
   * @return The bytes for result.
   */
  com.google.protobuf.ByteString
      getResultBytes();

  /**
   * .cz.proto.JobSummaryLocation job_summary = 14;
   * @return Whether the jobSummary field is set.
   */
  boolean hasJobSummary();
  /**
   * .cz.proto.JobSummaryLocation job_summary = 14;
   * @return The jobSummary.
   */
  cz.proto.JobSummaryLocation getJobSummary();
  /**
   * .cz.proto.JobSummaryLocation job_summary = 14;
   */
  cz.proto.JobSummaryLocationOrBuilder getJobSummaryOrBuilder();

  /**
   * .cz.proto.JobMeta.TableList input_tables = 15;
   * @return Whether the inputTables field is set.
   */
  boolean hasInputTables();
  /**
   * .cz.proto.JobMeta.TableList input_tables = 15;
   * @return The inputTables.
   */
  cz.proto.JobMeta.TableList getInputTables();
  /**
   * .cz.proto.JobMeta.TableList input_tables = 15;
   */
  cz.proto.JobMeta.TableListOrBuilder getInputTablesOrBuilder();

  /**
   * .cz.proto.JobMeta.TableList output_tables = 16;
   * @return Whether the outputTables field is set.
   */
  boolean hasOutputTables();
  /**
   * .cz.proto.JobMeta.TableList output_tables = 16;
   * @return The outputTables.
   */
  cz.proto.JobMeta.TableList getOutputTables();
  /**
   * .cz.proto.JobMeta.TableList output_tables = 16;
   */
  cz.proto.JobMeta.TableListOrBuilder getOutputTablesOrBuilder();

  /**
   * .cz.proto.JobMeta.Content content = 17;
   * @return Whether the content field is set.
   */
  boolean hasContent();
  /**
   * .cz.proto.JobMeta.Content content = 17;
   * @return The content.
   */
  cz.proto.JobMeta.Content getContent();
  /**
   * .cz.proto.JobMeta.Content content = 17;
   */
  cz.proto.JobMeta.ContentOrBuilder getContentOrBuilder();

  /**
   * string error_code = 18;
   * @return The errorCode.
   */
  java.lang.String getErrorCode();
  /**
   * string error_code = 18;
   * @return The bytes for errorCode.
   */
  com.google.protobuf.ByteString
      getErrorCodeBytes();

  /**
   * string error_message = 19;
   * @return The errorMessage.
   */
  java.lang.String getErrorMessage();
  /**
   * string error_message = 19;
   * @return The bytes for errorMessage.
   */
  com.google.protobuf.ByteString
      getErrorMessageBytes();

  /**
   * .cz.proto.JobProfiling profiling = 20;
   * @return Whether the profiling field is set.
   */
  boolean hasProfiling();
  /**
   * .cz.proto.JobProfiling profiling = 20;
   * @return The profiling.
   */
  cz.proto.JobProfiling getProfiling();
  /**
   * .cz.proto.JobProfiling profiling = 20;
   */
  cz.proto.JobProfilingOrBuilder getProfilingOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy