Interface MysqlTableOrBuilder (1.14.0)

public interface MysqlTableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

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

getTable()

public abstract String getTable()

Table name.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

Table name.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.