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

cz.proto.CollationOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * repeated .cz.proto.Collation.Key orders = 1;
   */
  java.util.List 
      getOrdersList();
  /**
   * repeated .cz.proto.Collation.Key orders = 1;
   */
  cz.proto.Collation.Key getOrders(int index);
  /**
   * repeated .cz.proto.Collation.Key orders = 1;
   */
  int getOrdersCount();
  /**
   * repeated .cz.proto.Collation.Key orders = 1;
   */
  java.util.List 
      getOrdersOrBuilderList();
  /**
   * repeated .cz.proto.Collation.Key orders = 1;
   */
  cz.proto.Collation.KeyOrBuilder getOrdersOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy