Class: Google::Cloud::Datastream::V1::MysqlSourceConfig

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

MySQL source configuration

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_objects::Google::Cloud::Datastream::V1::MysqlRdbms

Returns MySQL objects to exclude from the stream.

Returns:



634
635
636
637
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634

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

#include_objects::Google::Cloud::Datastream::V1::MysqlRdbms

Returns MySQL objects to retrieve from the source.

Returns:



634
635
636
637
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634

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

#max_concurrent_backfill_tasks::Integer

Returns Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Returns:

  • (::Integer)

    Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.



634
635
636
637
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634

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

#max_concurrent_cdc_tasks::Integer

Returns Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Returns:

  • (::Integer)

    Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.



634
635
636
637
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634

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