public interface MysqlTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMysqlColumns(int index)
public abstract MysqlColumn getMysqlColumns(int index)MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.MysqlColumn mysql_columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| MysqlColumn |
getMysqlColumnsCount()
public abstract int getMysqlColumnsCount()MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.MysqlColumn mysql_columns = 2;
| Type | Description |
| int |
getMysqlColumnsList()
public abstract List<MysqlColumn> getMysqlColumnsList()MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.MysqlColumn mysql_columns = 2;
| Type | Description |
| List<MysqlColumn> |
getMysqlColumnsOrBuilder(int index)
public abstract MysqlColumnOrBuilder getMysqlColumnsOrBuilder(int index)MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.MysqlColumn mysql_columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| MysqlColumnOrBuilder |
getMysqlColumnsOrBuilderList()
public abstract List<? extends MysqlColumnOrBuilder> getMysqlColumnsOrBuilderList()MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.MysqlColumn mysql_columns = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1alpha1.MysqlColumnOrBuilder> |
getTableName()
public abstract String getTableName()Table name.
string table_name = 1;
| Type | Description |
| String | The tableName. |
getTableNameBytes()
public abstract ByteString getTableNameBytes()Table name.
string table_name = 1;
| Type | Description |
| ByteString | The bytes for tableName. |