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

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

  /**
   * repeated .cz.proto.SimplifyDagVertex stages = 1;
   */
  java.util.List 
      getStagesList();
  /**
   * repeated .cz.proto.SimplifyDagVertex stages = 1;
   */
  cz.proto.SimplifyDagVertex getStages(int index);
  /**
   * repeated .cz.proto.SimplifyDagVertex stages = 1;
   */
  int getStagesCount();
  /**
   * repeated .cz.proto.SimplifyDagVertex stages = 1;
   */
  java.util.List 
      getStagesOrBuilderList();
  /**
   * repeated .cz.proto.SimplifyDagVertex stages = 1;
   */
  cz.proto.SimplifyDagVertexOrBuilder getStagesOrBuilder(
      int index);

  /**
   * repeated string input_tables = 2;
   * @return A list containing the inputTables.
   */
  java.util.List
      getInputTablesList();
  /**
   * repeated string input_tables = 2;
   * @return The count of inputTables.
   */
  int getInputTablesCount();
  /**
   * repeated string input_tables = 2;
   * @param index The index of the element to return.
   * @return The inputTables at the given index.
   */
  java.lang.String getInputTables(int index);
  /**
   * repeated string input_tables = 2;
   * @param index The index of the value to return.
   * @return The bytes of the inputTables at the given index.
   */
  com.google.protobuf.ByteString
      getInputTablesBytes(int index);

  /**
   * repeated string output_tables = 3;
   * @return A list containing the outputTables.
   */
  java.util.List
      getOutputTablesList();
  /**
   * repeated string output_tables = 3;
   * @return The count of outputTables.
   */
  int getOutputTablesCount();
  /**
   * repeated string output_tables = 3;
   * @param index The index of the element to return.
   * @return The outputTables at the given index.
   */
  java.lang.String getOutputTables(int index);
  /**
   * repeated string output_tables = 3;
   * @param index The index of the value to return.
   * @return The bytes of the outputTables at the given index.
   */
  com.google.protobuf.ByteString
      getOutputTablesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy