Class: Google::Cloud::Datastream::V1alpha1::OracleSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::OracleSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
Oracle schema.
Instance Attribute Summary collapse
-
#oracle_tables ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::OracleTable>
Tables in the schema.
-
#schema_name ⇒ ::String
Schema name.
Instance Attribute Details
#oracle_tables ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::OracleTable>
Returns Tables in the schema.
369 370 371 372 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 369 class OracleSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_name ⇒ ::String
Returns Schema name.
369 370 371 372 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 369 class OracleSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |