public interface MysqlDatabaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Database name.
string database = 1;
| Type | Description |
| String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Database name.
string database = 1;
| Type | Description |
| ByteString | The bytes for database. |
getMysqlTables(int index)
public abstract MysqlTable getMysqlTables(int index)Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| MysqlTable |
getMysqlTablesCount()
public abstract int getMysqlTablesCount()Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
| Type | Description |
| int |
getMysqlTablesList()
public abstract List<MysqlTable> getMysqlTablesList()Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
| Type | Description |
| List<MysqlTable> |
getMysqlTablesOrBuilder(int index)
public abstract MysqlTableOrBuilder getMysqlTablesOrBuilder(int index)Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| MysqlTableOrBuilder |
getMysqlTablesOrBuilderList()
public abstract List<? extends MysqlTableOrBuilder> getMysqlTablesOrBuilderList()Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.MysqlTableOrBuilder> |