public interface OracleSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOracleTables(int index)
public abstract OracleTable getOracleTables(int index)Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| OracleTable |
getOracleTablesCount()
public abstract int getOracleTablesCount()Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Type | Description |
| int |
getOracleTablesList()
public abstract List<OracleTable> getOracleTablesList()Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Type | Description |
| List<OracleTable> |
getOracleTablesOrBuilder(int index)
public abstract OracleTableOrBuilder getOracleTablesOrBuilder(int index)Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| OracleTableOrBuilder |
getOracleTablesOrBuilderList()
public abstract List<? extends OracleTableOrBuilder> getOracleTablesOrBuilderList()Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1alpha1.OracleTableOrBuilder> |
getSchemaName()
public abstract String getSchemaName()Schema name.
string schema_name = 1;
| Type | Description |
| String | The schemaName. |
getSchemaNameBytes()
public abstract ByteString getSchemaNameBytes()Schema name.
string schema_name = 1;
| Type | Description |
| ByteString | The bytes for schemaName. |