cz.proto.JobProgressOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// 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