Class: Google::Cloud::Datastream::V1alpha1::OracleSourceConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allowlist::Google::Cloud::Datastream::V1alpha1::OracleRdbms

Returns Oracle objects to include in the stream.

Returns:



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.

Returns:



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