Class: Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig

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

MySQL source configuration

Instance Attribute Summary collapse

Instance Attribute Details

#allowlist::Google::Cloud::Datastream::V1alpha1::MysqlRdbms

Returns MySQL objects to retrieve from the source.

Returns:



465
466
467
468
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 465

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

#rejectlist::Google::Cloud::Datastream::V1alpha1::MysqlRdbms

Returns MySQL objects to exclude from the stream.

Returns:



465
466
467
468
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 465

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