Class: Google::Cloud::Datastream::V1alpha1::OracleTable
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::OracleTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
Oracle table.
Instance Attribute Summary collapse
-
#oracle_columns ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::OracleColumn>
Oracle columns in the schema.
-
#table_name ⇒ ::String
Table name.
Instance Attribute Details
#oracle_columns ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::OracleColumn>
Returns Oracle columns in the schema. When unspecified as part of inclue/exclude lists, includes/excludes everything.
357 358 359 360 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 357 class OracleTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
Returns Table name.
357 358 359 360 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 357 class OracleTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |