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

cz.proto.TableSchemaListOrBuilder 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_meta.proto

package cz.proto;

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

  /**
   * repeated .cz.proto.TableSchema schemas = 1;
   */
  java.util.List 
      getSchemasList();
  /**
   * repeated .cz.proto.TableSchema schemas = 1;
   */
  cz.proto.TableSchema getSchemas(int index);
  /**
   * repeated .cz.proto.TableSchema schemas = 1;
   */
  int getSchemasCount();
  /**
   * repeated .cz.proto.TableSchema schemas = 1;
   */
  java.util.List 
      getSchemasOrBuilderList();
  /**
   * repeated .cz.proto.TableSchema schemas = 1;
   */
  cz.proto.TableSchemaOrBuilder getSchemasOrBuilder(
      int index);

  /**
   * 
   * IDs Integer.MAX_VALUE - (1-100) are used for metadata columns
   * IDs Integer.MAX_VALUE - (101-200) are used for reserved columns
   * 
* * uint32 highest_field_id = 3; * @return The highestFieldId. */ int getHighestFieldId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy