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