com.dimajix.flowman.kernel.proto.history.GetJobMetricsRequestOrBuilder 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 GetJobMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.history.GetJobMetricsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string jobId = 1;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* string jobId = 1;
* @return The bytes for jobId.
*/
com.dimajix.shaded.protobuf.ByteString
getJobIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy