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