Class: Google::Cloud::Datastream::V1::OracleSourceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

Oracle data source configuration

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_objects::Google::Cloud::Datastream::V1::OracleRdbms

Returns Oracle objects to exclude from the stream.

Returns:



393
394
395
396
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 393

class OracleSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#include_objects::Google::Cloud::Datastream::V1::OracleRdbms

Returns Oracle objects to include in the stream.

Returns:



393
394
395
396
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 393

class OracleSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end