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

cz.proto.RuntimePipelineStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job.proto

package cz.proto;

public interface RuntimePipelineStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.RuntimePipelineStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * uint64 dop = 2;
   * @return The dop.
   */
  long getDop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy