com.dimajix.flowman.kernel.proto.history.JobHistoryDetailsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: history.proto
package com.dimajix.flowman.kernel.proto.history;
public interface JobHistoryDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.history.JobHistoryDetails)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.dimajix.shaded.protobuf.ByteString
getIdBytes();
/**
* string namespace = 2;
* @return The namespace.
*/
java.lang.String getNamespace();
/**
* string namespace = 2;
* @return The bytes for namespace.
*/
com.dimajix.shaded.protobuf.ByteString
getNamespaceBytes();
/**
* string project = 3;
* @return The project.
*/
java.lang.String getProject();
/**
* string project = 3;
* @return The bytes for project.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectBytes();
/**
* string version = 4;
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 4;
* @return The bytes for version.
*/
com.dimajix.shaded.protobuf.ByteString
getVersionBytes();
/**
* string job = 5;
* @return The job.
*/
java.lang.String getJob();
/**
* string job = 5;
* @return The bytes for job.
*/
com.dimajix.shaded.protobuf.ByteString
getJobBytes();
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 6;
* @return The enum numeric value on the wire for phase.
*/
int getPhaseValue();
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 6;
* @return The phase.
*/
com.dimajix.flowman.kernel.proto.ExecutionPhase getPhase();
/**
* .com.dimajix.flowman.kernel.ExecutionStatus status = 7;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .com.dimajix.flowman.kernel.ExecutionStatus status = 7;
* @return The status.
*/
com.dimajix.flowman.kernel.proto.ExecutionStatus getStatus();
/**
* map<string, string> arguments = 8;
*/
int getArgumentsCount();
/**
* map<string, string> arguments = 8;
*/
boolean containsArguments(
java.lang.String key);
/**
* Use {@link #getArgumentsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getArguments();
/**
* map<string, string> arguments = 8;
*/
java.util.Map
getArgumentsMap();
/**
* map<string, string> arguments = 8;
*/
/* nullable */
java.lang.String getArgumentsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> arguments = 8;
*/
java.lang.String getArgumentsOrThrow(
java.lang.String key);
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 9;
* @return Whether the startDateTime field is set.
*/
boolean hasStartDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 9;
* @return The startDateTime.
*/
com.dimajix.flowman.kernel.proto.Timestamp getStartDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 9;
*/
com.dimajix.flowman.kernel.proto.TimestampOrBuilder getStartDateTimeOrBuilder();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 10;
* @return Whether the endDateTime field is set.
*/
boolean hasEndDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 10;
* @return The endDateTime.
*/
com.dimajix.flowman.kernel.proto.Timestamp getEndDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 10;
*/
com.dimajix.flowman.kernel.proto.TimestampOrBuilder getEndDateTimeOrBuilder();
/**
* optional string error = 11;
* @return Whether the error field is set.
*/
boolean hasError();
/**
* optional string error = 11;
* @return The error.
*/
java.lang.String getError();
/**
* optional string error = 11;
* @return The bytes for error.
*/
com.dimajix.shaded.protobuf.ByteString
getErrorBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy