public interface FieldTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCharset()
optional string charset = 6 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getCharsetBytes()
optional string charset = 6 [(.gogoproto.nullable) = false]; |
int |
getCollate()
optional int32 collate = 5 [(.gogoproto.nullable) = false]; |
int |
getDecimal()
optional int32 decimal = 4 [(.gogoproto.nullable) = false]; |
int |
getFlag()
optional uint32 flag = 2 [(.gogoproto.nullable) = false]; |
int |
getFlen()
optional int32 flen = 3 [(.gogoproto.nullable) = false]; |
int |
getTp()
optional int32 tp = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasCharset()
optional string charset = 6 [(.gogoproto.nullable) = false]; |
boolean |
hasCollate()
optional int32 collate = 5 [(.gogoproto.nullable) = false]; |
boolean |
hasDecimal()
optional int32 decimal = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasFlag()
optional uint32 flag = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasFlen()
optional int32 flen = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasTp()
optional int32 tp = 1 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTp()
optional int32 tp = 1 [(.gogoproto.nullable) = false];
int getTp()
optional int32 tp = 1 [(.gogoproto.nullable) = false];
boolean hasFlag()
optional uint32 flag = 2 [(.gogoproto.nullable) = false];
int getFlag()
optional uint32 flag = 2 [(.gogoproto.nullable) = false];
boolean hasFlen()
optional int32 flen = 3 [(.gogoproto.nullable) = false];
int getFlen()
optional int32 flen = 3 [(.gogoproto.nullable) = false];
boolean hasDecimal()
optional int32 decimal = 4 [(.gogoproto.nullable) = false];
int getDecimal()
optional int32 decimal = 4 [(.gogoproto.nullable) = false];
boolean hasCollate()
optional int32 collate = 5 [(.gogoproto.nullable) = false];
int getCollate()
optional int32 collate = 5 [(.gogoproto.nullable) = false];
boolean hasCharset()
optional string charset = 6 [(.gogoproto.nullable) = false];
String getCharset()
optional string charset = 6 [(.gogoproto.nullable) = false];
com.google.protobuf.ByteString getCharsetBytes()
optional string charset = 6 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.