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

cz.proto.TableBoundaryOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * repeated .cz.proto.EnforceBoundary table_boundaries = 1;
   */
  java.util.List 
      getTableBoundariesList();
  /**
   * repeated .cz.proto.EnforceBoundary table_boundaries = 1;
   */
  cz.proto.EnforceBoundary getTableBoundaries(int index);
  /**
   * repeated .cz.proto.EnforceBoundary table_boundaries = 1;
   */
  int getTableBoundariesCount();
  /**
   * repeated .cz.proto.EnforceBoundary table_boundaries = 1;
   */
  java.util.List 
      getTableBoundariesOrBuilderList();
  /**
   * repeated .cz.proto.EnforceBoundary table_boundaries = 1;
   */
  cz.proto.EnforceBoundaryOrBuilder getTableBoundariesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy