public interface OracleTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOracleColumns(int index)
public abstract OracleColumn getOracleColumns(int index)
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.OracleColumn oracle_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OracleColumn |
getOracleColumnsCount()
public abstract int getOracleColumnsCount()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.OracleColumn oracle_columns = 2;
Returns | |
---|---|
Type | Description |
int |
getOracleColumnsList()
public abstract List<OracleColumn> getOracleColumnsList()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.OracleColumn oracle_columns = 2;
Returns | |
---|---|
Type | Description |
List<OracleColumn> |
getOracleColumnsOrBuilder(int index)
public abstract OracleColumnOrBuilder getOracleColumnsOrBuilder(int index)
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.OracleColumn oracle_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OracleColumnOrBuilder |
getOracleColumnsOrBuilderList()
public abstract List<? extends OracleColumnOrBuilder> getOracleColumnsOrBuilderList()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.events.cloud.datastream.v1.OracleColumn oracle_columns = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.datastream.v1.OracleColumnOrBuilder> |
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. |