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

com.pingcap.tidb.tipb.TableInfoOrBuilder Maven / Gradle / Ivy

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

package com.pingcap.tidb.tipb;

public interface TableInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.TableInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 table_id = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasTableId();
  /**
   * optional int64 table_id = 1 [(.gogoproto.nullable) = false];
   */
  long getTableId();

  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  java.util.List 
      getColumnsList();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  com.pingcap.tidb.tipb.ColumnInfo getColumns(int index);
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  int getColumnsCount();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  java.util.List 
      getColumnsOrBuilderList();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  com.pingcap.tidb.tipb.ColumnInfoOrBuilder getColumnsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy