Interface MysqlDatabaseOrBuilder (1.0.0)

public interface MysqlDatabaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract String getDatabase()

Database name.

string database = 1;

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public abstract ByteString getDatabaseBytes()

Database name.

string database = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
MysqlTable

getMysqlTablesCount()

public abstract int getMysqlTablesCount()

Tables in the database.

repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;

Returns
TypeDescription
int

getMysqlTablesList()

public abstract List<MysqlTable> getMysqlTablesList()

Tables in the database.

repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;

Returns
TypeDescription
List<MysqlTable>

getMysqlTablesOrBuilder(int index)

public abstract MysqlTableOrBuilder getMysqlTablesOrBuilder(int index)

Tables in the database.

repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MysqlTableOrBuilder

getMysqlTablesOrBuilderList()

public abstract List<? extends MysqlTableOrBuilder> getMysqlTablesOrBuilderList()

Tables in the database.

repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1.MysqlTableOrBuilder>