public interface OracleSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OracleTable |
getOracleTables(int index)
Tables in the schema.
|
int |
getOracleTablesCount()
Tables in the schema.
|
List<OracleTable> |
getOracleTablesList()
Tables in the schema.
|
OracleTableOrBuilder |
getOracleTablesOrBuilder(int index)
Tables in the schema.
|
List<? extends OracleTableOrBuilder> |
getOracleTablesOrBuilderList()
Tables in the schema.
|
String |
getSchema()
Schema name.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Schema name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Schema name.
string schema = 1;com.google.protobuf.ByteString getSchemaBytes()
Schema name.
string schema = 1;List<OracleTable> getOracleTablesList()
Tables in the schema.
repeated .google.cloud.datastream.v1.OracleTable oracle_tables = 2;OracleTable getOracleTables(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1.OracleTable oracle_tables = 2;int getOracleTablesCount()
Tables in the schema.
repeated .google.cloud.datastream.v1.OracleTable oracle_tables = 2;List<? extends OracleTableOrBuilder> getOracleTablesOrBuilderList()
Tables in the schema.
repeated .google.cloud.datastream.v1.OracleTable oracle_tables = 2;OracleTableOrBuilder getOracleTablesOrBuilder(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1.OracleTable oracle_tables = 2;Copyright © 2022 Google LLC. All rights reserved.