Class: Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
- 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
-
#allowlist ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
MySQL objects to retrieve from the source.
-
#rejectlist ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
MySQL objects to exclude from the stream.
Instance Attribute Details
#allowlist ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Returns MySQL objects to retrieve from the source.
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.
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 |