com.pingcap.tidb.tipb.TableInfoOrBuilder Maven / Gradle / Ivy
// 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 extends com.pingcap.tidb.tipb.ColumnInfoOrBuilder>
getColumnsOrBuilderList();
/**
* repeated .tipb.ColumnInfo columns = 2;
*/
com.pingcap.tidb.tipb.ColumnInfoOrBuilder getColumnsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy