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

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

  /**
   * repeated .cz.proto.FieldSpec cluster_info_spec = 1;
   */
  java.util.List 
      getClusterInfoSpecList();
  /**
   * repeated .cz.proto.FieldSpec cluster_info_spec = 1;
   */
  cz.proto.FieldSpec getClusterInfoSpec(int index);
  /**
   * repeated .cz.proto.FieldSpec cluster_info_spec = 1;
   */
  int getClusterInfoSpecCount();
  /**
   * repeated .cz.proto.FieldSpec cluster_info_spec = 1;
   */
  java.util.List 
      getClusterInfoSpecOrBuilderList();
  /**
   * repeated .cz.proto.FieldSpec cluster_info_spec = 1;
   */
  cz.proto.FieldSpecOrBuilder getClusterInfoSpecOrBuilder(
      int index);

  /**
   * .cz.proto.FieldSpec sort_order_spec = 2;
   * @return Whether the sortOrderSpec field is set.
   */
  boolean hasSortOrderSpec();
  /**
   * .cz.proto.FieldSpec sort_order_spec = 2;
   * @return The sortOrderSpec.
   */
  cz.proto.FieldSpec getSortOrderSpec();
  /**
   * .cz.proto.FieldSpec sort_order_spec = 2;
   */
  cz.proto.FieldSpecOrBuilder getSortOrderSpecOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy