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

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

  /**
   * repeated .cz.proto.Operator operators = 1;
   */
  java.util.List 
      getOperatorsList();
  /**
   * repeated .cz.proto.Operator operators = 1;
   */
  cz.proto.Operator getOperators(int index);
  /**
   * repeated .cz.proto.Operator operators = 1;
   */
  int getOperatorsCount();
  /**
   * repeated .cz.proto.Operator operators = 1;
   */
  java.util.List 
      getOperatorsOrBuilderList();
  /**
   * repeated .cz.proto.Operator operators = 1;
   */
  cz.proto.OperatorOrBuilder getOperatorsOrBuilder(
      int index);

  /**
   * repeated .cz.proto.RangeBoundary boundaries = 5;
   */
  java.util.List 
      getBoundariesList();
  /**
   * repeated .cz.proto.RangeBoundary boundaries = 5;
   */
  cz.proto.RangeBoundary getBoundaries(int index);
  /**
   * repeated .cz.proto.RangeBoundary boundaries = 5;
   */
  int getBoundariesCount();
  /**
   * repeated .cz.proto.RangeBoundary boundaries = 5;
   */
  java.util.List 
      getBoundariesOrBuilderList();
  /**
   * repeated .cz.proto.RangeBoundary boundaries = 5;
   */
  cz.proto.RangeBoundaryOrBuilder getBoundariesOrBuilder(
      int index);

  /**
   * repeated .cz.proto.Traits traits = 6;
   */
  java.util.List 
      getTraitsList();
  /**
   * repeated .cz.proto.Traits traits = 6;
   */
  cz.proto.Traits getTraits(int index);
  /**
   * repeated .cz.proto.Traits traits = 6;
   */
  int getTraitsCount();
  /**
   * repeated .cz.proto.Traits traits = 6;
   */
  java.util.List 
      getTraitsOrBuilderList();
  /**
   * repeated .cz.proto.Traits traits = 6;
   */
  cz.proto.TraitsOrBuilder getTraitsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy