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

cz.proto.TaskSummaryOrBuilder 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.proto

package cz.proto;

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

  /**
   * uint64 task_id = 1;
   * @return The taskId.
   */
  long getTaskId();

  /**
   * uint64 backup_id = 2;
   * @return The backupId.
   */
  long getBackupId();

  /**
   * uint64 retry_id = 3;
   * @return The retryId.
   */
  long getRetryId();

  /**
   * int64 start_time = 4;
   * @return The startTime.
   */
  long getStartTime();

  /**
   * int64 end_time = 5;
   * @return The endTime.
   */
  long getEndTime();

  /**
   * int64 pending_time = 6;
   * @return The pendingTime.
   */
  long getPendingTime();

  /**
   * int64 running_time = 7;
   * @return The runningTime.
   */
  long getRunningTime();

  /**
   * string executor = 8;
   * @return The executor.
   */
  java.lang.String getExecutor();
  /**
   * string executor = 8;
   * @return The bytes for executor.
   */
  com.google.protobuf.ByteString
      getExecutorBytes();

  /**
   * string diagnostic = 9;
   * @return The diagnostic.
   */
  java.lang.String getDiagnostic();
  /**
   * string diagnostic = 9;
   * @return The bytes for diagnostic.
   */
  com.google.protobuf.ByteString
      getDiagnosticBytes();

  /**
   * .cz.proto.InputOutputStats input_output_stats = 10;
   * @return Whether the inputOutputStats field is set.
   */
  boolean hasInputOutputStats();
  /**
   * .cz.proto.InputOutputStats input_output_stats = 10;
   * @return The inputOutputStats.
   */
  cz.proto.InputOutputStats getInputOutputStats();
  /**
   * .cz.proto.InputOutputStats input_output_stats = 10;
   */
  cz.proto.InputOutputStatsOrBuilder getInputOutputStatsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy