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

cz.proto.JobSummaryLocationOrBuilder 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 JobSummaryLocationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.JobSummaryLocation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string summary_location = 1;
   * @return The summaryLocation.
   */
  java.lang.String getSummaryLocation();
  /**
   * string summary_location = 1;
   * @return The bytes for summaryLocation.
   */
  com.google.protobuf.ByteString
      getSummaryLocationBytes();

  /**
   * string plan_location = 2;
   * @return The planLocation.
   */
  java.lang.String getPlanLocation();
  /**
   * string plan_location = 2;
   * @return The bytes for planLocation.
   */
  com.google.protobuf.ByteString
      getPlanLocationBytes();

  /**
   * string stats_location = 3;
   * @return The statsLocation.
   */
  java.lang.String getStatsLocation();
  /**
   * string stats_location = 3;
   * @return The bytes for statsLocation.
   */
  com.google.protobuf.ByteString
      getStatsLocationBytes();

  /**
   * string progress_location = 4;
   * @return The progressLocation.
   */
  java.lang.String getProgressLocation();
  /**
   * string progress_location = 4;
   * @return The bytes for progressLocation.
   */
  com.google.protobuf.ByteString
      getProgressLocationBytes();

  /**
   * string result_location = 5;
   * @return The resultLocation.
   */
  java.lang.String getResultLocation();
  /**
   * string result_location = 5;
   * @return The bytes for resultLocation.
   */
  com.google.protobuf.ByteString
      getResultLocationBytes();

  /**
   * string base_location = 10;
   * @return The baseLocation.
   */
  java.lang.String getBaseLocation();
  /**
   * string base_location = 10;
   * @return The bytes for baseLocation.
   */
  com.google.protobuf.ByteString
      getBaseLocationBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy