public interface IndexInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ColumnInfo |
getColumns(int index)
repeated .tipb.ColumnInfo columns = 3; |
int |
getColumnsCount()
repeated .tipb.ColumnInfo columns = 3; |
List<ColumnInfo> |
getColumnsList()
repeated .tipb.ColumnInfo columns = 3; |
ColumnInfoOrBuilder |
getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 3; |
List<? extends ColumnInfoOrBuilder> |
getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 3; |
long |
getIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
long |
getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
getUnique()
optional bool unique = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasUnique()
optional bool unique = 4 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];
long getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];
boolean hasIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false];
long getIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false];
List<ColumnInfo> getColumnsList()
repeated .tipb.ColumnInfo columns = 3;
ColumnInfo getColumns(int index)
repeated .tipb.ColumnInfo columns = 3;
int getColumnsCount()
repeated .tipb.ColumnInfo columns = 3;
List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 3;
ColumnInfoOrBuilder getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 3;
boolean hasUnique()
optional bool unique = 4 [(.gogoproto.nullable) = false];
boolean getUnique()
optional bool unique = 4 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.