Class: Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
Oracle data source configuration
Instance Attribute Summary collapse
-
#allowlist ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Oracle objects to include in the stream.
-
#rejectlist ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Oracle objects to exclude from the stream.
Instance Attribute Details
#allowlist ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns Oracle objects to include in the stream.
390 391 392 393 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 390 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rejectlist ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns Oracle objects to exclude from the stream.
390 391 392 393 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 390 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |