public interface MysqlTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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.events.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MysqlColumn |
getMysqlColumnsCount()
public abstract int getMysqlColumnsCount()
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
Returns | |
---|---|
Type | Description |
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.events.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
Returns | |
---|---|
Type | Description |
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.events.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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.events.cloud.datastream.v1.MysqlColumn mysql_columns = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.datastream.v1.MysqlColumnOrBuilder> |
getTable()
public abstract String getTable()
Table name.
string table = 1;
Returns | |
---|---|
Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()
Table name.
string table = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for table. |