public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides the configuration details for a MySQL data source, specifically the `MysqlSourceConfig` class, within the `Google.Cloud.Datastream.V1Alpha1` namespace."],["`MysqlSourceConfig` allows for the specification of MySQL objects to include (`Allowlist`) or exclude (`Rejectlist`) in a data stream, using the `MysqlRdbms` type."],["The `MysqlSourceConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffer message support."],["The documentation covers three versions, with version `2.0.0-alpha05` being the latest version, while version `1.0.0-beta02` being a previous version."],["Two constructors are available for creating a new instance of `MysqlSourceConfig`, one default constructor and another that allows passing another `MysqlSourceConfig` object, labeled as 'other'."]]],[]]