public interface GetTableColumnStatisticsPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getColNames(int index)
repeated string col_names = 3; |
com.google.protobuf.ByteString |
getColNamesBytes(int index)
repeated string col_names = 3; |
int |
getColNamesCount()
repeated string col_names = 3; |
List<String> |
getColNamesList()
repeated string col_names = 3; |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
String |
getTableName()
optional string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 2; |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasTableName()
optional string table_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDbName()
optional string db_name = 1;
String getDbName()
optional string db_name = 1;
com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
boolean hasTableName()
optional string table_name = 2;
String getTableName()
optional string table_name = 2;
com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 2;
List<String> getColNamesList()
repeated string col_names = 3;
int getColNamesCount()
repeated string col_names = 3;
String getColNames(int index)
repeated string col_names = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getColNamesBytes(int index)
repeated string col_names = 3;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.