public interface GetTablePRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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;
Copyright © 2023. All Rights Reserved.