public interface OracleTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOracleColumns(int index)
public abstract OracleColumn getOracleColumns(int index)Oracle columns in the schema. When unspecified as part of inclue/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.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 inclue/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.OracleColumn oracle_columns = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOracleColumnsList()
public abstract List<OracleColumn> getOracleColumnsList()Oracle columns in the schema. When unspecified as part of inclue/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.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 inclue/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.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 inclue/exclude lists, includes/excludes everything.
repeated .google.cloud.datastream.v1alpha1.OracleColumn oracle_columns = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datastream.v1alpha1.OracleColumnOrBuilder> |
|
getTableName()
public abstract String getTableName()Table name.
string table_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tableName. |
getTableNameBytes()
public abstract ByteString getTableNameBytes()Table name.
string table_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableName. |