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

cz.proto.SortOrderOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * repeated .cz.proto.SortedField sorted_fields = 1;
   */
  java.util.List 
      getSortedFieldsList();
  /**
   * repeated .cz.proto.SortedField sorted_fields = 1;
   */
  cz.proto.SortedField getSortedFields(int index);
  /**
   * repeated .cz.proto.SortedField sorted_fields = 1;
   */
  int getSortedFieldsCount();
  /**
   * repeated .cz.proto.SortedField sorted_fields = 1;
   */
  java.util.List 
      getSortedFieldsOrBuilderList();
  /**
   * repeated .cz.proto.SortedField sorted_fields = 1;
   */
  cz.proto.SortedFieldOrBuilder getSortedFieldsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy