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

com.dimajix.flowman.kernel.proto.history.GetJobMetricsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.0-synapse3.3-spark3.3-hadoop3.3
Show 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.google.protobuf.ByteString
      getJobIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy