Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::OracleSchema.
Oracle schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#oracle_tables
def oracle_tables() -> ::Array<::Google::Cloud::Datastream::V1::OracleTable>
Returns
- (::Array<::Google::Cloud::Datastream::V1::OracleTable>) — Tables in the schema.
#oracle_tables=
def oracle_tables=(value) -> ::Array<::Google::Cloud::Datastream::V1::OracleTable>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::OracleTable>) — Tables in the schema.
Returns
- (::Array<::Google::Cloud::Datastream::V1::OracleTable>) — Tables in the schema.
#schema
def schema() -> ::String
Returns
- (::String) — Schema name.
#schema=
def schema=(value) -> ::String
Parameter
- value (::String) — Schema name.
Returns
- (::String) — Schema name.