Interface MysqlDatabaseOrBuilder (1.40.0)

public interface MysqlDatabaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseName()

public abstract String getDatabaseName()

Database name.

string database_name = 1;

Returns
TypeDescription
String

The databaseName.

getDatabaseNameBytes()

public abstract ByteString getDatabaseNameBytes()

Database name.

string database_name = 1;

Returns
TypeDescription
ByteString

The bytes for databaseName.

getMysqlTables(int index)

public abstract MysqlTable getMysqlTables(int index)

Tables in the database.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
MysqlTable

getMysqlTablesCount()

public abstract int getMysqlTablesCount()

Tables in the database.

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

Returns
TypeDescription
int

getMysqlTablesList()

public abstract List<MysqlTable> getMysqlTablesList()

Tables in the database.

repeated .google.cloud.datastream.v1alpha1.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.v1alpha1.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.v1alpha1.MysqlTable mysql_tables = 2;

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