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

cz.proto.TaskProgressOrBuilder 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 TaskProgressOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TaskProgress)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string task_id = 1;
   * @return The taskId.
   */
  java.lang.String getTaskId();
  /**
   * string task_id = 1;
   * @return The bytes for taskId.
   */
  com.google.protobuf.ByteString
      getTaskIdBytes();

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

  /**
   * uint64 schedule_time = 3;
   * @return The scheduleTime.
   */
  long getScheduleTime();

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

  /**
   * repeated .cz.proto.TaskAttemptProgress attempts = 5;
   */
  java.util.List 
      getAttemptsList();
  /**
   * repeated .cz.proto.TaskAttemptProgress attempts = 5;
   */
  cz.proto.TaskAttemptProgress getAttempts(int index);
  /**
   * repeated .cz.proto.TaskAttemptProgress attempts = 5;
   */
  int getAttemptsCount();
  /**
   * repeated .cz.proto.TaskAttemptProgress attempts = 5;
   */
  java.util.List 
      getAttemptsOrBuilderList();
  /**
   * repeated .cz.proto.TaskAttemptProgress attempts = 5;
   */
  cz.proto.TaskAttemptProgressOrBuilder getAttemptsOrBuilder(
      int index);

  /**
   * .cz.proto.DetailState.State state = 6;
   * @return The enum numeric value on the wire for state.
   */
  int getStateValue();
  /**
   * .cz.proto.DetailState.State state = 6;
   * @return The state.
   */
  cz.proto.DetailState.State getState();

  /**
   * uint64 finish_time = 7;
   * @return The finishTime.
   */
  long getFinishTime();

  /**
   * uint32 attempt_count = 8;
   * @return The attemptCount.
   */
  int getAttemptCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy