Interface OracleSchemaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OracleSchema
,OracleSchema.Builder
public interface OracleSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
getSchemaName()
Schema name.com.google.protobuf.ByteString
getSchemaNameBytes()
Schema name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSchemaName
String getSchemaName()
Schema name.
string schema_name = 1;
- Returns:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()
Schema name.
string schema_name = 1;
- Returns:
- The bytes for schemaName.
-
getOracleTablesList
List<OracleTable> getOracleTablesList()
Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
-
getOracleTables
OracleTable getOracleTables(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
-
getOracleTablesCount
int getOracleTablesCount()
Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
-
getOracleTablesOrBuilderList
List<? extends OracleTableOrBuilder> getOracleTablesOrBuilderList()
Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
-
getOracleTablesOrBuilder
OracleTableOrBuilder getOracleTablesOrBuilder(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
-
-