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

cz.proto.JobHistoryOrBuilder 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_meta.proto

package cz.proto;

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

  /**
   * string coordinator_host = 1;
   * @return The coordinatorHost.
   */
  java.lang.String getCoordinatorHost();
  /**
   * string coordinator_host = 1;
   * @return The bytes for coordinatorHost.
   */
  com.google.protobuf.ByteString
      getCoordinatorHostBytes();

  /**
   * uint64 coordinator_version = 2;
   * @return The coordinatorVersion.
   */
  long getCoordinatorVersion();

  /**
   * uint64 start_time_ms = 3;
   * @return The startTimeMs.
   */
  long getStartTimeMs();

  /**
   * string release_version = 4;
   * @return The releaseVersion.
   */
  java.lang.String getReleaseVersion();
  /**
   * string release_version = 4;
   * @return The bytes for releaseVersion.
   */
  com.google.protobuf.ByteString
      getReleaseVersionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy