Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig.
MySQL source configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowlist
def allowlist() -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Returns
- (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to retrieve from the source.
#allowlist=
def allowlist=(value) -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to retrieve from the source.
Returns
- (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to retrieve from the source.
#rejectlist
def rejectlist() -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Returns
- (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to exclude from the stream.
#rejectlist=
def rejectlist=(value) -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to exclude from the stream.
Returns
- (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL objects to exclude from the stream.