public interface TransformTablePRequestOrBuilder
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 |
getDefinition()
optional string definition = 3; |
com.google.protobuf.ByteString |
getDefinitionBytes()
optional string definition = 3; |
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 |
hasDefinition()
optional string definition = 3; |
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;
boolean hasDefinition()
optional string definition = 3;
String getDefinition()
optional string definition = 3;
com.google.protobuf.ByteString getDefinitionBytes()
optional string definition = 3;
Copyright © 2023. All Rights Reserved.