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 objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.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 objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.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 objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.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 objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.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 objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.MysqlColumnOrBuilder> |
getTable()
public abstract String getTable()Table name.
string table = 1;
| Type | Description |
| String | The table. |
getTableBytes()
public abstract ByteString getTableBytes()Table name.
string table = 1;
| Type | Description |
| ByteString | The bytes for table. |