com.dimajix.flowman.kernel.proto.history.TargetHistoryDetailsOrBuilder 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 TargetHistoryDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.history.TargetHistoryDetails)
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();
/**
* optional string jobId = 2;
* @return Whether the jobId field is set.
*/
boolean hasJobId();
/**
* optional string jobId = 2;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* optional string jobId = 2;
* @return The bytes for jobId.
*/
com.dimajix.shaded.protobuf.ByteString
getJobIdBytes();
/**
* string namespace = 3;
* @return The namespace.
*/
java.lang.String getNamespace();
/**
* string namespace = 3;
* @return The bytes for namespace.
*/
com.dimajix.shaded.protobuf.ByteString
getNamespaceBytes();
/**
* string project = 4;
* @return The project.
*/
java.lang.String getProject();
/**
* string project = 4;
* @return The bytes for project.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectBytes();
/**
* string version = 5;
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 5;
* @return The bytes for version.
*/
com.dimajix.shaded.protobuf.ByteString
getVersionBytes();
/**
* string target = 6;
* @return The target.
*/
java.lang.String getTarget();
/**
* string target = 6;
* @return The bytes for target.
*/
com.dimajix.shaded.protobuf.ByteString
getTargetBytes();
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 7;
* @return The enum numeric value on the wire for phase.
*/
int getPhaseValue();
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 7;
* @return The phase.
*/
com.dimajix.flowman.kernel.proto.ExecutionPhase getPhase();
/**
* .com.dimajix.flowman.kernel.ExecutionStatus status = 8;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .com.dimajix.flowman.kernel.ExecutionStatus status = 8;
* @return The status.
*/
com.dimajix.flowman.kernel.proto.ExecutionStatus getStatus();
/**
* map<string, string> partitions = 9;
*/
int getPartitionsCount();
/**
* map<string, string> partitions = 9;
*/
boolean containsPartitions(
java.lang.String key);
/**
* Use {@link #getPartitionsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getPartitions();
/**
* map<string, string> partitions = 9;
*/
java.util.Map
getPartitionsMap();
/**
* map<string, string> partitions = 9;
*/
/* nullable */
java.lang.String getPartitionsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> partitions = 9;
*/
java.lang.String getPartitionsOrThrow(
java.lang.String key);
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 10;
* @return Whether the startDateTime field is set.
*/
boolean hasStartDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 10;
* @return The startDateTime.
*/
com.dimajix.flowman.kernel.proto.Timestamp getStartDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp startDateTime = 10;
*/
com.dimajix.flowman.kernel.proto.TimestampOrBuilder getStartDateTimeOrBuilder();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 11;
* @return Whether the endDateTime field is set.
*/
boolean hasEndDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 11;
* @return The endDateTime.
*/
com.dimajix.flowman.kernel.proto.Timestamp getEndDateTime();
/**
* optional .com.dimajix.flowman.kernel.Timestamp endDateTime = 11;
*/
com.dimajix.flowman.kernel.proto.TimestampOrBuilder getEndDateTimeOrBuilder();
/**
* optional string error = 12;
* @return Whether the error field is set.
*/
boolean hasError();
/**
* optional string error = 12;
* @return The error.
*/
java.lang.String getError();
/**
* optional string error = 12;
* @return The bytes for error.
*/
com.dimajix.shaded.protobuf.ByteString
getErrorBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy