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

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

  /**
   * map<string, .cz.proto.StageProgress> stage_progress = 1;
   */
  int getStageProgressCount();
  /**
   * map<string, .cz.proto.StageProgress> stage_progress = 1;
   */
  boolean containsStageProgress(
      java.lang.String key);
  /**
   * Use {@link #getStageProgressMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getStageProgress();
  /**
   * map<string, .cz.proto.StageProgress> stage_progress = 1;
   */
  java.util.Map
  getStageProgressMap();
  /**
   * map<string, .cz.proto.StageProgress> stage_progress = 1;
   */

  cz.proto.StageProgress getStageProgressOrDefault(
      java.lang.String key,
      cz.proto.StageProgress defaultValue);
  /**
   * map<string, .cz.proto.StageProgress> stage_progress = 1;
   */

  cz.proto.StageProgress getStageProgressOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy